Intaris needs an OpenAI-compatible API key for safety evaluation. It picks up `LLM_API_KEY` from your environment automatically.
Most AI and media services work still happens through a UI a human drives. Intaris MCP server moves it into the conversation instead. Intaris needs an OpenAI-compatible API key for safety evaluation. It picks up LLM_API_KEY from your environment automatically.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 7 tools. What each one is for:
Default — deny classifier** -- Explicit read-only allowlist with critical pattern detection. Everything not allowlisted goes through LLM evaluationPriority — ordered decision matrix** -- Critical risk auto-denies, aligned low/medium approves, high risk and misalignment escalate for human reviewCognis — ready auth** -- Accepts Cognis-issued ES256 JWTs for service-to-service calls while keeping standalone API key auth for direct clientsClient — IntegrationMetric — ValuePrecision — 100%Document — DescriptionConfiguration is passed through the environment: INTARIS_URL, LLM_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Intaris's toolset — Default, Priority, Cognis and 4 more — is a fair guide to whether it matches your workflow. It is maintained by fpytloun; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Default | deny classifier** -- Explicit read-only allowlist with critical pattern detection. Everything not allowlisted goes through LLM evaluation. |
| Priority | ordered decision matrix** -- Critical risk auto-denies, aligned low/medium approves, high risk and misalignment escalate for human review. |
| Cognis | ready auth** -- Accepts Cognis-issued ES256 JWTs for service-to-service calls while keeping standalone API key auth for direct clients. |
| Client | Integration |
| Metric | Value |
| Precision | 100% |
| Document | Description |
{
"mcpServers": {
"intaris": {
"command": "uvx",
"args": ["intaris"],
"env": {
"INTARIS_URL": "your-value",
"LLM_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| INTARIS_URL | Endpoint or connection string the server talks to. | Yes |
| LLM_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.