INDIVIDUAL MCP TOOL
list_places
Cities, states and countries that have at least one vendor listed, with a count of how many.
LIVE ENDPOINT
https://mcp.mediawork.io/mcp
Connect to this endpoint to inspect the live schema for list_places and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
list_services— The service categories vendors on Mediawork offer, such as Editorial, Sound Post or Visual Effects.search_facilities— Search publicly listed post-production facilities, distribution vendors and creative companies.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.search_faq— Mediawork's published FAQ, grouped by category.list_blog_posts— Published posts from the Mediawork blog, newest first.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.search— Search everything Mediawork publishes — vendor directory listings, FAQ entries and blog posts — and return matching records as {id, title, url}.