io.github.sdeanesh-png/agentpay MCP Server
io.github.sdeanesh-png/agentpay
What is the io.github.sdeanesh-png/agentpay MCP server?
Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.
How to install io.github.sdeanesh-png/agentpay
Copy-paste configuration for popular MCP clients.
AGENTPAY_API_KEYrequiredsecretAgentPay wallet API key (ap_test_... or ap_live_...). Generate at https://agentpay.run/dashboard.
AGENTPAY_BASE_URLOverride for self-hosted or local dev. Defaults to https://agentpay.run.
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<YOUR_AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<YOUR_AGENTPAY_BASE_URL>"
}
}
}
}{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<YOUR_AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<YOUR_AGENTPAY_BASE_URL>"
}
}
}
}{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<YOUR_AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<YOUR_AGENTPAY_BASE_URL>"
}
}
}
}{
"servers": {
"agentpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<YOUR_AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<YOUR_AGENTPAY_BASE_URL>"
}
}
}
}claude mcp add agentpay --env AGENTPAY_API_KEY=<YOUR_AGENTPAY_API_KEY> --env AGENTPAY_BASE_URL=<YOUR_AGENTPAY_BASE_URL> -- npx -y @agentpay-run/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.