@agentgateeu/mcp-server
v1.5.0
Published
MCP server for AgentGate — submit and authorize AI payment requests from Claude Desktop
Maintainers
Readme
@agentgateeu/mcp-server
MCP server for AgentGate — lets Claude Desktop submit and track AI payment requests through your authorization rules.
Setup
- Get a connection key from your AgentGate dashboard
- Add to your Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"agentgate": {
"command": "/usr/local/bin/npx",
"args": ["-y", "@agentgateeu/mcp-server"],
"env": {
"AGENTGATE_API_KEY": "your-connection-key-here"
}
}
}
}Use the absolute path from
which npxas the command value.
Tools
| Tool | Description |
|---|---|
| submit_payment | Submit a payment request for authorization |
| get_payment_status | Get the current status of a payment request |
| wait_for_decision | Wait for a human to approve or reject a pending payment |
| cancel_payment | Cancel a pending payment request |
Environment variables
| Variable | Required | Description |
|---|---|---|
| AGENTGATE_API_KEY | Yes | Your AgentGate connection key |
| AGENTGATE_BASE_URL | No | Override API base URL (default: https://agentgate.eu) |
