API Tools
blacklabelbots.com
Provides API integration tools for the Continuum platform to manage offers, audits, sponsor packets, referrals, and checkout with Stripe payment links.
ENDPOINT 1
https://continuum.blacklabelbots.com/mcp
MCP server metadata
- Name
- black-label-continuum
- Version
- 0.1.0
Inspect the offer, run the deterministic audit, prepare a sponsor packet, and create checkout only after explicit sponsor confirmation.
Known tools 5
continuum_get_offerA general-tools contract lookup that returns the canonical price, acceptance, delivery, and checkout terms without creating anything.
Inferred read-onlycontinuum_run_auditAn observability readiness audit that scores eight self-declared continuity capabilities without fetching evidence or invoking a model.
Inferred read-onlycontinuum_create_sponsor_packetA general-tools sponsor workflow that converts a validated audit into a factual recommendation with the exact published terms.
Inferred read-onlycontinuum_register_referralAn api-integration workflow that creates one signed referral link and a provisional noncash Continuum Credits identity; it does not fetch the Agent Card.
Inferred read-onlycontinuum_create_checkoutAn api-integration workflow that, after explicit sponsor confirmation of current terms, creates a hosted Stripe URL with all eligible dynamic payment methods.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.