paid-mcp-metering
paid-mcp-metering
Herramientas MCP con medición de uso y precio por llamada.
El descubrimiento es gratuito: POST /mcp habla JSON-RPC 2.0 según el Model Context Protocol (initialize, tools/list, ping). La ejecución se mide: POST /v1/t/{tool} está detrás de un muro de pago x402 v2. Una petición no pagada recibe HTTP 402 con los requisitos de pago; una petición pagada lleva un encabezado PAYMENT-SIGNATURE y liquida USDC a través del facilitador antes de que la herramienta se ejecute.
Herramientas
Herramienta | Precio | Qué devuelve |
| $0.001/llamada | Resultados web segmentados por relevancia con URLs de origen |
| $0.01/llamada | Pase de investigación con múltiples fuentes, respuesta sintetizada y fuentes citadas |
Los proveedores son Exa (principal) y Tavily (respaldo). Cada handler devuelve la salida directa del upstream o lanza una excepción: no hay respuestas predeterminadas.
Related MCP server: Base Intel Search
Vías de pago
x402 v2, USDC, red EIP-155 seleccionada por X402_NETWORK (por defecto la testnet de Base Sepolia, CAIP-2 eip155:84532). El facilitador por defecto es https://x402.org/facilitator.
Variable de entorno | Propósito |
| Dirección receptora. Necesaria para la liquidación; si no se define, solo se devuelven los requisitos de 402 |
| Identificador de red CAIP-2 (por defecto |
| Endpoint del facilitador x402 |
| Credenciales de los proveedores de búsqueda (upstream) |
Ejecutar
npm install
npm run build
npm start # node dist/x402-server.js
npm test # build + node --test dist/test-x402.jsDescubrimiento gratuito:
curl -s localhost:4021/mcp -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Ejecución de pago:
curl -s localhost:4021/v1/t/web_search -H 'Content-Type: application/json' \
-d '{"query":"x402 protocol","max_results":3}'
# -> 402 with payment requirements; pay via an x402 client and retry with PAYMENT-SIGNATURERegistro
server.json apunta al Registro MCP oficial identificado como io.github.dev55acc-ai/paid-mcp-metering. Etiquetar v* ejecuta .github/workflows/publish-mcp.yml: pruebas, compilación, publicación npm (cuando NPM_TOKEN está definido) y publicación en el registro autenticada por GitHub OIDC: no se almacena ninguna credencial de registro.
Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.41MIT
- AlicenseNot gradedqualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.101MIT
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.2568MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.23MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev55acc-ai/paid-mcp-metering'
If you have feedback or need assistance with the MCP directory API, please join our Discord server