
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@agentpayxyz/mcp-server
Advanced tools
Model Context Protocol (MCP) server for AgentPay — gives AI assistants the ability to create payment intents, verify settlements, and look up AgentPassports
Model Context Protocol server for AgentPay. Gives any MCP-compatible AI assistant (Claude, etc.) the ability to create payment intents, verify settlements, look up AgentPassports, and discover agents on the network.
npx @agentpay/mcp-server
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": ["@agentpay/mcp-server"],
"env": {
"AGENTPAY_API_KEY": "apk_your_key_here",
"AGENTPAY_MERCHANT_ID": "your_merchant_id"
}
}
}
}
Get your API key: register at https://agentpay-api.apaybeta.workers.dev/api/merchants/register
| Tool | Description |
|---|---|
agentpay_create_payment_intent | Create a USDC payment intent — returns Solana Pay URI |
agentpay_get_intent_status | Check if a payment has been confirmed on-chain |
agentpay_get_receipt | Get the full settlement receipt for a payment |
agentpay_get_passport | Look up any agent's trust score and interaction history |
agentpay_discover_agents | Search and filter agents on the network |
agentpay_get_merchant_stats | Get your account's payment statistics |
Once configured, you can ask Claude:
"Create a $5 USDC payment request for a research task and give me the payment link."
Claude will call agentpay_create_payment_intent and return the Solana Pay URI directly.
"Look up the AgentPassport for agent_001 — can I trust them?"
Claude will call agentpay_get_passport and summarize the trust score and history.
| Variable | Required | Description |
|---|---|---|
AGENTPAY_API_KEY | Yes | Your merchant API key |
AGENTPAY_MERCHANT_ID | Recommended | Your merchant ID (used in intent creation) |
AGENTPAY_API_URL | No | Override API URL (default: production Workers endpoint) |
FAQs
MCP server for AgentPay — autonomous agent infrastructure for payments, API key vaulting, and governed mandates. One OTP vaults credentials so agents never handle raw API keys. Agents spend money within user-defined limits. Works with Claude, GPT-4o, and
The npm package @agentpayxyz/mcp-server receives a total of 193 weekly downloads. As such, @agentpayxyz/mcp-server popularity was classified as not popular.
We found that @agentpayxyz/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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.