Foxbit MCP Server

Foxbit uses HMAC-SHA256 request signing. Each request includes three headers: X-FB-ACCESS-KEY - API key X-FB-ACCESS-TIMESTAMP - UNIX timestamp in milliseconds X-FB-ACCESS-SIGNATURE - hex HMAC-SHA256 of timestamp + method + path + queryString + body using API secret. Its 21 documented tools cover pix, order, trades, deposits.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Foxbit

before you install - you'll need

Set FOXBIT_API_KEY, FOXBIT_API_SECRET before connecting.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-crypto-f -- npx -y @codespar/mcp-foxbit

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-crypto-f": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-foxbit"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-foxbit - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Foxbit can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all available trading pairs / markets on Foxbit, list all supported currencies (crypto and fiat) on Foxbit, get details of a specific currency (precision, min/max amounts, type), and get 24h ticker data for a market (price, volume, high/low).

Capability map

Tools grouped from the project's README - what Foxbit lets an agent do.

read & search

13 tools - e.g. List all available trading pairs / markets on Foxbit; List all supported currencies (crypto and fiat) on Foxbit; Get details of a specific currency (precision, min/max amounts, type)

list_markets · list_currencies · get_currency · get_ticker · get_orderbook · get_market_trades…

Pix

4 tools - e.g. Create a Pix instant deposit (BRL).; List Pix deposit history (BRL instant deposits); Create a Pix withdrawal (BRL) to a Pix key

create_pix_deposit · list_pix_deposits · create_pix_withdrawal · list_pix_withdrawals

Order

3 tools - e.g. Create a buy or sell order (limit or market); Get order details by ID; Cancel an open order by ID

create_order · get_order · cancel_order

create & write

1 tool - e.g. Create a crypto withdrawal to an external wallet address

create_crypto_withdrawal

04 · Who maintains Foxbit

mcp-foxbit is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
finance - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-foxbit (active, first published 2026-06-20 · 2 versions)
packages
npm:@codespar/mcp-foxbit

06 · Foxbit FAQ

Is Foxbit still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Foxbit do?

With this server connected, an agent can list all available trading pairs / markets on Foxbit, list all supported currencies (crypto and fiat) on Foxbit, get details of a specific currency (precision, min/max amounts, type), and get 24h ticker data for a market (price, volume, high/low).

How do I install Foxbit?

Run `npx -y @codespar/mcp-foxbit`. The README documents 2 environment variables (FOXBIT_API_KEY, FOXBIT_API_SECRET) to set first. Set FOXBIT_API_KEY, FOXBIT_API_SECRET before connecting. You can also paste the ready-made client config above.

Does Foxbit run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Foxbit

More finance MCP servers · Mercado Bitcoin · Moonpay · Transak · Amazon · Bling

More JavaScript MCP servers · Unblockpay · X402 · see all