{
  "markdown": "# Movie Scene Map MCP server\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server for the\nMovie Scene Map atlas (called FilmMap until 1 September 2026): real filming\nlocations of films and television series, and the real places video games,\nanime and manga are set in, with coordinates, fame ranking, per-place\nproduction lists and the source behind every claim. The counts move with every\nrelease; the live figures are on https://moviescenemap.com and in\n`get_statistics`.\n\nIt is already running. Point a client at the hosted endpoint; there is no\ninstall, no signup and no API key:\n\n```\nhttps://moviescenemap.com/mcp\n```\n\nThe older address, `https://thefilmmap.com/mcp`, keeps answering for clients\nconfigured before the rename. Streamable HTTP, stateless, POST-only (a `GET`\nreturning 405 is correct).\n\n## Client configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"moviescenemap\": {\n      \"type\": \"http\",\n      \"url\": \"https://moviescenemap.com/mcp\"\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `where_was_it_filmed` | Give a title, get the places it was shot at, each with its evidence |\n| `what_was_filmed_here` | The inverse, and the question this atlas is unusual for answering: give a place, get everything recorded as made there |\n| `search_productions` | Find productions by name, accent- and case-insensitive, best match first |\n| `search_locations` | Find places by name, filterable by country or kind of place |\n| `locations_near` | Places within a radius of a WGS84 coordinate, each with `distance_km` |\n| `top_locations` | The atlas ranked, worldwide or inside one country or one kind of place |\n| `list_countries` | Every country with how many filming locations it holds |\n| `get_statistics` | Live aggregates: totals by medium and by kind of place, top countries, busiest places |\n\n## What an answer will and will not claim\n\nThis is the part worth reading before wiring it into anything that writes prose.\n\n**Films and series are placed by [filming location (P915)](https://www.wikidata.org/wiki/Property:P915). Video games, anime and manga are filmed nowhere**, so they are placed by [narrative location (P840)](https://www.wikidata.org/wiki/Property:P840), where the story is set, and every record says which relation it carries. Repeating one as the other publishes a false claim.\n\n**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.\n\n**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.\n\n**Coverage is uneven and the server says so.** Some productions are recorded only at country level and appear with countries and no coordinates. Those that cannot be placed at all are published as a work list at [moviescenemap.com/gaps/](https://moviescenemap.com/gaps/) so they can be fixed on Wikidata.\n\n## Data\n\nBuilt from [Wikidata](https://www.wikidata.org), with photographs from Wikimedia\nCommons and article text linked rather than bundled. The factual records are\n**CC0** and downloadable as GeoJSON and CSV from\n[moviescenemap.com/data](https://moviescenemap.com/data/), also mirrored on\n[GitHub](https://github.com/Flightmussy/filmmap-dataset).\n\nThe server reads one file, `atlas-compact.json`, which is the site's own wire\nformat and is rebuilt on every deploy.\n\n## Running it yourself\n\n```sh\nATLAS_JSON=/path/to/atlas-compact.json PORT=8896 node server.mjs\n```\n\nOr with Docker, which bakes the public copy of the atlas into the image:\n\n```sh\ndocker build -t filmmap-mcp .\ndocker run -p 8896:8896 filmmap-mcp     # → http://localhost:8896/mcp\n```\n\n`HOST` defaults to `127.0.0.1`; the container sets `0.0.0.0` because the default\nis unreachable from outside a container.\n\n## Licence\n\nMIT for the server. The dataset it serves is CC0; photographs and Wikipedia text\nreferenced by URL stay under their own licences.\n",
  "bytes": 4180,
  "sha": "53531bc5f2bc1f189d6d55e38a3ad393289130c3b510146860829ac0fe1e2bcc",
  "repo_slug": "flightmussy/filmmap-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_thefilmmap_filming_locations_b3ec5a07/readme"
}