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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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