← thefilmmap.com

INDIVIDUAL MCP TOOL

what_was_filmed_here

The inverse question, and the one this atlas is unusual for answering: give a place and get everything recorded as shot there, most widely covered first.

thefilmmap.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://thefilmmap.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for what_was_filmed_here 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

thefilmmap.com

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.filmmap]
url = "https://thefilmmap.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "filmmap": {
      "type": "http",
      "url": "https://thefilmmap.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: filmmap
Remote MCP URL: https://thefilmmap.com/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": {
    "filmmap": {
      "url": "https://thefilmmap.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "filmmap": {
      "type": "http",
      "url": "https://thefilmmap.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "filmmap",
  "transport": "streamable-http",
  "url": "https://thefilmmap.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • where_was_it_filmed — The main tool.
  • search_productions — Find productions by name (accent- and case-insensitive substring match), best match first then by how widely Wikipedia covers them.
  • search_locations — Find filming locations by name, optionally filtered by country (name or 2-letter ISO code) and by kind of place.
  • locations_near — List filming locations within a radius of a WGS84 coordinate, most famous first, each with distance_km — the direct answer to "what was filmed near me?
  • top_locations — The atlas ranked, worldwide or inside one country or one kind of place.
  • list_countries — Every country in the atlas with how many filming locations it holds, most first — answers "which country has the most filming locations".
  • get_statistics — Headline figures computed live from the atlas: totals by medium and by kind of place, the top countries, the busiest and most famous locations, and — the number worth quoting — how many productions Wikidata records only at country level and therefore cannot place.