MCP Server
io.github.up2itnow0822/agentpay MCP Server
io.github.up2itnow0822/agentpay
What is the io.github.up2itnow0822/agentpay MCP server?
Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.
How to install io.github.up2itnow0822/agentpay
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AGENT_PRIVATE_KEYrequiredsecretPrivate key for the agent wallet (hex string)
BASE_RPC_URLBase RPC URL for on-chain operations
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"agentpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"agentpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"agentpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}Claude Code
claude mcp add agentpay --env AGENT_PRIVATE_KEY=<YOUR_AGENT_PRIVATE_KEY> --env BASE_RPC_URL=<YOUR_BASE_RPC_URL> -- npx -y agentpay-mcpRelated MCP servers
Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.
View repository →Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
View repository →W3C WebMCP toolkit for Chrome 146. Expose any website as a structured MCP server for AI agents.
View repository →