Skip to main content
Glama
fareboxfun

farebox-mcp

by fareboxfun

Farebox Platform

Crypto-native LLM gateway. OpenAI-compatible API with per-token USDC payments on Solana. No subscriptions, no invoices — machine-native billing via the x402 protocol.

Architecture

This monorepo contains all platform services:

Package

Description

artifacts/farebox

Web frontend — farebox.fun

artifacts/api-server

REST API + x402 payment gateway

lib/api-spec

OpenAPI specification

lib/api-zod

Zod validation schemas

lib/api-client-react

React query hooks

lib/db

Drizzle ORM schema + migrations

packages/farebox-mcp

MCP server — also on npm

Related MCP server: gpu-bridge-mcp-server

Quickstart

Prerequisites: Node.js ≥ 18, pnpm ≥ 9

git clone https://github.com/fareboxfun/platform.git
cd platform
pnpm install

Start the API server:

cp artifacts/api-server/.env.example artifacts/api-server/.env
# fill in required variables
pnpm --filter @workspace/api-server run dev

Start the web frontend:

cp artifacts/farebox/.env.example artifacts/farebox/.env
pnpm --filter @workspace/farebox run dev

MCP Server

Connect Claude Desktop or Cursor to all 36+ Farebox models in two lines of config:

npx farebox-mcp

Full setup guide → farebox.fun/mcp
npm package → npmjs.com/package/farebox-mcp

x402 — Keyless Machine Payments

Farebox implements x402, an open standard for HTTP micropayments. AI agents can call the API without an account — the server returns a 402 Payment Required with a USDC quote, the agent signs the payment on Solana, and retries. No invoices, no OAuth, no human in the loop.

Try it:

curl https://api.farebox.fun/.well-known/x402

Contributing

See CONTRIBUTING.md. Issues and PRs welcome.

License

MIT

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    B
    maintenance
    Connects AI agents to the Base network for onchain data, batch USDC payments, and access to over 200 AI models. It utilizes the x402 protocol to enable pay-per-request functionality using USDC without requiring traditional API keys or accounts.
    100
    53
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    OpenAI-compatible inference broker that routes AI requests to the cheapest qualifying model and settles payments per token in USDC on Base L2 via x402 micropayments.
    MIT

View all related MCP servers

Related MCP Connectors

  • Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.

View all MCP Connectors

Latest Blog Posts

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/platform'

If you have feedback or need assistance with the MCP directory API, please join our Discord server