agenticpay
About
x402 USDC paywall bridge for MCP — pay per tool call on Solana.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENTICPAY_BRIDGE_KEYPAIR AGENTICPAY_BRIDGE_TOOLS AGENTICPAY_BRIDGE_NETWORK AGENTICPAY_BRIDGE_RPCClaude Code
claude mcp add --env AGENTICPAY_BRIDGE_KEYPAIR= --env AGENTICPAY_BRIDGE_TOOLS= --env AGENTICPAY_BRIDGE_NETWORK= --env AGENTICPAY_BRIDGE_RPC= agenticpay -- npx @agenticpay/mcp-bridge
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agenticpay","command":"npx","args":["@agenticpay/mcp-bridge"],"env":{"AGENTICPAY_BRIDGE_KEYPAIR":"","AGENTICPAY_BRIDGE_TOOLS":"","AGENTICPAY_BRIDGE_NETWORK":"","AGENTICPAY_BRIDGE_RPC":""}}'
JSON
{
"mcpServers": {
"agenticpay": {
"command": "npx",
"args": [
"@agenticpay/mcp-bridge"
],
"env": {
"AGENTICPAY_BRIDGE_KEYPAIR": "",
"AGENTICPAY_BRIDGE_TOOLS": "",
"AGENTICPAY_BRIDGE_NETWORK": "",
"AGENTICPAY_BRIDGE_RPC": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.