← back to kautiontape.com

MCP Servers

Self-hosted Model Context Protocol servers. Connect any of these to Claude Desktop or any MCP-compatible client to give your AI tools it can't access on its own.

Servers
▶️ YouTube Transcripts private 1 tool
Fetches transcripts from YouTube videos. Give it any YouTube URL and it returns the full transcript as text — the LLM can then summarize, extract highlights, or answer questions about the content. Requires OAuth authentication.
MCP Endpoint (OAuth required)
https://mcp.kautiontape.com/youtube/mcp
💬 Reddit Reader private 4 tools
Read-only Reddit access. Search posts, browse subreddits (hot/new/top/rising), read post comments, and get subreddit info. Uses Reddit's public endpoints with optional API credentials for higher rate limits. Requires OAuth authentication.
MCP Endpoint (OAuth required)
https://mcp.kautiontape.com/reddit/mcp
view details →
📊 Google Trends private 3 tools
What's trending now by region with related news, interest-over-time for any terms (single or compared), and rising/breakout related queries. Requires OAuth authentication.
MCP Endpoint (OAuth required)
https://mcp.kautiontape.com/trends/mcp
view details →
💰 Actual Budget private 22 tools
Read & write access to a self-hosted Actual Budget server. Query accounts, transactions, balances, and spending analytics, and create or edit transactions, categories, payees, and rules. Requires OAuth authentication.
MCP Endpoint (OAuth required)
https://mcp.kautiontape.com/actual/mcp

Quick Setup

Add any server to your Claude Desktop config (claude_desktop_config.json) under mcpServers:

{
  "mcpServers": {
    "mystic-forge": {
      "url": "https://mcp.kautiontape.com/mtg/mcp"
    }
  }
}

Public servers require no authentication. Servers marked private require OAuth credentials and are not publicly available.