Discover MCP servers. Connect your agent.
Official Stripe MCP server for payment processing. Manage customers, products, subscriptions, invoices, and payment intents. Hosted remotely or run locally via npm. Install via npm: @stripe/mcp
https://mcp.stripe.com
sse
api_key
20 tools
paymentsbillingsubscriptionscommerceofficial
Registered 2026-02-09 by
Stripe
Open payment protocol for AI agents to autonomously pay for APIs with stablecoins. No accounts or subscriptions. Built on HTTP 402 Payment Required. Supported by Coinbase AgentKit, Cloudflare, and Vercel.
https://x402.org/mcp
sse
open
8 tools
paymentscryptostablecoinshttp402autonomous-payments
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'