Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.codespar/mcp-foxbit

NPM · @CODESPAR/MCP-FOXBIT · SCANNED AUG 4

MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1305 tokens (~62/item across 21 items; 21 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @codespar/mcp-foxbit

# add to Claude Code
claude mcp add codespar-mcp-foxbit -- npx -y @codespar/mcp-foxbit
# add to Codex CLI
codex mcp add codespar-mcp-foxbit -- npx -y @codespar/mcp-foxbit
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-foxbit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-foxbit"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-foxbit --command npx --arg -y --arg @codespar/mcp-foxbit
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-foxbit:
    command: "npx"
    args: ["-y", "@codespar/mcp-foxbit"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-foxbit": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-foxbit"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +29
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/@codespar/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 21 exposed · ~1,238 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
cancel_order ~26

Cancel an open order by ID

NameTypeReqDescription
idstringyesOrder ID to cancel

No output schema declared.

No examples provided.

create_crypto_withdrawal ~108

Create a crypto withdrawal to an external wallet address

NameTypeReqDescription
addressstringyesDestination wallet address
amountstringyesWithdrawal amount in base units
currency_symbolstringyesCurrency symbol (e.g. btc, eth, usdt)
networkstringBlockchain network (e.g. BTC, ERC20, TRC20, POLYGON)
tagstringMemo / tag / destination tag (for XRP, XLM, etc.)

No output schema declared.

No examples provided.

create_order ~110

Create a buy or sell order (limit or market)

NameTypeReqDescription
client_order_idstringClient-supplied order ID
market_symbolstringyesMarket symbol (e.g. btcbrl)
pricestringLimit price (required for LIMIT orders)
quantitystringyesBase asset quantity (e.g. BTC)
sidestringyesOrder side
time_in_forcestringTime in force
typestringyesOrder type

No output schema declared.

No examples provided.

create_pix_deposit ~49

Create a Pix instant deposit (BRL). Returns Pix QR code / copy-paste payload.

NameTypeReqDescription
amountstringyesDeposit amount in BRL (e.g. "100.00")

No output schema declared.

No examples provided.

create_pix_withdrawal ~80

Create a Pix withdrawal (BRL) to a Pix key

NameTypeReqDescription
amountstringyesWithdrawal amount in BRL (e.g. "100.00")
pix_keystringyesDestination Pix key (CPF, CNPJ, email, phone, or random key)
pix_key_typestringyesPix key type

No output schema declared.

No examples provided.

get_account_balances ~17

Get account balances for all currencies

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_balance ~36

Get account balance for a single currency

NameTypeReqDescription
currency_symbolstringyesCurrency symbol (e.g. brl, btc, eth)

No output schema declared.

No examples provided.

get_candles ~88

Get OHLC candlestick data for a market

NameTypeReqDescription
end_timestringEnd time (ISO 8601)
intervalstringyesCandle interval
limitnumberMax number of candles to return
start_timestringStart time (ISO 8601)
symbolstringyesMarket symbol (e.g. btcbrl)

No output schema declared.

No examples provided.

get_currency ~42

Get details of a specific currency (precision, min/max amounts, type)

NameTypeReqDescription
symbolstringyesCurrency symbol (e.g. btc, brl, eth)

No output schema declared.

No examples provided.

get_market_trades ~63

Get recent public trades for a market (trade history / tape)

NameTypeReqDescription
pagenumberPage number
page_sizenumberResults per page (max 100)
symbolstringyesMarket symbol (e.g. btcbrl)

No output schema declared.

No examples provided.

get_order ~23

Get order details by ID

NameTypeReqDescription
idstringyesOrder ID

No output schema declared.

No examples provided.

get_orderbook ~51

Get order book (bids and asks) for a market

NameTypeReqDescription
depthnumberNumber of price levels per side
symbolstringyesMarket symbol (e.g. btcbrl)

No output schema declared.

No examples provided.

get_ticker ~52

Get 24h ticker data for a market (price, volume, high/low)

NameTypeReqDescription
symbolstringyesMarket symbol (e.g. btcbrl, ethbrl, ltcbrl)

No output schema declared.

No examples provided.

get_trading_fees ~27

Get current trading fees and limits (maker/taker per pair, withdrawal limits)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_currencies ~22

List all supported currencies (crypto and fiat) on Foxbit

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_deposits_withdrawals ~105

List deposits and withdrawals (transactions) for a currency

NameTypeReqDescription
currency_symbolstringyesCurrency symbol (e.g. brl, btc, eth)
end_timestringEnd time (ISO 8601)
pagenumberPage number
page_sizenumberResults per page
start_timestringStart time (ISO 8601)
typestringFilter by transaction type

No output schema declared.

No examples provided.

list_markets ~20

List all available trading pairs / markets on Foxbit

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_orders ~97

List orders with optional filters

NameTypeReqDescription
end_timestringEnd time (ISO 8601)
market_symbolstringFilter by market symbol
pagenumberPage number
page_sizenumberResults per page
sidestringFilter by side
start_timestringStart time (ISO 8601)
statestringFilter by order state

No output schema declared.

No examples provided.

list_pix_deposits ~71

List Pix deposit history (BRL instant deposits)

NameTypeReqDescription
end_timestringEnd time (ISO 8601)
pagenumberPage number
page_sizenumberResults per page
start_timestringStart time (ISO 8601)

No output schema declared.

No examples provided.

list_pix_withdrawals ~71

List Pix withdrawal history (BRL fiat withdrawals)

NameTypeReqDescription
end_timestringEnd time (ISO 8601)
pagenumberPage number
page_sizenumberResults per page
start_timestringStart time (ISO 8601)

No output schema declared.

No examples provided.

list_trades ~80

List user's executed trades (private trade history)

NameTypeReqDescription
end_timestringEnd time (ISO 8601)
market_symbolstringFilter by market symbol
pagenumberPage number
page_sizenumberResults per page
start_timestringStart time (ISO 8601)

No output schema declared.

No examples provided.