{
  "markdown": "# Mediawork MCP server\n\nRead-only [Model Context Protocol](https://modelcontextprotocol.io) access to everything\n[Mediawork](https://www.mediawork.io) publishes publicly: the directory of post-production and\ndistribution vendors, the FAQ, the blog, and subscription plans.\n\n**Connector URL: `https://mcp.mediawork.io/mcp`** — Streamable HTTP, no authentication, no sign-up.\n\nListed in the official MCP Registry as `io.mediawork/mediawork`.\n\n## Connect it\n\nClaude Code:\n\n```sh\nclaude mcp add --transport http mediawork https://mcp.mediawork.io/mcp\n```\n\nAnything that takes a JSON config:\n\n```json\n{\n    \"mcpServers\": {\n        \"mediawork\": {\n            \"type\": \"http\",\n            \"url\": \"https://mcp.mediawork.io/mcp\"\n        }\n    }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `search` | One query across the directory, FAQ and blog, returning `{id, title, url}` |\n| `fetch` | Read one record in full, by an `id` from `search` |\n| `search_facilities` | The vendor directory, filtered by service and place |\n| `get_facility` | A vendor's full public profile |\n| `list_services` | The service taxonomy, for resolving a filter |\n| `list_places` | Cities, states and countries with vendors in them |\n| `search_faq` | Published FAQ entries |\n| `list_blog_posts` / `get_blog_post` | The blog |\n| `get_plans` | Subscription plans and pricing |\n\n`search` + `fetch` are the generic pair some clients require; the dedicated tools give richer,\nfilterable results where a client can use them.\n\nDirectory questions usually chain: `list_services` or `list_places` to resolve a filter, then\n`search_facilities`, then `get_facility`. Every result carries its canonical `www.mediawork.io` URL\nso an agent can cite the source.\n\n## Read-only, structurally\n\nThe deployment holds exactly one environment variable, `APP_API_URL`, and every byte it serves comes\nfrom `https://app.mediawork.io/api/www/*` — the same public contract the marketing site consumes.\nThere are no database credentials and no write path, so \"read-only\" is a property of the\ndeployment's shape rather than a promise in a comment.\n\n## Contributing\n\nSetup, the test commands and the house conventions are in [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Licence\n\n[MIT](LICENSE) © Screen Arts Limited.\n",
  "bytes": 2259,
  "sha": "cd7913c48cabcb43a5705cd311d6d5f199803a3f26507e821d1ba04fd5a3be53",
  "repo_slug": "screen-arts/mediawork-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_mediawork_mediawork_dcdcf062/readme"
}