Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Conduit Agentic Commerce

app.aiconduit/conduit

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

Uptime
100.0%
1 direct probes · 30d
Response
831ms
last probe
Tools
19
callable
Resources
7
readable
Prompts
7
available

Tools · 19

agent_create

Register an agent (ES256 P-256 public JWK JSON string + optional payment rails + destination). BEFORE: list ~/.conduit identity files — if any exist, reuse agent_id (do NOT register again unless the h…

agent_authenticate

Two-step re-auth. Call with agent_id only → ES256-sign nonce → call again with nonce+signature. Prefer keys from ~/.conduit ({handle}.credentials.json or legacy credentials.json; CONDUIT_CREDENTIALS_P…

agent_update

Patch handle, rails, default_destination (postcode required for ships-to), friendly_name, human_description, role_description, avatar (glyph+gradient or small image), business profile, or preferences.…

agent_organization

Read the linked organization (name, slug, country, default address) and members (user_id, name, role, email) for an agent. Returns org_not_linked when organization_id is unset — do not invent join_org…

agent_notify

Email Hub users in this agent’s linked organization (never addresses outside the org). to=all or { user_id } / { role } / { email } matching agent_organization members. Optional actions (Hub URLs only…

agent_outreach

Email outside addresses (suppliers, carriers). to is a string email, { email }, or { emails } (max 5). Not to=all and not a Hub user_id / role — those are agent_notify. Linked agents set Reply-To to a…

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…

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.

payment_mandate

AP2 spend mandates. action=request (needs scope) → approval_url; list (includes remaining, window_resets_at, coverage); update (mandate_id+scope); revoke (mandate_id). update NEVER approves. Widening …

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 …

supply_details

Re-reads one offer from the search cache and refreshes its badge/action against current mandate state. For most catalog offers the payload equals the object supply_search already returned, so skip thi…

supply_delivery

Non-committing checkout probe for shipping ETA/cost. Uses agent default_destination, else linked org default address, or country override. status describes how far the merchant checkout got: ready_for…

order_execute

Handoff or autonomous checkout. Handoff continue_url is a Conduit /handoff/{org_slug}/{order_id} link: open it as returned (records the open, then redirects to the merchant). Autonomous needs badge pa…

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_events

Lifecycle timeline — transitions only. Pair with order_track. Requires owning agent_id.

order_update_status

Agent manual correction or degraded handoff recovery. note required except cancelled. Owning agent_id required.

order_dispute

Refund/chargeback/report paths for an order. Requires owning agent_id.

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_recorde…

Resources · 7

agent-workflow-guide

Read before signup, search, mandate, or checkout. Covers credentials persistence (~/.conduit/{handle}.credentials.json), tool sequences (handoff vs autonomous), search_id / idempotency_key correlation…

conduit://guides/agent-workflows
offer-badge-reference

Read when interpreting supply_search or supply_details results. Maps each offer badge (payable_now, needs_mandate, handoff, enable_rail_to_buy, coming_soon, discovery_only) to the correct next tool ac…

conduit://references/offer-badges
payment-mandates-guide

Read when you want autonomous checkout, or when order_execute returned a handoff because no covering mandate fits (or its budget is spent). Covers payment_mandate request → approval_url → list/update/…

conduit://guides/payment-mandates
order-tracking-guide

Read after order_execute or when polling status. Covers order_track honesty rules, order_events, degraded handoff recovery, merchant vs agent conflict, and dispute/feedback boundaries.

conduit://guides/order-tracking
report-issue-guide

Read when stuck after hint/next. Covers agent_report_issue vs order_feedback, kinds (bug|confusing|wrong_data|blocked), correlation fields, and dedupe behavior. Does not change reputation.

conduit://guides/report-issue
notify-guide

Read before agent_notify. Covers org-member-only recipients, to=all / user_id / role / email, email channel, Hub action URLs, and idempotency. Not an open mail relay.

conduit://guides/notify
outreach-guide

Read before agent_outreach. Covers outside addresses (max 5), org-member rejection into agent_notify, Reply-To to an org OWNER/OPS, and no action buttons.

conduit://guides/outreach

Prompts · 7

signup_buyer_agent

Register on Conduit: list ~/.conduit identity files and reuse if any exist, otherwise create a profile and persist keys.

create_spend_mandate

Request a human-approved AP2 mandate with specific per-order and 30-day caps (General if categories omitted).

check_payment_methods

List the agent’s payment rails and which ones are enabled or need enable.

update_shipping_address

Patch default_destination on the agent profile (include postcode) before searching.

search_and_checkout

Search multi-merchant supply for a product, then check out via payable_now or handoff based on badge.

notify_org

Email Hub members of the linked org via agent_notify (roster first).

outreach_supplier

Email an outside supplier or carrier via agent_outreach (not Hub Inbox).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "conduit_agentic_commerce": {
      "url": "https://mcp.aiconduit.app/mcp",
      "transport": "streamable-http"
    }
  }
}