x402-micro-tollgate
Related Servers
Alternatives to x402-micro-tollgate
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to discover, pay for, and call paid APIs from the Coinbase x402 Bazaar via MCP tools, settling USDC micropayments from a CDP treasury wallet.-
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to discover, call, and pay for existing HTTP APIs over MCP with x402 paywalls, non-custodial settlement, and no code changes to the backend.186 npm29Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables MCP tools to be gated behind per-call USDC micropayments with direct on-chain verification and settlement, removing the need for third-party payment facilitators.MIT
- AlicenseBqualityDmaintenanceMCP server providing AI agents access to 38 pay-per-call APIs (LLM, image, code, audio, crypto, web, IPFS) via HTTP 402 micropayments in USDC/USDm.2233 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables pay-per-call access control for AI agents using HTTP 402 and on-chain settlement, allowing microtransactions for API usage.54 PyPIMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to pay-per-call for Cloudflare Worker APIs using USDC micropayments, with automatic MCP tool discovery and Bazaar listing.MIT
TDQS
Scored across 3 tools
Each tool serves a completely distinct function: server_info provides gateway status, get_quote fetches a sample quote, and proxy_request forwards requests. No overlap or ambiguity between them.
All tools use lowercase snake_case with clear verb_noun or noun_verb patterns (server_info, get_quote, proxy_request). The naming style is uniform and predictable.
With 3 tools, the set is well-scoped for a micro-tollgate gateway. Each tool earns its place: info, quote, and proxy access. No surplus or deficiency for the stated purpose.
The tool surface covers the core workflow: inspect gateway state, request a quote, and proxy an authenticated request. There are no obvious dead ends or missing operations for this narrow domain.