Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Bity

io.github.mcp-dir/bity-mcp

Bity crypto bank (Bitybank / Bitypreço), account balance per coin, market data (ticker, order book,

Uptime
100.0%
1 direct probes · 30d
Response
1098ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

bity_list_accounts

Lista as contas Bity conectadas a este install — id, label.

bity_get_balance

Saldo da conta: disponível e bloqueado por moeda (ex.: BTC, BTC_locked, BRL, BRL_locked). O saldo total de cada moeda é disponível + bloqueado.

bity_open_orders

Lista as ordens em aberto (pendentes) da conta. `market` opcional pra filtrar por par.

bity_executed_orders

Histórico de ordens já executadas da conta. `market` opcional pra filtrar por par.

bity_order_status

Status de uma ordem específica pelo seu id. Bulk support: accepts order_ids for batched execution.

bity_ticker

Ticker 24h de um par (último preço, melhor compra/venda, volume). Público, não exige saldo.

bity_orderbook

Livro de ofertas (bids/asks) de um par. Público.

bity_trades

Negociações recentes (trades públicos) de um par. Público.

show_version

Show the current MCP platform and adapter versions.

report_bug

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

connect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …

toolkit_info

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

marketplace

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…

authenticate

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bity": {
      "url": "https://api.mcp.ai/p_bity",
      "transport": "streamable-http"
    }
  }
}