Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@gatefare/mcp · npm · 1.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.gatefareio/mcp-server",
"description": "Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.",
"repository": {
"url": "https://github.com/gatefareio/mcp-server",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@gatefare/mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "EVM private key (32 bytes hex). Required for buyer tools (call_api, get_wallet_balance, estimate_cost). Stays on the user's machine.",
"isSecret": true,
"name": "WALLET_PRIVATE_KEY"
},
{
"description": "Optional runtime spend cap in USD; call_api throws BUDGET_EXHAUSTED when reached.",
"name": "WALLET_BUDGET_USD"
},
{
"description": "Network identifier. Defaults to eip155:8453 (Base mainnet). Use eip155:84532 for Sepolia testnet.",
"default": "eip155:8453",
"name": "WALLET_NETWORK"
},
{
"description": "Personal access token (gfpat_...) from gatefare.io/dashboard/tokens. Required for publisher tools (register_api, list_my_apis, update_api, get_revenue, distribute).",
"isSecret": true,
"name": "GATEFARE_PAT"
},
{
"description": "Override the Gatefare base URL (defaults to https://gatefare.io). Useful for self-hosted deployments.",
"default": "https://gatefare.io",
"name": "GATEFARE_BASE_URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-25T03:54:36.703925Z",
"publishedAt": "2026-05-25T03:54:36.703925Z",
"updatedAt": "2026-05-25T03:54:36.703925Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.