farebox-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@farebox-mcpsummarize this article using gpt-4o"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
farebox-mcp
Farebox MCP Server — connect Claude Desktop, Cursor, or any MCP-compatible client to 36+ frontier LLMs. Payments happen automatically per token in USDC on Solana — no accounts, no invoices.
Install
npx farebox-mcpNo global install needed. Runs directly from the npm registry.
Related MCP server: thebuyside-x402-agent
Quick setup
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"farebox": {
"command": "npx",
"args": ["-y", "farebox-mcp"],
"env": {
"FAREBOX_API_KEY": "sk-fbx-your-key-here"
}
}
}
}Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"farebox": {
"command": "npx",
"args": ["-y", "farebox-mcp"],
"env": {
"FAREBOX_API_KEY": "sk-fbx-your-key-here"
}
}
}
}Get your API key at farebox.fun/dashboard.
Keyless mode (x402)
No API key required — your agent pays per request autonomously in USDC on Solana:
{
"mcpServers": {
"farebox": {
"command": "npx",
"args": ["-y", "farebox-mcp"],
"env": {
"FAREBOX_SOLANA_PRIVATE_KEY": "your-base58-private-key",
"FAREBOX_MODE": "x402"
}
}
}
}Available tools
Once connected, your agent has access to:
36+ frontier models — GPT-4o, Claude Sonnet, Gemini Flash, Llama, DeepSeek, Mistral, and more
Community skills —
summarize,translate,code-review,explain,sentiment,extract-data,draft-email,fix-grammar
All models and skills appear as individual tools in your MCP client automatically.
Environment variables
Variable | Description |
| API key from farebox.fun/dashboard |
| Base58 Solana private key (x402 keyless mode) |
|
|
| Override API base URL (optional) |
Pricing
Pay per token in USDC — no minimum, no subscription.
Model | Input | Output |
llama-4-scout | $0.11 / 1M tokens | $0.34 / 1M tokens |
gpt-4o-mini | $0.15 / 1M tokens | $0.60 / 1M tokens |
claude-sonnet-4-5 | $3.00 / 1M tokens | $15.00 / 1M tokens |
gpt-4o | $2.50 / 1M tokens | $10.00 / 1M tokens |
Full model list: farebox.fun/models
Links
Website: farebox.fun
MCP setup guide: farebox.fun/mcp
X: @Farebox_
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceDescription: Pay-per-request access to Claude and GPT models via Solana USDC using a Phantom wallet address. No accounts, no API keys — wallet-native authentication.414MIT
- AlicenseAqualityCmaintenanceThe MCP gateway that lets any AI agent discover and pay metered APIs on Base or Solana — without the user wiring payments themselves.3161Apache 2.0
- AlicenseAqualityAmaintenanceEnables calling 48+ LLMs, image, and video models through Routara's API from Cursor, Claude Desktop, Windsurf, and other MCP clients. Supports chat completions, image generation, and video generation with a single API key.51MIT
- Alicense-qualityAmaintenanceCrypto-native LLM gateway with OpenAI-compatible API and per-token USDC payments on Solana via the x402 protocol.7,813MIT
Related MCP Connectors
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fareboxfun/farebox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server