
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@agentpay-run/mcp-server
Advanced tools
Official MCP server for AgentPay. Lets agents charge vendors, check budgets, and inspect quota through any MCP-compatible client (Claude Desktop, Cursor, etc.).
Official MCP server for AgentPay.
Lets agents running through any MCP-compatible client (Claude Desktop, Cursor, Continue, your own MCP host) charge vendors, check budgets, and inspect tier quota through your AgentPay wallet — with all of AgentPay's policy gates, anomaly detection, and audit logging in front.
The state of the art for giving an agent a budget is "share your Stripe key and pray." AgentPay puts a real spend-control layer between the agent and the payment rail. This MCP server exposes that layer as standard MCP tools so any agent can use it without a vendor-specific integration.
| Tool | What it does |
|---|---|
charge | Charge a vendor. Returns approved/denied + which policy matched + remaining budget. |
get_wallet | Read-only wallet snapshot: budget, spent, per-tx cap, vendor allowlist, active state. |
get_quota | Read-only tier + remaining quota: wallets, today's charges, audit retention. |
ap_test_... key while you wire things up).claude_desktop_config.json (Claude Desktop → Settings → Developer → Edit Config).{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": ["-y", "@agentpay-run/mcp-server"],
"env": {
"AGENTPAY_API_KEY": "ap_test_..."
}
}
}
}
agentpay server in the MCP indicator (bottom right of the chat).Anywhere that accepts an MCP server config, point it at npx -y @agentpay-run/mcp-server with the same AGENTPAY_API_KEY env var.
Once installed, just talk to your agent like you would otherwise:
"Charge openai.com $12 against my dev wallet, then tell me what's left."
The agent picks charge, reads back the response, and decides what to do based on the policy verdict.
| Env var | Required | Default | Notes |
|---|---|---|---|
AGENTPAY_API_KEY | yes | — | Wallet API key. ap_test_... for development, ap_live_... for production wallets. |
AGENTPAY_BASE_URL | no | https://agentpay.run | Override for self-hosted or local dev (e.g. http://localhost:3000). |
git clone https://github.com/sdeanesh-png/agentpay
cd agentpay/sdk/mcp
npm install
npm run build
AGENTPAY_API_KEY=ap_test_... node dist/index.js
The server speaks MCP over stdio. To smoke-test it manually, pipe a JSON-RPC tools/list request:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | AGENTPAY_API_KEY=ap_test_dummy node dist/index.js
ap_live_... keys with strict per-tx caps and a vendor allowlist. Treat them like API tokens: rotate via the dashboard if exposed.MIT.
FAQs
Official MCP server for AgentPay. Lets agents charge vendors, check budgets, and inspect quota through any MCP-compatible client (Claude Desktop, Cursor, etc.).
We found that @agentpay-run/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.