{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_eepsm7pvxja7","handle":"fraime-mcp","url":"https://wellknown.network/agents/fraime-mcp","links":{"self":"https://wellknown.network/agents/fraime-mcp/record.json","html":"https://wellknown.network/agents/fraime-mcp","markdown":"https://wellknown.network/agents/fraime-mcp/record.md","api":"https://wellknown.network/api/v1/agents/fraime-mcp","status":"https://wellknown.network/api/v1/agents/fraime-mcp/status","claim":"https://wellknown.network/agents/fraime-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/fraime-mcp/claim.json","badge":"https://wellknown.network/agents/fraime-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/fraime-mcp/history","tools":"https://wellknown.network/api/v1/agents/fraime-mcp/tools"},"ard":{"identifier":"urn:air::server:fraime-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"fraime-mcp","summary":"MCP server exposing the Fraime video, image, and voice generation API to agentic workflows","description":"# Fraime MCP Server\n\nMCP server exposing the [Fraime API](../api/README.md)'s video, image, and\nvoice generation to agentic workflows, built on top of the\n[Fraime SDK](../sdk/README.md)'s `FraimeClient`.\n\n## Prerequisites\n\n- Python 3.11+\n- A running Fraime API instance (see [`api/README.md`](../api/README.md))\n- An MCP client to talk to this server (Claude Code, Claude Desktop, or\n  anything else that speaks MCP over stdio)\n\n## Install\n\n### Option 1 — pip / uvx\n\n```bash\npip install fraime-mcp\n# or, to run it without installing into any project env:\nuvx fraime-mcp\n```\n\nPulls in `fraime-sdk` from PyPI automatically as a dependency.\n\n### Option 2 — from a local clone (development)\n\n```bash\nmake install-mcp   # from repo root\n# or\nmake install       # from mcp/\n```\n\nCreates `.venv` inside `mcp/`, installs `fraime-sdk` from the local `../sdk`\ncheckout, then installs this package.\n\n## Run\n\n```bash\nmake run-mcp   # from repo root\n# or\nmake run       # from mcp/\n```\n\nRuns the server over stdio. It prints nothing and waits for a client to\nconnect.\n\n## Configuring an MCP client\n\nPoint your client at the installed console script. For Claude Code /\nClaude Desktop style config:\n\n```json\n{\n  \"mcpServers\": {\n    \"fraime\": {\n      \"command\": \"/absolute/path/to/fraime/mcp/.venv/bin/fraime-mcp\",\n      \"env\": {\n        \"FRAIME_BASE_URL\": \"http://127.0.0.1:8000\",\n        \"FRAIME_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n`command` depends on how you installed it: the path above is for the local-clone\ninstall (Option 2). For a `pip install fraime-mcp` into your own venv, point\n`command` at that venv's `bin/fraime-mcp` instead; for `uvx`, use `\"command\": \"uvx\", \"args\": [\"fraime-mcp\"]`.\n\n`FRAIME_API_KEY` is only needed if the API has `AUTH_API_KEY` set — see\n[`api/README.md`](../api/README.md).\n\n## Tools\n\n### `generate_video`\n\nGenerates one video from shared prompt fields (`subject`, `action`, `scene`,\n`camera`, `lighting`, `style`, `negative_prompt`), video-type-specific extras\n(…","publisher":{"name":"Santiago Melo Medina","url":null},"homepage":null,"repository":null,"version":"1.1.2","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:fraime-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"fraime-mcp","registry":"pypi","observedAt":"2026-09-15T15:24:24.303Z","publishedAt":"2026-09-06T02:11:32.456472Z","latestVersion":"1.1.2"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"fraime-mcp","url":"https://pypi.org/project/fraime-mcp/","firstSeenAt":"2026-09-09T15:23:40.928Z","fetchedAt":"2026-09-15T15:22:09.383Z","normalizedAt":"2026-09-15T15:22:09.383Z"}]},"firstSeenAt":"2026-09-09T15:23:40.928Z","updatedAt":"2026-09-15T15:24:24.303Z"}