BCA · Crypto Brain

Tool catalog · live · one auth

99 tools. 19 categories.
One API key.

Every response carries cite_url, as_of, and source_hash. Filter by tier to see what's in your plan.

pipx install bca-mcp && bca login && bca news search "bitcoin"
npmpypimcphttpsse

Starting points

Four recipes, one API.

Each recipe is a single get_mcp_recipe call — or a single CLI line. Your agent (or you) executes the plan.

traders

Traders

Find the crossover between editorial premium and sentiment velocity before the tape moves.

get_priceget_ohlcget_sentiment_velocityget_editorial_premiumget_coverage_index
$ bca alpha scan --universe top_100 --window 24h
mission: find_alphaview plan →
researchers

Researchers

Map a narrative across 30 days: coverage, entity graph, sentiment, velocity — plus a 4k-word report.

search_newslist_entity_mentionsget_narrative_strengthgenerate_research_report
$ bca research run --topic "restaking" --window 30d
mission: narrative_researchview plan →
funds

Funds & desks

Due-diligence a token end-to-end — tokenomics, audits, team, unlocks, risk — as one call.

get_tokenomicsget_auditsget_teamget_unlock_scheduleget_risk_score
$ bca dd "berachain"
mission: due_diligenceview plan →
builders

Builders

Onboard a chain: RPCs, faucets, grants, hackathons, ecosystem map — and a ready-to-ship TGE plan.

list_rpcslist_faucetsget_grantsget_hackathonsget_ecosystem_map
$ bca chain onboard base
mission: chain_onboardview plan →

CLI, first-class

Every tool. From your terminal.

The bca CLI wraps the same tool surface your agents call — so you can sanity-check a response before a model does.

  • Same auth (BCA_API_KEY), same schema, same citations.
  • Pipe into jq, less, or your editor.
  • --json for machines, --pretty for humans.
~ / bca-clilive
$ bca news search "eigenlayer restaking" --limit 2
eigenlayer-restaking-primer sentiment:+0.42 2026-03-28
avs-economics-deep-dive sentiment:+0.18 2026-03-22
cite_url: blockchainacademics.com/articles/eigenlayer-restaking-primer?src=cli
source_hash: sha256:8f3a…c21b · as_of: 2026-04-20T14:00:00Z
$ bca indicators premium --entity berachain
editorial_premium: 0.71 rank_among_l1s: 4
delta_vs_prev_window: +0.19 components: coverage 0.74 · velocity 0.81
cite_url: blockchainacademics.com/entities/berachain?src=cli
$

Full catalog

Search, filter, ship.

99 tools indexed by name, description, tier, category, and status. Add ?category=content to deep-link.

Mission recipes

Plans an agent can execute.

Call get_mcp_recipe with a mission. Get back an ordered tool plan the agent runs end-to-end.

Due diligence a token

Tokenomics, audits, team, risk, narrative — one call.

const plan = await mcp.call("get_mcp_recipe", {
  mission: "due_diligence",
  entity: "berachain"
})
// → [get_tokenomics, get_audits, get_team, get_risk_score, get_coverage_index]

Research a narrative

Coverage + sentiment + entity graph across 30 days.

const plan = await mcp.call("get_mcp_recipe", {
  mission: "narrative_research",
  topic: "restaking",
  window: "30d"
})
// → [search_news, list_entity_mentions, get_narrative_strength, get_sentiment]

Prep a TGE

KOL picks + airdrop calendar + marketing template.

const plan = await mcp.call("get_mcp_recipe", {
  mission: "tge_prep",
  entity: "monad"
})
// → [get_kol_influence, get_airdrops, generate_kol_shortlist]

Audit a contract

Bytecode scan + exploit history + sanctions check.

const plan = await mcp.call("get_mcp_recipe", {
  mission: "contract_audit",
  address: "0xabc…"
})
// → [get_audits, get_exploit_history, get_sanctions_check, get_tx]

Find alpha

Sentiment velocity + editorial premium crossovers.

const plan = await mcp.call("get_mcp_recipe", {
  mission: "find_alpha",
  universe: "top_100"
})
// → [get_sentiment_velocity, get_editorial_premium, get_coverage_index]

Onboard a chain

RPCs + faucets + grants + hackathons + top projects.

const plan = await mcp.call("get_mcp_recipe", {
  mission: "chain_onboard",
  chain: "base"
})
// → [list_rpcs, list_faucets, get_grants, get_hackathons, get_ecosystem_map]

Missing a tool?

Ship times: same-day on Enterprise, two weeks on Team.

Free + Pro tiers get a roadmap vote. Tell us what's missing — the list is public at /docs.

99 tools · 19 categories · one auth — BCA Crypto Brain