Search Mediawork's directory of post-production and distribution vendors, plus FAQ and plans.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Read-only Model Context Protocol access to everything Mediawork publishes publicly: the directory of post-production and distribution vendors, the FAQ, the blog, and subscription plans.
Connector URL: https://mcp.mediawork.io/mcp β Streamable HTTP, no authentication, no sign-up.
Listed in the official MCP Registry as io.mediawork/mediawork.
Claude Code:
Anything that takes a JSON config:
| Tool | What it does |
|---|---|
search | One query across the directory, FAQ and blog, returning {id, title, url} |
fetch | Read one record in full, by an id from search |
search_facilities | The vendor directory, filtered by service and place |
get_facility | A vendor's full public profile |
list_services | The service taxonomy, for resolving a filter |
list_places | Cities, states and countries with vendors in them |
search_faq | Published FAQ entries |
list_blog_posts / get_blog_post | The blog |
get_plans | Subscription plans and pricing |
search + fetch are the generic pair some clients require; the dedicated tools give richer,
filterable results where a client can use them.
Directory questions usually chain: list_services or list_places to resolve a filter, then
search_facilities, then get_facility. Every result carries its canonical www.mediawork.io URL
so an agent can cite the source.
The deployment holds exactly one environment variable, APP_API_URL, and every byte it serves comes
from https://app.mediawork.io/api/www/* β the same public contract the marketing site consumes.
There are no database credentials and no write path, so "read-only" is a property of the
deployment's shape rather than a promise in a comment.
Setup, the test commands and the house conventions are in CONTRIBUTING.md.
MIT Β© Screen Arts Limited.
No reviews yet β be the first to share how this listing worked for you.
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/mediawork-2)<a href="https://allmcps.com/mcp/mediawork-2"><img src="https://allmcps.com/api/badge/mediawork-2?style=directory" alt="Mediawork on AllMCPs" /></a>