INDIVIDUAL MCP TOOL
continuum_run_audit
An observability readiness audit that scores eight self-declared continuity capabilities without fetching evidence or invoking a model.
LIVE ENDPOINT
https://continuum.blacklabelbots.com/mcp
Connect to this endpoint to inspect the live schema for continuum_run_audit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.black-label-continuum]
url = "https://continuum.blacklabelbots.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"black-label-continuum": {
"type": "http",
"url": "https://continuum.blacklabelbots.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: black-label-continuum
Remote MCP URL: https://continuum.blacklabelbots.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"black-label-continuum": {
"url": "https://continuum.blacklabelbots.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"black-label-continuum": {
"type": "http",
"url": "https://continuum.blacklabelbots.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "black-label-continuum",
"transport": "streamable-http",
"url": "https://continuum.blacklabelbots.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
continuum_get_offer— A general-tools contract lookup that returns the canonical price, acceptance, delivery, and checkout terms without creating anything.continuum_create_sponsor_packet— A general-tools sponsor workflow that converts a validated audit into a factual recommendation with the exact published terms.continuum_register_referral— An api-integration workflow that creates one signed referral link and a provisional noncash Continuum Credits identity; it does not fetch the Agent Card.continuum_create_checkout— An api-integration workflow that, after explicit sponsor confirmation of current terms, creates a hosted Stripe URL with all eligible dynamic payment methods.