DeepPress MCP Server

What is the DeepPress MCP server?

MCP is a simple way for chatbots to use tools and fetch data. An MCP server offers tools the chatbot can call during a conversation.

The DeepPress MCP server provides three tools: find_sites, search_posts, and get_post. With these, your bot can discover and fetch posts from any site in the DeepPress Registry and use them directly in conversations.

To use it, follow instructions below. No extra plugins needed.

For alternative use cases or custom requirements, please contact us here .

Install & Configure

Use MCP clients like Claude Desktop to connect to the DeepPress MCP server.

Claude Desktop

  1. Edit ~/Library/Application\ Support/Claude/claude_desktop_config.json file (macOS).
{
  "mcpServers": {
    "deeppress": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "http://localhost:5000/api/ctx/mcp"
      ]
    }
  }
}
  1. Restart Claude Desktop.

Three MCP Tools

  • find_sites: Discover sites in the registry
  • search_posts: Search posts by keyword
  • get_post: Retrieve full post content

Example prompts

1) Find a site and its info
Find el estimulo site in the DeepPress
2) Search posts on that site
Ok, now search posts about sports in el estimulo 
3) Get a post and summarize
Great! Now show me the first article as an old TV as if I'm watching the matches as if I was in the 90's