← aiconduit.app

INDIVIDUAL MCP TOOL

supply_search

Multi-provider discovery (live REAL merchants by default).

aiconduit.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.aiconduit.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for supply_search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aiconduit.app

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.conduit-agentic-commerce]
url = "https://mcp.aiconduit.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "conduit-agentic-commerce": {
      "type": "http",
      "url": "https://mcp.aiconduit.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: conduit-agentic-commerce
Remote MCP URL: https://mcp.aiconduit.app/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": {
    "conduit-agentic-commerce": {
      "url": "https://mcp.aiconduit.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "conduit-agentic-commerce": {
      "type": "http",
      "url": "https://mcp.aiconduit.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "conduit-agentic-commerce",
  "transport": "streamable-http",
  "url": "https://mcp.aiconduit.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • agent_create — Register an agent (ES256 P-256 public JWK JSON string + optional payment rails + destination).
  • agent_authenticate — Two-step re-auth.
  • agent_update — Patch handle, rails, default_destination (postcode required for ships-to), friendly_name, human_description, role_description, business profile, or preferences.
  • agent_organization — Read the linked organization (name, slug, country, default address) for an agent.
  • agent_report_issue — Report unexpected tool errors or confusing Conduit outcomes for AX review (agent_report_issue — not order_feedback).
  • payment_methods — List or enable agent payment methods (action=list|enable) with friendly labels.
  • payment_mandate — AP2 spend mandates.
  • supply_details — Full normalized product detail from search cache.