Databases
mediawork.io
Provides access to a database of post-production facilities, vendors, and related information.
ENDPOINT 1
https://mcp.mediawork.io/mcp
MCP server metadata
- Name
- mediawork
- Version
- 0.1.0
Read-only access to everything Mediawork publishes: the vendor directory of post-production facilities, distribution vendors and freelance creatives; the FAQ; the blog; and subscription plans and pricing. Directory questions usually chain: list_services or list_places to resolve a filter, then search_facilities, then get_facility for the full profile. Every result carries a www.mediawork.io URL — cite it.
Known tools 10
list_servicesThe service categories vendors on Mediawork offer, such as Editorial, Sound Post or Visual Effects.
Potential side effectslist_placesCities, states and countries that have at least one vendor listed, with a count of how many.
Inferred read-onlysearch_facilitiesSearch publicly listed post-production facilities, distribution vendors and creative companies.
Potential side effectsget_facilityThe 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.
Inferred read-onlysearchSearch everything Mediawork publishes — vendor directory listings, FAQ entries and blog posts — and return matching records as {id, title, url}.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mediawork]
url = "https://mcp.mediawork.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mediawork": {
"type": "http",
"url": "https://mcp.mediawork.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mediawork
Remote MCP URL: https://mcp.mediawork.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mediawork": {
"url": "https://mcp.mediawork.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mediawork": {
"type": "http",
"url": "https://mcp.mediawork.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mediawork",
"transport": "streamable-http",
"url": "https://mcp.mediawork.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mediawork.io was fetched 2026-07-31T16:04:37.863Z and is being refreshed.
mediawork.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.