MODEL CONTEXT PROTOCOL · 8 CONTENT TOOLS · FREE

MCP server for content.

PUBlish exposes a Model Context Protocol server with 8 first-class tools for content search + retrieval. Add to Claude Desktop, Cursor, Continue, Zed, or any MCP client. Public reads — no API key required.

The 8 tools

search_authors

Full-text search across every author on PUBlish. Returns profile URL, verified socials, and citation stats.

get_author

Detailed author profile — bio, headline, pieces, backlinks, AI-citation count.

recent_pieces

Cross-author feed of the latest pieces. Filter by category, tag, or locale.

get_piece

One piece with body, structured FAQ, related pieces, and author info.

search_pieces

Full-text search across every published piece.

trending_pieces

The pieces AI models cite most this week. Signal for what’s working in your niche.

search_products

Shop tool — search products in the entrepreneur shop by name, category, or seller.

get_product

Product detail with seller, price, and the piece(s) written about it.

Setup — Claude Desktop

Paste this into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Restart Claude Desktop.

{
  "mcpServers": {
    "publish": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.pub-lish.com/api/mcp"
      ]
    }
  }
}

Endpoint

POST https://www.pub-lish.com/api/mcp

Streamable HTTP transport. No auth for public read tools. Rate-limited at 60 req/min per IP.

Full developer hub →