FilmMap MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FilmMap MCP serverWhere was The Grand Budapest Hotel filmed?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FilmMap MCP server
A Model Context Protocol server for the FilmMap atlas: 15,272 real filming locations across 161 countries, joined to the 12,762 films, series, video games, anime and manga recorded at them, with coordinates, fame ranking, per-place production lists and the source behind every claim.
It is already running. Point a client at the hosted endpoint — there is no install, no signup and no API key:
https://thefilmmap.com/mcpStreamable HTTP, stateless, POST-only (a GET returning 405 is correct).
Client configuration
{
"mcpServers": {
"filmmap": {
"type": "http",
"url": "https://thefilmmap.com/mcp"
}
}
}Related MCP server: MCP JustWatch Server
Tools
Tool | What it does |
| Give a title, get the places it was shot at, each with its evidence |
| The inverse, and the question this atlas is unusual for answering: give a place, get everything recorded as made there |
| Find productions by name, accent- and case-insensitive, best match first |
| Find places by name, filterable by country or kind of place |
| Places within a radius of a WGS84 coordinate, each with |
| The atlas ranked, worldwide or inside one country or one kind of place |
| Every country with how many filming locations it holds |
| Live aggregates — totals by medium and by kind of place, top countries, busiest places |
What an answer will and will not claim
This is the part worth reading before wiring it into anything that writes prose.
Films and series are placed by filming location (P915). Video games, anime and manga are filmed nowhere, so they are placed by narrative location (P840) — where the story is set — and every record says which relation it carries. Repeating one as the other publishes a false claim.
A place is not a scene. P915 records that a production filmed at a place and stops there. Which scene was shot where is not in the data and must not be inferred from it.
Two kinds of evidence, never merged. Most links are Wikidata statements. Some are places named in a production's English Wikipedia Filming section, or a setting category its editors filed it under; those arrive in their own fields, labelled with the exact article and section they were read from. Say "per Wikipedia" when you repeat one.
Coverage is uneven and the server says so. 834 productions are recorded only at country level and appear with countries and no coordinates. A further 3,906 cannot be placed at all; they are published as a work list at thefilmmap.com/gaps/ so they can be fixed on Wikidata.
Data
Built from Wikidata, with photographs from Wikimedia Commons and article text linked rather than bundled. The factual records are CC0 and downloadable as GeoJSON and CSV from thefilmmap.com/data, also mirrored on GitHub.
The server reads one file, atlas-compact.json, which is the site's own wire
format and is rebuilt on every deploy.
Running it yourself
ATLAS_JSON=/path/to/atlas-compact.json PORT=8896 node server.mjsOr with Docker, which bakes the public copy of the atlas into the image:
docker build -t filmmap-mcp .
docker run -p 8896:8896 filmmap-mcp # → http://localhost:8896/mcpHOST defaults to 127.0.0.1; the container sets 0.0.0.0 because the default
is unreachable from outside a container.
Licence
MIT for the server. The dataset it serves is CC0; photographs and Wikipedia text referenced by URL stay under their own licences.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnhances LLM capabilities with location-based services and geospatial data, enabling users to geocode addresses, find nearby points of interest, get directions, optimize meeting points, and analyze neighborhoods.12220MIT
- FlicenseAqualityCmaintenanceEnables searching for movies and TV shows and retrieving streaming availability data across multiple platforms and countries.32
- AlicenseNot gradedqualityCmaintenanceEnables searching and querying City of Albuquerque open geospatial datasets (parcels, zoning, public works) via ArcGIS Feature Services, allowing natural language access to GIS data.7MIT
- FlicenseBqualityBmaintenanceProvides read-only query tools over OpenStreetMap data in PostGIS, enabling natural language queries for features, categories, and spatial analysis.7
Related MCP Connectors
Open manufacturing and maker facility locations for country and facility-type queries.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Flightmussy/filmmap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server