# Mediawork MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-mediawork-mediawork
- Website: https://www.mediawork.io

## Install
- Endpoint: https://mcp.mediawork.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.mediawork.io/mcp

## Tools
- list_services (List service categories) - 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 offering that service. Call this first when a question is about a kind of work. Endpoint: https://mcp.mediawork.io/mcp
- list_places (List directory 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. Endpoint: https://mcp.mediawork.io/mcp
- search_facilities (Search the vendor directory) - 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 vendors somewhere, prefer `place`; a `query` naming a place is treated as one anyway, and the response reports it as `resolvedPlace`. Results are paginated; when `hasMore` is true, call again with the returned `nextOffset`. Endpoint: https://mcp.mediawork.io/mcp
- get_facility (Get a vendor profile) - 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` pair returned by search_facilities. Endpoint: https://mcp.mediawork.io/mcp
- search_faq (Search the Mediawork 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. Endpoint: https://mcp.mediawork.io/mcp
- list_blog_posts (List blog posts) - Published posts from the Mediawork blog, newest first. Use get_blog_post with a returned `slug` to read one in full. Endpoint: https://mcp.mediawork.io/mcp
- get_blog_post (Read a blog post) - The full body of one published blog post, as markdown. Endpoint: https://mcp.mediawork.io/mcp
- get_plans (Get subscription plans and pricing) - Mediawork's subscription plans: what each includes, and its prices. Prices are published in several currencies — pass `currency` to return just one. Endpoint: https://mcp.mediawork.io/mcp
- search (Search Mediawork) - 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 client supports them, the dedicated tools (search_facilities, search_faq, …) give richer, filterable results. Endpoint: https://mcp.mediawork.io/mcp
- fetch (Fetch a Mediawork record) - Retrieve the full contents of one record by the `id` returned from `search`. Endpoint: https://mcp.mediawork.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.mediawork
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
