Video scene understanding for AI agents via the Primate Vision API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Mcp.
create_video_from_urlβ
create_analysisβ
validate_analysisβ
create_analysis_batchβ
get_analysisβ
wait_for_analysisβ
MCP (Model Context Protocol) server for the Primate Vision video analysis API β a video understanding API by Primate Intelligence (docs Β· llms.txt).
Gives AI agents video scene understanding as tools: register a video, ask a question in plain English, get a deterministic answer with a confidence score and clip timestamps. No hallucinated descriptions β the answer is yes / no / indeterminate with evidence.
A free test key requires no email, no card, no signup:
Your AI agent can do this for you β right from Claude. Point it at primateintelligence.ai/llms.txt and it can discover, provision, integrate, and self-verify with zero human steps.
Streamable HTTP endpoint with full OAuth 2.1 + Dynamic Client Registration + PKCE:
In Claude.ai / Claude Desktop: Settings β Connectors β Add custom connector, paste the URL, sign in. No API key handling β the OAuth flow issues and rotates tokens for you.
| Tool | Does | Read-only |
|---|---|---|
create_video_from_url | Register a video from a public https URL (POST /v1/videos) | β |
create_analysis | Ask a question about a video (POST /v1/analyses) | β |
validate_analysis | Dry-run a prompt: assessability + cost estimate, zero credits (validate_only: true) | β |
create_analysis_batch | 2β10 prompts on one video; each after the first billed at 50% (POST /v1/analyses/batch) | β |
get_analysis | Fetch analysis status/result (GET /v1/analyses/{id}) | β |
wait_for_analysis | Poll until terminal state; returns { analysis, retry } | β |
list_models | List available models (GET /v1/models) | β |
get_usage | Credit balance + period meters (GET /v1/usage) | β |
get_credits | Balance + per-analysis transaction ledger (GET /v1/credits) | β |
get_test_fixture | Stable fixture for integration self-verification (GET /v1/test-fixture) | β |
Every tool carries MCP annotations (title, readOnlyHint, destructiveHint, idempotentHint, openWorldHint), declares an outputSchema, and returns structuredContent conforming to it. No tool deletes data. Tool descriptions and schemas mirror the OpenAPI document at GET /v1/openapi.json β the spec is the source of truth.
get_test_fixture β verify the integration works (test keys return deterministic results, no quota burn)create_video_from_url with the video URLvalidate_analysis β confirm the prompt is assessable + preview estimated_cost_usd (free)create_analysis with the question β "Is there a person in this video?" β or create_analysis_batch for severalwait_for_analysis β result.answer (yes | no | indeterminate) + result.confidence + result.clips + result.detected_count (count queries) + result.indeterminate_reasoninsufficient_credits: call get_credits, report the balance + recent debits, point the human at billingThe API key is read from the PRIMATE_API_KEY environment variable only. No tool accepts a key, token, or secret as an argument β so credentials never land in agent transcripts, tool-call logs, or model context. This is enforced by a unit test that fails the build if any tool schema grows a credential-shaped parameter.
Errors surface the machine-readable error code, a docs_url, and the request_id so an agent can self-correct without a human in the loop.
| Var | Required | Default |
|---|---|---|
PRIMATE_API_KEY | yes | β |
PRIMATE_BASE_URL | no | https://api.primateintelligence.ai |
MIT Β© Primate AI, Inc.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-21)<a href="https://allmcps.com/mcp/mcp-21"><img src="https://allmcps.com/api/badge/mcp-21?style=directory" alt="Mcp on AllMCPs" /></a>