PluginBench
MCP Server

io.github.gatefareio/mcp-server MCP Server

io.github.gatefareio/mcp-server

What is the io.github.gatefareio/mcp-server MCP server?

Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.

How to install io.github.gatefareio/mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WALLET_PRIVATE_KEY
    secret

    EVM private key (32 bytes hex). Required for buyer tools (call_api, get_wallet_balance, estimate_cost). Stays on the user's machine.

  • WALLET_BUDGET_USD

    Optional runtime spend cap in USD; call_api throws BUDGET_EXHAUSTED when reached.

  • WALLET_NETWORK

    Network identifier. Defaults to eip155:8453 (Base mainnet). Use eip155:84532 for Sepolia testnet.

  • GATEFARE_PAT
    secret

    Personal access token (gfpat_...) from gatefare.io/dashboard/tokens. Required for publisher tools (register_api, list_my_apis, update_api, get_revenue, distribute).

  • GATEFARE_BASE_URL

    Override the Gatefare base URL (defaults to https://gatefare.io). Useful for self-hosted deployments.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gatefare/mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "WALLET_BUDGET_USD": "<YOUR_WALLET_BUDGET_USD>",
        "WALLET_NETWORK": "<YOUR_WALLET_NETWORK>",
        "GATEFARE_PAT": "<YOUR_GATEFARE_PAT>",
        "GATEFARE_BASE_URL": "<YOUR_GATEFARE_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gatefare/mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "WALLET_BUDGET_USD": "<YOUR_WALLET_BUDGET_USD>",
        "WALLET_NETWORK": "<YOUR_WALLET_NETWORK>",
        "GATEFARE_PAT": "<YOUR_GATEFARE_PAT>",
        "GATEFARE_BASE_URL": "<YOUR_GATEFARE_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gatefare/mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "WALLET_BUDGET_USD": "<YOUR_WALLET_BUDGET_USD>",
        "WALLET_NETWORK": "<YOUR_WALLET_NETWORK>",
        "GATEFARE_PAT": "<YOUR_GATEFARE_PAT>",
        "GATEFARE_BASE_URL": "<YOUR_GATEFARE_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gatefare/mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "WALLET_BUDGET_USD": "<YOUR_WALLET_BUDGET_USD>",
        "WALLET_NETWORK": "<YOUR_WALLET_NETWORK>",
        "GATEFARE_PAT": "<YOUR_GATEFARE_PAT>",
        "GATEFARE_BASE_URL": "<YOUR_GATEFARE_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env WALLET_PRIVATE_KEY=<YOUR_WALLET_PRIVATE_KEY> --env WALLET_BUDGET_USD=<YOUR_WALLET_BUDGET_USD> --env WALLET_NETWORK=<YOUR_WALLET_NETWORK> --env GATEFARE_PAT=<YOUR_GATEFARE_PAT> --env GATEFARE_BASE_URL=<YOUR_GATEFARE_BASE_URL> -- npx -y @gatefare/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →