MCP Servers
Give Feedback

Quickstart

Updated on July 14, 2026

Connect an AI agent to Tradeics MCP in minutes. Pick one server first (usually Docs for read-only, or Platform if you already have an API token), prove a tool call, then add more.

If you already use Authentication and REST API V2, this will feel familiar.

Pick a server

Start with URL (placeholder) Why
Docs MCP https://mcp.tradeics.example/docs No workspace side effects
Platform MCP https://mcp.tradeics.example/platform Live data once you have scopes
AI MCP https://mcp.tradeics.example/ai Assistive tools after Platform is solid

Legacy single-path placeholder (transition): https://api.tradeics.example/mcp/ — treat as Platform-equivalent until hosts migrate to per-server URLs.

1-minute setup

  1. Add a new MCP server in your AI tool.
  2. Choose transport type: Streamable HTTP.
  3. Set the URL to your chosen server from the table above.
  4. Add the authorization header:
Authorization: Bearer <TRADEICS_MCP_TOKEN>
  1. Connect. Confirm tools appear for that server only.
  2. Run one read tool to prove auth (for example docs search, or list catalogs / categories).

Alternatively, pass ?token=<TRADEICS_MCP_TOKEN> if your host cannot send custom headers. Prefer the Authorization header — query tokens leak more easily through logs. URL-encode tokens when using the query form.

Early access: tool catalogs grow with REST V2 scopes. Missing a tool? Use the REST reference and ask support to enable the right MCP server for your workspace.

Suggested first prompts

Docs MCP

  1. “Search Tradeics docs for pagination and quote the guide path.”

Platform MCP

  1. “List vendor sub-categories we can use when syncing catalogs.”
  2. “Summarize open RFQs that still need supplier responses.”

AI MCP

  1. “Classify this catalog line into our taxonomy (assistive only).”

Next