Model Context Protocol

Connect your knowledge to any AI

Plug your Summify library into Claude, Cursor, ChatGPT, or any MCP-compatible tool. Your summaries, transcripts, and notes become instant context in any AI conversation.

What is MCP?

Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources and tools. Think of it like a USB port for AI — plug in once, and it works everywhere.

Without MCP, your AI assistant has no idea what you've saved in Summify. With MCP, it can read your pods, search your content, and pull up that voice note you recorded on a walk last week — all in real time, right inside the conversation.

Summify's MCP server is a single URL. Add it to any compatible client and your entire knowledge base becomes available to your AI.

Your Summify Library
MCP
Your AI tools

Why connect Summify?

Build on what you've read

Feed papers, talks, and lectures into a pod. Your AI cross-references findings, identifies gaps, and builds literature reviews grounded in your actual sources.

Learn from the best, create like them

Ingest every video from creators you admire. Your AI writes copy, plans campaigns, and builds strategies using their exact frameworks and language.

Your course material, always on call

Save every lecture and reading. Your AI tutor answers questions using your actual course material — not generic internet answers.

Connect the dots across sources

Store interview transcripts and source material in pods. Your AI finds connections across sources and pulls exact quotes for your story.

Real context while you code

Save technical talks, tutorials, and documentation. Your AI references real implementation details in your editor — not hallucinated examples.

Strategies backed by expertise

Build a pod of industry content — talks, podcasts, reports. Your AI builds strategies, competitor analyses, and plans grounded in expert knowledge.

What you need

Pro or Max plan

MCP access is available on paid plans.

View plans

An MCP client

Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible tool.

Setup Guide

Two steps to connect your Summify library to any AI assistant. Just add the URL — your client handles the rest.

1Add to your MCP client

Choose your client below and add the configuration. You'll be prompted to sign in when you first connect.

Claude Desktop / claude.ai

The easiest way. No config files, no API key.

SettingsConnectorsAdd Custom Connector → paste this URL:

MCP URL
https://summify.io/api/mcp/

Click Authorize when prompted. That's it — your AI now has access to all your pods.

Claude Code

Run this command in your terminal:

Terminal
claude mcp add summify https://summify.io/api/mcp/

Cursor

Add this to your .cursor/mcp.json file:

.cursor/mcp.json
{
  "mcpServers": {
    "summify": {
      "url": "https://summify.io/api/mcp/"
    }
  }
}

Windsurf

Add this to your Windsurf MCP configuration:

mcp_config.json
{
  "mcpServers": {
    "summify": {
      "url": "https://summify.io/api/mcp/"
    }
  }
}

Any MCP Client

Use these details in any MCP-compatible client:

Server URL: https://summify.io/api/mcp/
Auth: OAuth (automatic sign-in via browser)
Transport: Streamable HTTP

2Verify it works

Open your AI assistant and ask:

“List my Summify pods”

If it returns your pods, you're connected. That's it.

Alternative: API Key Setup

If your MCP client doesn't support OAuth, you can use an API key instead. Go to Account → API Access and generate a new key, then add a headers block to your config:

Example config
{
  "mcpServers": {
    "summify": {
      "url": "https://summify.io/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Available Tools

Once connected, your AI assistant can use these tools to interact with your Summify library.

get_pod_brief

Get the agent brief for a pod — structured frameworks, playbooks, key stats, and expert insights. Load this first to make your AI a domain specialist.

list_pods

List all your pods with content counts.

get_pod_overview

See all content titles, types, and topics in a pod at a glance.

get_pod_content

Get all content items in a pod, with optional type filtering.

search_content

Semantic search using AI embeddings — ask questions and get relevant passages without loading full transcripts.

batch_search_content

Search with multiple queries at once for broad research. Returns deduplicated results across all queries.

get_content_detail

Get the full summary and transcript for a specific content item.

Try these prompts

Once you're connected, try asking your AI assistant any of these:

Using my Landing Page Copywriting pod, write a hero section for a SaaS product

What frameworks does my Cold Email pod recommend for follow-up sequences?

Search my pods for anything about objection handling in sales calls

Load the brief from my UX pod and review this wireframe against its principles

Cross-reference what different experts in my pod say about pricing strategy

Build me a content calendar using the tactics from my Instagram Marketing pod

Ready to connect?

Start with a Pro or Max plan and connect your knowledge base to any AI in under a minute. No API key needed.