agenticpay
x402 USDC paywall bridge for MCP — pay per tool call on Solana.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.0.2)
npx -y @agenticpay/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"agenticpay": {
"command": "npx",
"args": [
"-y",
"@agenticpay/[email protected]"
],
"env": {
"AGENTICPAY_BRIDGE_KEYPAIR": "<YOUR_VALUE>",
"AGENTICPAY_BRIDGE_TOOLS": "<YOUR_VALUE>",
"AGENTICPAY_BRIDGE_NETWORK": "<YOUR_VALUE>",
"AGENTICPAY_BRIDGE_RPC": "<YOUR_VALUE>"
}
}
}
}
AGENTICPAY_BRIDGE_KEYPAIRrequired secret — Solana keypair as 64-byte JSON array (the format `solana-keygen new` writes). The bridge signs each x402 payment with this keypair.AGENTICPAY_BRIDGE_TOOLSrequired — JSON array of paid tool definitions. Each entry: { name, description, url, inputSchema, headers? }AGENTICPAY_BRIDGE_NETWORK— CAIP-2 network identifier. Devnet: solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1AGENTICPAY_BRIDGE_RPC— Solana JSON-RPC URL
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry