Connection check
verified live · 26h ago
mediawork
Search Mediawork's directory of post-production and distribution vendors, plus FAQ and plans.
Tools
10
GitHub stars
—
Installs / wk
—
Licence
MIT
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
10 toolsRead from the running server on 26h ago.
fetch
id*
Retrieve the full contents of one record by the `id` returned from `search`. Retrieve the full contents of one record by the `id` returned from `search`.
get_blog_post
slug*locale
The full body of one published blog post, as markdown. The full body of one published blog post, as markdown.
get_facility
localecompanySlug*facilitySlug*
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 `companySlu… 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.
get_plans
localecurrency
Mediawork's subscription plans: what each includes, and its prices. Prices are published in several currencies — pass `currency` to return just one. Mediawork's subscription plans: what each includes, and its prices. Prices are published in several currencies — pass `currency` to return just one.
list_blog_posts
locale
Published posts from the Mediawork blog, newest first. Use get_blog_post with a returned `slug` to read one in full. Published posts from the Mediawork blog, newest first. Use get_blog_post with a returned `slug` to read one in full.
list_places
locale
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. 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.
list_services
locale
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 direct… 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.
search
query*
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… 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.
search_facilities
placequerylocaleoffsetservice
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… 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`.
search_faq
querylocale