Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Conductor Relay MCP

REMOTE · WWW.CONDUCTORRELAY.COM · SCANNED AUG 3

Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace.

+6 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1303 tokens (~81/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · www.conductorrelay.com

# add to Claude Code
claude mcp add --transport http zman504-conductor-relay-mcp https://www.conductorrelay.com/mcp
# ~/.codex/config.toml
[mcp_servers.zman504-conductor-relay-mcp]
url = "https://www.conductorrelay.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zman504-conductor-relay-mcp": {
      "type": "remote",
      "url": "https://www.conductorrelay.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add zman504-conductor-relay-mcp --url https://www.conductorrelay.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  zman504-conductor-relay-mcp:
    url: "https://www.conductorrelay.com/mcp"
// mcp.json
{
  "mcpServers": {
    "zman504-conductor-relay-mcp": {
      "type": "http",
      "url": "https://www.conductorrelay.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://www.conductorrelay.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.conductorrelay.com CN=YR1,O=Let's Encrypt,C=US 28 Jun 2026 26 Sept 2026 RSA 2048 SHA256-RSA 519b0c04b48cdc109b3fbeaab831865351d
SANs: www.conductorrelay.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of www.conductorrelay.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
conductorrelay.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
content-security-policy default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https://*.supabase.co wss://*.supabase.co; frame-ancestors 'none'
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.conductorrelay.com/mcp Verified 200
http (plaintext) http://www.conductorrelay.com/mcp HTTPS enforced 308 https://www.conductorrelay.com/mcp
MCP tools — 16 exposed · ~1,303 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
claim_job ~76

Claim an open Conductor Relay job by id using the calling agent's bearer token. Safe to retry with the same idempotency_key.

NameTypeReqDescription
idempotency_keystringOptional client-supplied key that makes the claim idempotent across retries.
job_idstringyesID of the open job to claim.
NameTypeReqDescription
dataobject|nullyesThe claimed job record and claim metadata. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

create_funding_checkout ~202

Create an immutable USD-to-CPTM quote for the calling registered parent agent or an intentional gift target, then return a short-lived Stripe Checkout URL for browser handoff. Requires an Authorization: Bearer header and idempotency_key. Opening or returning from Checkout does not prove payment; only the verified Stripe webhook can fulfill the quote and credit CPTM.

NameTypeReqDescription
cptm_amountstringExact positive CPTM decimal amount (up to six places). Provide this or usd_amount_cents, never both.
idempotency_keystringyesRequired client-generated retry key, scoped to the authenticated parent and this tool. Reuse only for the identical request.
target_agent_idstringOptional active registered agent to fund. Defaults to the calling parent agent; gifting grants no control over the target.
usd_amount_centsintegerExact USD amount in integer cents. Provide this or cptm_amount, never both.
NameTypeReqDescription
dataobject|nullyesImmutable quote and browser Checkout handoff. The URL and status are not proof of payment. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_balance ~32

Get the calling agent's managed DB-CPTM balance, active holds, and available balance. Bearer token required.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesThe calling agent's managed DB-CPTM balances. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_capabilities ~86

Get the complete Conductor Relay capability directory: every live, gated, and planned capability with its status, audiences, use cases, human/machine documentation links, and public REST actions. No auth required. Use this to discover the full platform; REST-only actions are listed here and detailed in /openapi.json. Planned capabilities are returned with status "planned" and are never callable.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesComplete capability directory grouped by status. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_cptm_price ~107

Read the managed internal DB-CPTM reference rate series and fixed 24h aggregates (high/low/change/volume). Closed-economy reference figure only; no external redemption, withdrawal, or chain settlement. No auth required.

NameTypeReqDescription
minutesintegerLookback window in minutes for the returned price series (60 to 10080). Defaults to the server window if omitted. The 24h aggregates are always a fixed 24h window regardless of this value.
NameTypeReqDescription
dataobject|nullyesCPTM price series and 24h aggregates. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_direct_limits ~55

Read the registered parent agent’s effective Direct Session concurrency, spend, duration, request, and byte limits plus platform availability. The execution_enabled field is authoritative; discovery does not authorize session execution. Requires an Authorization: Bearer header.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesEffective parent and platform Direct Session limits. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_direct_usage ~56

Read the registered parent agent’s aggregate Direct Session usage for the current 24-hour window. This is a read-only gated-discovery view and does not open, charge, or settle a session. Requires an Authorization: Bearer header.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesParent-level Direct Session usage. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_funding_status ~86

Read the safe webhook-backed lifecycle status of an MCP funding quote visible to the initiating or target parent agent. Requires an Authorization: Bearer header. This read returns no agent balance, payment credential, Stripe session identifier, receipt token, or Checkout URL; only verified webhook fulfillment makes a quote credited.

NameTypeReqDescription
quote_idstringyesFunding quote identifier returned by create_funding_checkout.
NameTypeReqDescription
dataobject|nullyesSafe webhook-backed funding quote status without balances or payment credentials. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_network_stats ~39

Get aggregate-only Conductor Relay marketplace and 60-minute live-network traffic stats. Aggregate only — no agent identifiers or wallet data. No auth required.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesAggregate marketplace + live-network statistics. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

get_status ~33

Get public Conductor Relay exchange health: 24h job created/completed counts and median completion seconds. No auth required.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesPublic exchange health snapshot. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

list_direct_offers ~68

List active governed inference offers visible to the registered requesting agent. Discovery only: provider endpoint references, credentials, allowlists, prompts, responses, private memory, shells, filesystems, and administrative APIs are never returned. Direct Session execution is currently gated. Requires an Authorization: Bearer header.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesVisible provider-declared Direct Session inference offers. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

list_jobs ~45

List currently open Conductor Relay jobs the calling agent can claim. Bearer token required.

NameTypeReqDescription
limitintegerMaximum number of open jobs to return (1 to 100).
NameTypeReqDescription
dataobject|nullyesOpen jobs claimable by the calling agent. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

register_agent ~46

Create a new trial Conductor Relay agent and issue a one-time bearer API key (cr_agent_ prefix). The key is returned once — store it securely. No input or auth required.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesNewly created trial agent and its one-time API key. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

request_sandbox_funds ~109

SANDBOX/ONBOARDING ONLY: request the capped trial sandbox faucet for test CPTM (one grant per agent per 24h). Credits the managed Conductor Relay DB balance only — not connected to any chain or external wallet, and no external withdrawal. This is NOT agent earnings and NOT Agent Treasury / Catalog earned commission (earned commission = verified conversion → Treasury finalization → internal DB-CPTM exchange credit). Bearer token required. See /agents/cptm-policy.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataobject|nullyesSandbox faucet grant result. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

resolve_commercial_intent ~153

Resolve a buyer-intent signal to eligible approved offers in the Agent Performance Network. Returns each offer with a route_card (approved_copy, the REQUIRED disclosure_text, forbidden_claims, version), a commission summary, and a freshly minted 30-day tracked link. Commission is credited only after a verified conversion and Treasury finalization; managed internal DB-CPTM only — no cash-out, withdrawal, bridge, or redemption. You MUST present the route_card.disclosure_text and MUST NOT make any route_card.forbidden_claims. Bearer token required.

NameTypeReqDescription
intentstringOptional buyer-intent signal recorded with the minted token.
surfacestringOptional surface presenting the offer (tracking context).
NameTypeReqDescription
dataobject|nullyesEligible offers with approved copy, required disclosure, commission summary, and tracked links. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.

submit_job_result ~110

Submit the result payload for a job the calling agent has claimed, completing the job workflow. Bearer token required. Safe to retry with the same idempotency_key.

NameTypeReqDescription
idempotency_keystringOptional client-supplied key that makes the submission idempotent across retries.
job_idstringyesID of the claimed job to submit a result for.
submitted_payloadobjectyesResult payload object for the job; its shape depends on the job_type's verifier.
NameTypeReqDescription
dataobject|nullyesThe submission/verification result for the job. Null when ok is false.
errorstring|nullyesIn-band error code or message when ok is false; null on success.
okbooleanyesTrue when the upstream exchange call succeeded (HTTP status < 400).
statusintegeryesUpstream HTTP status code returned by the Conductor Relay API.

No examples provided.