Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Mediawork

io.mediawork/mediawork

Search Mediawork's directory of post-production and distribution vendors, plus FAQ and plans.

Uptime
100.0%
1 direct probes · 30d
Response
557ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

list_services

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…

list_places

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_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 …

get_facility

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…

search_faq

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.

list_blog_posts

Published posts from the Mediawork blog, newest first. Use get_blog_post with a returned `slug` to read one in full.

get_blog_post

The full body of one published blog post, as markdown.

get_plans

Mediawork's subscription plans: what each includes, and its prices. Prices are published in several currencies — pass `currency` to return just one.

search

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…

fetch

Retrieve the full contents of one record by the `id` returned from `search`.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mediawork": {
      "url": "https://mcp.mediawork.io/mcp",
      "transport": "streamable-http"
    }
  }
}