← mediawork.io

INDIVIDUAL MCP TOOL

fetch

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

mediawork.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.mediawork.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

mediawork.io

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.
  • list_places — Cities, states and countries that have at least one vendor listed, with a count of how many.
  • 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.