AlphaBotpro
Supports crypto payment invoices on the Polygon network for purchasing paid access tiers, allowing agents to pay with USDT/USDC and unlock trading signals/data.
AlphaBotPro MCP + x402 Example
A minimal, runnable example showing an AI agent discovering, paying for, and unlocking live trading data over MCP using the x402 machine-payment pattern — no human, no dashboard, no checkout form.
This talks to the real, live AlphaBotPro MCP server. Nothing here is a mock.
What it demonstrates
initialize— standard MCP JSON-RPC handshaketools/list— discover the available toolsget_catalog— a public tool: prices and sample payloads, no authget_signalswithout a key — a clean, structuredpayment_requirederror (the x402 pattern) instead of a silent failurepurchase_access— request a crypto invoice (USDT/USDC on TRON, Polygon or Base) for a paid tiercheck_payment— poll until the invoice settles, then receive a scoped API keyget_signalsagain, now authenticated
Related MCP server: @praveen030686/data-apis-mcp
Run it
node example.mjsNo dependencies, no API key required to run steps 1–5 (only step 6/7 need a
real payment to complete — the script prints the payment instructions and
exits there unless you pass --pay, which is left as a manual step since it
requires a funded wallet).
Server details
MCP endpoint:
https://mcp.alphabotpro.cloud/v1/mcp(JSON-RPC 2.0 over HTTPS, stateless)Manifest:
.well-known/mcp/server-card.jsonPlugin manifest:
.well-known/ai-plugin.jsonREST + OpenAPI:
openapi.json· docsPricing/catalog (human-readable): https://alphabotpro.cloud/api-mcp
Why this exists
Most "AI-ready" APIs still assume a human signs up, enters a card number, and pastes a key into a config file. That breaks the moment the buyer is an autonomous agent. This server lets an agent discover the price, pay in stablecoins, and start pulling data — all inside one continuous session.
Full write-up: https://alphabotpro.cloud/blog/post/how-ai-agents-pay-for-data-with-crypto-x402-mcp-example
Disclaimer
Trading signals returned by this API are informational tools, not financial advice, and not a guarantee of profit. Trading carries risk of loss. AlphaBotPro is not affiliated with the Model Context Protocol project or the x402 project — this repo is an independent example of using both.
License
MIT — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
15 paid AI agent primitives via x402 (USDC on Base). Pay-per-call MCP server.
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.1121MIT
- AlicenseAqualityDmaintenance22 MCP tools for AI agents: crypto prices and trading signals (53 coins), stock prices and company financials, forex rates and conversion, and web scraping with AI summaries. All powered by x402 USDC micropayments on Base. $0.01-$0.25 per request.2219MIT
- AlicenseBqualityBmaintenanceagenticpay lets MCP server developers monetize tools via per-call USDC micropayments on Solana, using the x402 protocol. Each tool declares a price; agents pay via signed Solana transactions; settlement happens on-chain in ~1.5–2 seconds.13MIT
- AlicenseNot gradedqualityBmaintenanceDrop-in x402 payment middleware for MCP servers. Charge AI agents per tool call using USDC on Base chain — Python and JavaScript SDKs, no payment processor, no KYC.MIT