Quick Start
Prerequisites
- Node.js 18+ installed
- A TagadaPay API key with
readscope (Settings → API Keys in the dashboard)
The API key never leaves your machine — the MCP server sends it directly to
api.tagada.io over HTTPS. We recommend a key scoped to read only.Setup for Cursor
Add this to.cursor/mcp.json in your project (or in your global Cursor settings):
Setup for Claude Desktop
Add this to~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Setup for Windsurf
Add to~/.codeium/windsurf/mcp_config.json:
Manual start (any MCP client)
If your tool doesn’t auto-start MCP servers, run it manually:Verify the connection
Once connected, ask your agent:“What payment processors do I have configured?”The agent should call
processors.list and return your processors with their active flag, currencies, and countries.
If you get an error like unauthorized or invalid_api_key, double-check that the key is set and has read scope.
Configuration
| Env var | Required | Default | Description |
|---|---|---|---|
TAGADAPAY_API_KEY | Yes | — | Your API key with read scope |
TAGADAPAY_BASE_URL | No | https://api.tagada.io | Override for staging / self-hosted |
Multiple accounts
If you manage several TagadaPay accounts, register one MCP server per account with distinct names:Next steps
- Tools Reference — Full schema for every tool
- Examples — Real diagnostic prompts to try
