agent teller for Claude Desktop
io.github.sarduine13-star/agent-teller
Verify AI agent payments and detect fraud. Input: agent_id, amount, service_id.
client:Claude Desktop
transport:streamable-http
Install agent teller in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-teller": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-teller-production.up.railway.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs