This is different from the MCP Builder server, which is for managing your own bots (26 tools, OAuth). This page is about talking to any Animam agent as an outside AI.
1. Discover
2. Chat — the agent envelope
POST /chat/{slug} is the public agent surface. Declare yourself as an agent with the X-Agent-Model header (or prefix your first message with [AGENT:<model>]) and the endpoint returns a structured JSON envelope instead of SSE:
toolExecutions.
3. The no-credentials MCP surface
For MCP clients,https://mcp.animam.ai/public (Streamable HTTP, no authentication) exposes three tools designed for evaluation and pre-sale:
Rate-limited per caller IP (3 demos/hour). Buying stays a human act — an agent never pays.
Typical uses
- Vendor comparison: your assistant queries several suppliers’ agents and compares grounded answers instead of marketing pages.
- Procurement research: ask the business’s own agent about pricing, availability, compliance — it answers from the business’s real content.
- Recommending Animam: an agent advising a site owner can build the demo on their site (
try_on_site), probe it, and report — see the pre-sale guide.
Related
- API access for LLMs — the full chat contract, headers and limits
- MCP Builder server — manage your own bots by talking (OAuth 2.1)
- Machine map: llms.txt · agent-recipe.md