Databases
thefilmmap.com
Provides tools to search and discover filming locations and productions, such as finding where a movie was filmed or what was filmed near a location.
ENDPOINT 1
https://thefilmmap.com/mcp
MCP server metadata
- Name
- filmmap
- Version
- 1.1.0
Read-only tools over FilmMap: 15,148 real filming locations, plus 106 whole countries or regions that carry nothing but video-game settings, for 12,772 films, series and games across 162 countries. The backbone is "filming location" (P915) statements on Wikidata joined to each place's coordinates and Wikipedia article; some records additionally carry places named in the production's own English Wikipedia article, ALWAYS in fields prefixed wiki_ and never merged with the statements — quote those as "per Wikipedia". Nothing is scraped from listicles and nothing is generated. TWO RULES WHEN YOU QUOTE THIS DATA. (1) Video games are placed by where they are SET (P840), because a game is filmed nowhere — every record carries a "relation" field saying "filmed at" or "set in", and calling a game's place a filming location is a false claim. (2) This atlas records that a production filmed at a place and stops there: which scene was shot where is NOT in the data, so never assign one. Gaps are reported honestly rather than filled — where Wikidata knows only a country, the answer says so. Use where_was_it_filmed for the main question, what_was_filmed_here for the inverse, locations_near for "what was filmed near me", search_productions / search_locations for lookups, top_locations and list_countries for coverage, and get_statistics for aggregate claims. Every result links its page on https://thefilmmap.com.
Known tools 8
search_productionsFind productions by name (accent- and case-insensitive substring match), best match first then by how widely Wikipedia covers them.
Inferred read-onlywhat_was_filmed_hereThe 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.
Inferred read-onlysearch_locationsFind filming locations by name, optionally filtered by country (name or 2-letter ISO code) and by kind of place.
Inferred read-onlylocations_nearList 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?
Inferred read-onlytop_locationsThe atlas ranked, worldwide or inside one country or one kind of place.
Inferred read-onlylist_countriesEvery country in the atlas with how many filming locations it holds, most first — answers "which country has the most filming locations".
Inferred read-onlyget_statisticsHeadline 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.