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
- “Summarize this RFX id for a buyer — label the result as AI-assisted.”
- “Suggest a category for this free-text item line.”
Page sections to fill at GA
- Exact schemas and model metadata returned
- Latency / rate-limit notes
- Content-safety / retention policy links
- Versioning of assist tools