MCP Servers
Give Feedback

AI MCP

Updated on July 14, 2026

AI MCP exposes assistive AI tools for agents — summaries, classification, and other helpers — without replacing the high-volume LLM HTTPS API.

Pair with the Tradeics AI skill.

Connection

Field Value (placeholder)
Transport Streamable HTTP
URL https://mcp.tradeics.example/ai
Auth Bearer token with AI scopes (ai:write or equivalent)

Tool surface (structure)

Capability Example tool id (placeholder) Notes
Summarize RFX assist_summarize_rfx Assistive — not an award decision
Classify catalog line assist_classify_item Returns suggestions only
Health ai_liveliness Proxy / assist readiness
(Future) embeddings helper assist_embed_texts Prefer HTTPS LLM for bulk jobs

For Chat Completions / embeddings at scale, call https://llm.tradeics.example/v1 directly — see Call the LLM.

When to use

  • Agent sessions that need occasional assistive tools alongside Platform MCP
  • Interactive RFX review / taxonomy suggestions

When not to use

  • Batch embeddings or high QPS chat → LLM API
  • Durable writes of commercial state → Platform MCP / REST after human confirmation

Example prompts

  1. “Summarize this RFX id for a buyer — label the result as AI-assisted.”
  2. “Suggest a category for this free-text item line.”

Page sections to fill at GA

  1. Exact schemas and model metadata returned
  2. Latency / rate-limit notes
  3. Content-safety / retention policy links
  4. Versioning of assist tools

Next