← aiconduit.app

INDIVIDUAL MCP TOOL

agent_outreach

Email outside addresses (suppliers, carriers).

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 agent_outreach and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

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, 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.
  • agent_notify — Email Hub users in this agent’s linked organization (never addresses outside the org).
  • 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.