← Registry

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.

1 endpoint5 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://continuum.blacklabelbots.com/mcp

No auth detected

MCP server metadata

Name
black-label-continuum
Version
0.1.0
Capabilities
tools
Server instructions

Inspect the offer, run the deterministic audit, prepare a sponsor packet, and create checkout only after explicit sponsor confirmation.

Known tools 5

continuum_get_offer

A general-tools contract lookup that returns the canonical price, acceptance, delivery, and checkout terms without creating anything.

Inferred read-only
continuum_run_audit

An observability readiness audit that scores eight self-declared continuity capabilities without fetching evidence or invoking a model.

Inferred read-only
continuum_create_sponsor_packet

A general-tools sponsor workflow that converts a validated audit into a factual recommendation with the exact published terms.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.