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.
WALLET_PRIVATE_KEYsecretEVM private key (32 bytes hex). Required for buyer tools (call_api, get_wallet_balance, estimate_cost). Stays on the user's machine.
WALLET_BUDGET_USDOptional runtime spend cap in USD; call_api throws BUDGET_EXHAUSTED when reached.
WALLET_NETWORKNetwork identifier. Defaults to eip155:8453 (Base mainnet). Use eip155:84532 for Sepolia testnet.
GATEFARE_PATsecretPersonal access token (gfpat_...) from gatefare.io/dashboard/tokens. Required for publisher tools (register_api, list_my_apis, update_api, get_revenue, distribute).
GATEFARE_BASE_URLOverride the Gatefare base URL (defaults to https://gatefare.io). Useful for self-hosted deployments.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.