Server data from the Official MCP Registry
Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.
Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.
Set these up before or after installing:
Environment variable: AGENT_PRIVATE_KEY
Environment variable: BASE_RPC_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-up2itnow0822-agentpay": {
"env": {
"BASE_RPC_URL": "your-base-rpc-url-here",
"AGENT_PRIVATE_KEY": "your-agent-private-key-here"
},
"args": [
"-y",
"agentpay-mcp"
],
"command": "npx"
}
}
}The AgentPay MCP server provides non-custodial cryptocurrency payment functionality with appropriate permissions for its purpose. However, it has concerning security practices including shell command execution via npm scripts, potential command injection vulnerabilities, and could benefit from better authentication mechanisms. The private key handling could be more secure despite using environment variables. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 4 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!