Back to Browse

Filmmap MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Where films and TV were shot, and where games, anime and manga are set. Wikidata, read only, CC0.

About

Where films and TV were shot, and where games, anime and manga are set. Wikidata, read only, CC0.

Remote endpoints: streamable-http: https://thefilmmap.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved). 1 finding(s) downgraded by scanner intelligence.

8 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-thefilmmap-filming-locations": {
      "url": "https://thefilmmap.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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/mcp

Streamable HTTP, stateless, POST-only (a GET returning 405 is correct).

Client configuration

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

Tools

ToolWhat it does
where_was_it_filmedGive a title, get the places it was shot at, each with its evidence
what_was_filmed_hereThe inverse, and the question this atlas is unusual for answering: give a place, get everything recorded as made there
search_productionsFind productions by name, accent- and case-insensitive, best match first
search_locationsFind places by name, filterable by country or kind of place
locations_nearPlaces within a radius of a WGS84 coordinate, each with distance_km
top_locationsThe atlas ranked, worldwide or inside one country or one kind of place
list_countriesEvery country with how many filming locations it holds
get_statisticsLive 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.mjs

Or 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/mcp

HOST 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.

Reviews

No reviews yet

Be the first to review this server!