MCP.so
登录

Gatefare — paid-API marketplace

@gatefareio

关于 Gatefare — paid-API marketplace

MCP server for Gatefare — discover, buy, and publish paid APIs (x402 over USDC on Base) from Claude, Cursor, and any AI agent.

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

gatefareio

提交者

Gatefare

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "gatefare": {
      "command": "npx",
      "args": [
        "-y",
        "@gatefare/mcp"
      ],
      "env": {
        "GATEFARE_PAT": "<YOUR_GATEFARE_PAT>",
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "WALLET_BUDGET_USD": "5.00",
        "WALLET_NETWORK": "eip155:8453"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Gatefare — paid-API marketplace?

Gatefare — paid-API marketplace is a Model Context Protocol (MCP) server that connects Claude Desktop, Cursor, or any MCP-compatible agent to the Gatefare catalog of paid HTTP APIs. Payments settle as USDC on Base via the open x402 standard, with no SaaS keys, subscriptions, or escrow. It is non-custodial: signing happens locally and the private key never leaves the machine.

How to use Gatefare — paid-API marketplace?

Configure the server in your client’s MCP config (Claude Desktop, Cursor, etc.) using the npx command npx -y @gatefare/mcp. Add optional environment variables like WALLET_PRIVATE_KEY for buying APIs or GATEFARE_PAT for publishing APIs. Tools auto-register based on which environment variables are set.

Key features of Gatefare — paid-API marketplace

  • Non-custodial: private key never leaves your machine
  • USDC settlement on Base via open x402 standard
  • 13 tools across discovery, buyer, publisher, and safety domains
  • Tools auto-register based on environment configuration
  • Runtime budget safety cap (WALLET_BUDGET_USD)
  • Structured error codes for agent retry logic

Use cases of Gatefare — paid-API marketplace

  • Search the catalog and call a paid weather API in one conversation
  • Publish your own HTTP APIs for per‑call USDC pricing
  • Programmatically query and purchase APIs from an MCP‑compatible agent
  • Browse the catalog and estimate costs before buying

FAQ from Gatefare — paid-API marketplace

What networks does Gatefare support?

The default network is eip155:8453 (Base mainnet). For testing, set WALLET_NETWORK to eip155:84532 (Sepolia testnet).

What happens if I don't set a wallet key?

Without WALLET_PRIVATE_KEY, only discovery and safety tools are available. Buyer tools (call_api, get_wallet_balance, estimate_cost) are hidden.

How are payments secured?

The server signs an EIP‑3009 transferWithAuthorization that is single‑use and time‑bounded. The private key is never logged, and the server rejects network confusion attacks by verifying the configured chain.

Can I use this without an AI agent?

Yes. For paying x402 APIs from a backend, use Coinbase's official x402 SDKs. To browse the catalog programmatically, use the REST API at gatefare.io/api/catalog (OpenAPI 3.1 spec available).

What runtime does Gatefare depend on?

The server runs on Node.js via npx and is installed from npm as @gatefare/mcp. No additional runtime dependencies are required beyond a standard Node.js environment.

评论

开发工具 分类下的更多 MCP 服务器