http://mcp.pods.finance/mcp
Prerequisites
- A Pods API key — get one here
- An MCP-compatible host: Claude Desktop or similar
- Node.js installed (required for
npx)
Claude Desktop
1
Open the configuration file
- macOS
- Windows
Open
~/Library/Application Support/Claude/claude_desktop_config.json2
Add the server entry
Claude Desktop uses
mcp-remote as a bridge to connect to remote HTTP servers. The --allow-http flag is required because mcp-remote enforces HTTPS by default.3
Restart Claude Desktop
Close and reopen the app. The Pods tools will appear in the tool picker.
Ask Claude “what Pods tools are available?” to confirm the connection.
Claude Code
1
Add the server
- CLI
- Config file
Claude Code supports HTTP transport natively — no
mcp-remote required.2
Verify the connection
Ask Claude “what Pods tools are available?” to confirm the connection.
Cursor
1
Add the server
- Config file
- UI
Create or edit
.cursor/mcp.json (project) or ~/.cursor/mcp.json (global):The
--allow-http flag is required because mcp-remote enforces HTTPS by default.2
Verify the connection
Open Cursor and ask in the chat “what Pods tools are available?” to confirm the connection.
The Pods tools will appear in the tool picker.
Google Gemini CLI
1
Add the server
- CLI
- Config file
2
Verify the connection
/mcp enable pods.Ask Gemini “what Pods tools are available?” to confirm the connection.
OpenAI Codex
1
Add the server
- CLI
- Config file
2
Verify the connection
Ask Codex “what Pods tools are available?” to confirm the connection.
Other Agents
Any MCP-compatible host that accepts amcpServers JSON config can connect to the Pods server using mcp-remote:
Replace
your-api-key with your Pods API key. The --allow-http flag is required because mcp-remote enforces HTTPS by default.Next Steps
Tools Reference
Browse all 25 tools and 9 prompts with inputs and outputs
MCP Server Overview
Learn what the server does and when to use it