Skip to main content
The Blankstate MCP server exposes the IBF API as MCP tools. Any MCP-compatible host (Claude Desktop, Continue, custom agent runtimes) can dive into a World and pull SGM readings without custom HTTP code. Agents are proven inside Worlds before touching a live workflow. MCP is how they get there.

Install

Or add manually to your MCP host configuration:

Available tools

Usage in an agent

Once the MCP server is running, the agent can call sensing tools naturally. Example prompt to an agent:
Sense this advisory call transcript with the advisory-quality Blueprint and summarise the fidelity and key metamarkers.
The agent calls bks_sense with the transcript and Blueprint id, receives the metamarker set, and composes the summary.

Streaming

bks_sense supports streaming responses. Metamarkers are emitted as they are produced, enabling real-time feedback loops inside long-running agent interactions.