Conduit Agentic Commerce
app.aiconduit/conduitSearch multi-merchant supply, checkout, and track orders via MCP.
Tools · 19
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…
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…
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.…
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…
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…
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…
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…
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.
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 …
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-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…
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…
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…
List orders for an agent ({ orders }). Optional status or open_only filter.
Honest deal-type-aware status (never fabricates carrier scans). Requires owning agent_id.
Lifecycle timeline — transitions only. Pair with order_track. Requires owning agent_id.
Agent manual correction or degraded handoff recovery. note required except cancelled. Owning agent_id required.
Refund/chargeback/report paths for an order. Requires owning agent_id.
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
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
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
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
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
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
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
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
Register on Conduit: list ~/.conduit identity files and reuse if any exist, otherwise create a profile and persist keys.
Request a human-approved AP2 mandate with specific per-order and 30-day caps (General if categories omitted).
List the agent’s payment rails and which ones are enabled or need enable.
Patch default_destination on the agent profile (include postcode) before searching.
Search multi-merchant supply for a product, then check out via payable_now or handoff based on badge.
Email Hub members of the linked org via agent_notify (roster first).
Email an outside supplier or carrier via agent_outreach (not Hub Inbox).
Similar MCP servers embedding-nearest
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"
}
}
}