mcpbeat

Conduit Agentic Commerce MCP Server

app.aiconduit/conduit
answering

Conduit Agentic Commerce is answering right now. Last checked 15 min ago. It exposes 17 tools.

Search multi-merchant supply, checkout, and track orders via MCP.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
17
Tools
read from the server
470 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add conduit --transport http https://mcp.aiconduit.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conduit": {
      "url": "https://mcp.aiconduit.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.conduit]
url = "https://mcp.aiconduit.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "conduit": {
      "url": "https://mcp.aiconduit.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "conduit": {
      "url": "https://mcp.aiconduit.app/mcp"
    }
  }
}

Available tools 17

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

order
order_dispute
Refund/chargeback/report paths for an order. Requires owning agent_id.
order_events
Lifecycle timeline — transitions only. Pair with order_track. Requires owning agent_id.
order_execute
Handoff or autonomous checkout. Autonomous needs badge payable_now + active mandate. Use idempotency_key. Prefer supply_delivery when only comparing delivery.
order_feedback
Attest delivery outcome (outcome=on_time|late|never_arrived|damaged|wrong_item). Requires owning agent_id. Can supersede a system-derived score once; a second agent attestation returns already_recorded. Poor outcomes next→order_dispute. Omit quality/carrier_rating if unknown.
order_list
List orders for an agent ({ orders }). Optional status or open_only filter.
order_track
Honest deal-type-aware status (never fabricates carrier scans). Requires owning agent_id.
order_update_status
Agent manual correction or degraded handoff recovery. note required except cancelled. Owning agent_id required.
agent
agent_authenticate
Two-step re-auth. Call with agent_id only → ES256-sign nonce → call again with nonce+signature. Prefer keys from ~/.conduit/credentials.json. Do not agent_create if credentials already exist.
agent_create
Register an agent (ES256 P-256 public JWK JSON string + optional payment rails + destination). BEFORE: read ~/.conduit/credentials.json — if it exists, reuse agent_id (do NOT register again). AFTER: write credentials (version, agent_id, public_key, private_key as JWKs; recommend handle; chmod 0600). Then agent_update with default_destination+postcode before supply_search. Optional friendly_name / human_description / role_description only if the human stated them. Omit handle to auto-generate (e.g. parcel-watcher-12).
agent_organization
Read the linked organization (name, slug, country, default address) for an agent. Returns org_not_linked when organization_id is unset — dashboard claim/join is not released yet; do not invent join_org.
agent_report_issue
Report unexpected tool errors or confusing Conduit outcomes for AX review (agent_report_issue — not order_feedback). Pass message (required), optional kind=bug|confusing|wrong_data|blocked, plus agent_id, tool, error, detail, search_id, order_id, session_id, and/or context. Dedupes open reports with the same tool+error+correlation. Does not change reputation.
agent_update
Patch handle, rails, default_destination (postcode required for ships-to), friendly_name, human_description, role_description, business profile, or preferences.
supply
supply_delivery
Non-committing checkout probe for shipping ETA/cost. Uses agent default_destination, else linked org default address, or country override.
supply_details
Full normalized product detail from search cache. For shipping ETA/cost use supply_delivery. Re-run supply_search if offer_not_in_cache.
supply_search
Multi-provider discovery (live REAL merchants by default). Returns a ranked page (default limit=30, max 100) with total/has_more/next_offset. Follow next.args (search_id+offset+limit) to page without re-fanout. Optional fetch_limit (max 300) deepens the upstream pull on new searches. Pass include_sandbox=true only to append DEMO/SANDBOX test merchants at the bottom (testOffer=true). Always pass agent_id for mandate-aware badges. Carry search_id through supply_details / order_execute / order_feedback.
payment
payment_mandate
AP2 spend mandates. action=request (needs scope) → approval_url; list; update (mandate_id+scope); revoke (mandate_id). Widening needs human re-approval; narrowing applies immediately.
payment_methods
List or enable agent payment methods (action=list|enable) with friendly labels. Defaults: cod + x402. invoice (B2B) is coming_soon. bank_card is handoff-only.

Endpoints

URLTransportStateLatencyChecked
https://mcp.aiconduit.app/mcp streamable-http answering 596 ms 15 min ago

Conduit Agentic Commerce — questions

Answers built from our own checks of this server.

What can Conduit Agentic Commerce do?
It exposes 17 tools, read directly from the server on our last check. Among them: agent_authenticate, agent_create, agent_organization, agent_report_issue, agent_update, order_dispute and 11 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Conduit Agentic Commerce mostly used for?
Its tools cluster around order, agent and supply. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Conduit Agentic Commerce working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 470 ms. The bar chart above shows every period we have measured.
Is Conduit Agentic Commerce still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Conduit Agentic Commerce?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Conduit Agentic Commerce need an API key?
No. Conduit Agentic Commerce completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 17 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Conduit Agentic Commerce?
It answers our handshake in 470 ms on average, which is faster than 25% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.