Mediawork
io.mediawork/mediaworkSearch Mediawork's directory of post-production and distribution vendors, plus FAQ and plans.
Tools · 10
The service categories vendors on Mediawork offer, such as Editorial, Sound Post or Visual Effects. Each has a uuid — pass it as `service` to search_facilities to filter the directory to vendors offer…
Cities, states and countries that have at least one vendor listed, with a count of how many. Use a place `slug` as the `place` argument to search_facilities.
Search publicly listed post-production facilities, distribution vendors and creative companies. Filter by free text, by place slug (from list_places) and by service uuid (from list_services). To find …
The full public profile for one vendor: services offered, creatives on the team and what each of them does, production types, rooms and spaces, and addresses. Takes the `companySlug` and `facilitySlug…
Mediawork's published FAQ, grouped by category. With a query, returns matching questions and their answers; without one, returns every question so you can pick which to search for.
Published posts from the Mediawork blog, newest first. Use get_blog_post with a returned `slug` to read one in full.
The full body of one published blog post, as markdown.
Mediawork's subscription plans: what each includes, and its prices. Prices are published in several currencies — pass `currency` to return just one.
Search everything Mediawork publishes — vendor directory listings, FAQ entries and blog posts — and return matching records as {id, title, url}. Pass an `id` to `fetch` to read one in full. If your cl…
Retrieve the full contents of one record by the `id` returned from `search`.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mediawork": {
"url": "https://mcp.mediawork.io/mcp",
"transport": "streamable-http"
}
}
}