agent api · mcp · stdio · sse

Give your agent
the map.

Claude, Cursor, Cline, your in-house coding agent. Connect any of them to the live blastmap model over MCP. 12 read-only tools, every answer grounded in real edges with confidence and provenance.

§01 · install in claude code

Two ways. Pick one.

via marketplace
recommended

Add blastmap from the Claude Code marketplace. Auth handled, tool list registered, ready to query.

claude marketplace add blastmap-dev/blastmap-agents
direct install
power users

Point Claude at your already-published graph over MCP. No daemon.

claude mcp add blastmap \
  --stdio \
  --command "bunx blastmap mcp"
§02 · what your agent does with it

Talk to the system in plain English.

Ask the question, the agent calls the right tool, the model returns evidence with confidence, the agent composes a grounded reply. No invented edges, no false certainty.

◢ claude / mcp.blastmap
tool calls via stdio
grounded answers · cites confidence · no hallucinated edges
t=0.0s
§03 · tool surface

12 read-only tools over the model.

Read-only on purpose. The agent describes, queries, walks, ranks. It does not mutate state. Writing is a separate, narrower surface earned at higher trust.

graph.blast_radiusdownstream nodes from a change, ranked by confidence
graph.find_edgesevery edge between two nodes, with provenance
graph.consumerswho imports, calls, declares, or observes a node
graph.declareswhat a node exposes: endpoints, topics, schemas
graph.historyhow the edge or node has evolved across commits
graph.confirm_pathverify a path against runtime, return the witness
search.nodesby name, kind, owner, language, tag
search.eventsmerges, deploys, alerts, scales over a window
health.statusok/warn/crit per service, with the source signal
cost.breakdownspend per node over the chosen window
integration.diffschema differences between any two versions
list_clientsthe clients of any API, with the calls they make
§04 · run anywhere

Other clients. Same model.

MCP is a contract, not a vendor. Wire any client that speaks it.

from any day

Point any MCP-capable client at the published graph.

claude mcp add blastmap \
  --sse \
  --url https://graph.acme.dev/mcp \
  --auth $BLASTMAP_TOKEN
cursor

Verify the graph data against live mcp-client data.

cursor mcp add blastmap \
  --stdio bunx blastmap mcp
§05 · why grounded answers matter

An agent that is confidently wrong is worse than none.

The Agent API exposes the discipline the model is built on. Your agent inherits the receipts.

provenance

Every tool result carries the extractor and the location. The agent can cite the edge back to a line.

confidence

Every edge carries a number in [0, 1]. The agent must rank and gate on it instead of pretending all knowledge is equal.

freshness

Every fact knows when it was last verified. Stale answers do not get to pretend they are current.

pre-launch · v0.1 incoming

Ship without fear
of the unknown.

Get the v0.1 launch notification and a 30-day head start before public release.

we'll only email you twice. no marketing.