streamable-httpMITupdated 5mo ago
980+ AI tools available as MCP servers. Pay $0.01/call in USDC via the x402 protocol. One API key, 30+ providers — no individual provider accounts or subscriptions needed.
O que dá para fazer com xpay Content Research?
xpay MCP Server
980+ AI tools available as MCP servers. Pay $0.01/call in USDC via the x402 protocol. One API key, 30+ providers — no individual provider accounts or subscriptions needed.
Quick Start
1. Get your API key
Sign up at app.xpay.sh and create an API key. Add credits to your wallet (USDC on Base).
2. Add to your MCP client
Claude Desktop / Cursor / Windsurf — add to your MCP config:
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
Claude Code CLI:
claude mcp add --transport http "xpay" "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
Replace YOUR_API_KEY with your key from step 1.
3. Use tools
Your AI assistant will automatically discover all available tools. Each tool call costs $0.01 USDC, deducted from your wallet balance.
Collection Servers
Instead of connecting to all 980+ tools, you can connect to a focused collection:
| Collection | Endpoint | Tools | Providers |
|---|---|---|---|
| All Tools | https://mcp.xpay.sh/mcp?key=YOUR_API_KEY |
980+ | All 30+ |
| Lead Generation | https://lead-gen.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~50 | Hunter, Apollo, Tomba, Sixtyfour, Fiber, Exa, Nyne |
| Competitive Intel | https://compete.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~40 | Brand.dev, Coresignal, Keywords Everywhere, Exa, Firecrawl, Shofo |
| Content Research | https://content.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~40 | Perplexity, Tavily, Semantic Scholar, FLUX, Ideogram, Recraft |
| Web Scraping | https://scraping.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~35 | Firecrawl, Bright Data, Jina, Olostep, ScrapeGraph, Notte |
| Developer Tools | https://devtools.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~30 | Context7, Code Runner, Python Execute, NPM Sentinel, PlantUML |
| Finance | https://finance.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
253 | Financial Modeling Prep, Alpha Vantage, AkShare, Polymarket |
| Media Studio | https://media.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~25 | FLUX, Ideogram, Recraft, Stability AI, MiniMax, Kokoro |
| Social Media | https://social.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
96 | ScapeCreators, Shofo, YouTube |
| Academic Research | https://research.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~30 | Semantic Scholar, Google Scholar, PubMed, arXiv |
| Marketing | https://marketing.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
~30 | Keywords Everywhere, Brand.dev, Exa, Tavily, Ideogram |
How It Works
- Get a key — Sign up at app.xpay.sh and add USDC credits
- Connect — Add the endpoint URL (with your key) to any MCP client
- Call tools — Your AI assistant discovers and calls tools naturally
- Auto-deduct — Each call costs $0.01 USDC, deducted from your wallet balance
No individual provider API keys. No separate accounts. One key for 30+ providers.
Requirements
- API key from app.xpay.sh
- USDC credits in your xpay wallet (add via Coinbase)
- MCP client — Claude Desktop, Cursor, Windsurf, Claude Code CLI, Cline, etc.
How x402 Works
x402 is an open protocol for machine-to-machine payments using HTTP 402 Payment Required. When a tool call requires payment:
- Server responds with
402 Payment Required+ a payment invoice - Client signs a USDC payment on Base blockchain
- Server verifies payment and executes the tool
- Settlement is instant, non-custodial, and peer-to-peer
Browse Tools
- Hub: xpay.tools
- Docs: docs.xpay.sh
- Platform: xpay.sh
Related
@xpaysh/x402— x402 facilitator SDK@xpaysh/n8n-nodes-xpay— n8n community node@xpaysh/agent-kit-langchain— LangChain integration- xpay Facilitator — Open x402 facilitator service
License
MIT
Instalação
Adicione xpay Content Research ao seu cliente. Escolha o que você usa.
claude mcp add --transport http xpay-content-research https://content.mcp.xpay.sh/mcp?key={api_key}codex mcp add xpay-content-research --url https://content.mcp.xpay.sh/mcp?key={api_key}{
"mcpServers": {
"xpay-content-research": {
"url": "https://content.mcp.xpay.sh/mcp?key={api_key}"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"xpay-content-research": {
"type": "http",
"url": "https://content.mcp.xpay.sh/mcp?key={api_key}"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"xpay-content-research": {
"url": "https://content.mcp.xpay.sh/mcp?key={api_key}"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"xpay-content-research": {
"serverUrl": "https://content.mcp.xpay.sh/mcp?key={api_key}"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação25/25
- Manutenção13/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 171 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 14 de mar. de 2026 |