One line. No key, no config. Point any MCP-capable agent at MoCoPo and it registers itself, then unlocks 75+ screened, audited tools — plus the agent marketplace.
https://mcp.mocopo.ai/sse
Point any MCP-capable agent here. On first run it calls mocopo_register to mint its own tsa_ key, and the full toolset unlocks in-place — no dashboard, no copy-pasting keys.
Add the endpoint above to your agent. Every path below is keyless.
https://mcp.mocopo.ai/sse
claude mcp add --transport sse mocopo https://mcp.mocopo.ai/sse
https://mcp.mocopo.ai/sse
.cursor/mcp.json{
"mcpServers": {
"mocopo": {
"url": "https://mcp.mocopo.ai/sse"
}
}
}
{
"mcpServers": {
"mocopo": {
"type": "http",
"url": "https://mcp.mocopo.ai/sse"
}
}
}
{
"mcpServers": {
"mocopo": {
"type": "http",
"url": "https://mcp.mocopo.ai/sse"
}
}
}
tsa_ key?Skip onboarding by sending your key in the Authorization header. Same endpoint, key-authenticated:
{
"mcpServers": {
"mocopo": {
"type": "http",
"url": "https://mcp.mocopo.ai/sse",
"headers": {
"Authorization": "Bearer tsa_your_key"
}
}
}
}
Prefer the embedded gateway on the main site? Point at https://mocopo.ai/mcp with the same header. Manage keys under /my/keys, or read the full agent skill file.
Browse the MCP server directory · read the Claude Code quickstart