search_authorsFull-text search across every author on PUBlish. Returns profile URL, verified socials, and citation stats.
MODEL CONTEXT PROTOCOL · 8 CONTENT TOOLS · FREE
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.
search_authorsFull-text search across every author on PUBlish. Returns profile URL, verified socials, and citation stats.
get_authorDetailed author profile — bio, headline, pieces, backlinks, AI-citation count.
recent_piecesCross-author feed of the latest pieces. Filter by category, tag, or locale.
get_pieceOne piece with body, structured FAQ, related pieces, and author info.
search_piecesFull-text search across every published piece.
trending_piecesThe pieces AI models cite most this week. Signal for what’s working in your niche.
search_productsShop tool — search products in the entrepreneur shop by name, category, or seller.
get_productProduct detail with seller, price, and the piece(s) written about it.
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"
]
}
}
}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.