paid-mcp-metering
paid-mcp-metering
호출당 과금되는 계량형 MCP 도구입니다.
디스커버리는 무료입니다: POST /mcp는 Model Context Protocol(initialize, tools/list, ping)에 따라 JSON-RPC 2.0을 사용합니다. 실행은 계량됩니다: POST /v1/t/{tool}은 x402 v2 페이월 뒤에 있습니다. 결제되지 않은 요청은 결제 요구 사항과 함께 HTTP 402 응답을 받습니다. 결제된 요청은 PAYMENT-SIGNATURE 헤더를 보유하며 도구가 실행되기 전에 퍼실리테이터를 통해 USDC를 정산합니다.
도구
도구 | 가격 | 반환 내용 |
| $0.001/호출 | 순위가 매겨진 실시간 웹 결과 및 출처 URL |
| $0.01/호출 | 종합된 답변과 인용된 출처가 포함된 다중 소스 연구 패스 |
업스트림은 Exa(기본)와 Tavily(폴백)입니다. 모든 핸들러는 실시간 업스트림 출력을 반환하거나 예외를 던집니다. 사전에 준비된 응답은 없습니다.
Related MCP server: Base Intel Search
설정
x402 v2, USDC, EIP-155 네트워크는 X402_NETWORK로 선택합니다(기본값 Base Sepolia 테스트넷, CAIP-2 eip155:84532). 퍼실리테이터 기본값은 https://x402.org/facilitator입니다.
환경 변수 | 용도 |
| 수령 주소. 정산에 필요하며, 미설정 시 402 요구 사항만 제공합니다 |
| CAIP-2 네트워크 ID(기본값 |
| x402 퍼실리테이터 엔드포인트 |
| 검색 업스트림 자격 증명 |
실행
npm install
npm run build
npm start # node dist/x402-server.js
npm test # build + node --test dist/test-x402.js무료 디스커버리:
curl -s localhost:4021/mcp -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'유료 실행:
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-SIGNATURE레지스트리
server.json은 공식 MCP Registry를 io.github.dev55acc-ai/paid-mcp-metering으로 지정합니다. v* 태그를 달면 .github/workflows/publish-mcp.yml이 실행됩니다: 테스트, 빌드, npm publish(NPM_TOKEN이 설정된 경우), 그리고 GitHub OIDC로 인증되는 레지스트리 배포 — 저장된 레지스트리 자격 증명이 없습니다.
라이선스
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