Cursor
{
"mcpServers": {
"pocketsquad": {
"url": "https://www.pocketsquad.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_POCKETSQUAD_API_KEY"
}
}
}
}Paid PocketSquad accounts can connect Cursor, Claude, ChatGPT, or any Streamable HTTP agent to the live account workspace. The MCP URL is the production endpoint that the next deploy serves.
Production MCP
https://www.pocketsquad.ai/mcp
Plus ($20/mo), Pro ($50/mo), or an organization plan is required. Free accounts receive HTTP 402 and never see fabricated account data.
Upgrade to connect{
"mcpServers": {
"pocketsquad": {
"url": "https://www.pocketsquad.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_POCKETSQUAD_API_KEY"
}
}
}
}{
"mcpServers": {
"pocketsquad": {
"type": "http",
"url": "https://www.pocketsquad.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_POCKETSQUAD_API_KEY"
}
}
}
}Add a custom MCP connector using Streamable HTTP. URL: https://www.pocketsquad.ai/mcp Auth: Authorization: Bearer YOUR_POCKETSQUAD_API_KEY
curl -X POST https://www.pocketsquad.ai/mcp \
-H "Authorization: Bearer YOUR_POCKETSQUAD_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"example","version":"1.0.0"}}}