Data Collection
thecastlemap.com
Provides access to a database of castles, fortresses, and palaces, enabling search, location-based queries, and rankings.
ENDPOINT 1
https://thecastlemap.com/mcp
MCP server metadata
- Name
- castlemap
- Version
- 1.1.0
Read-only tools over the Castlemap atlas: 2435 curated castles, fortresses, palaces and ruins across 131 countries (facts from Wikidata, CC0). Every result links its page on https://thecastlemap.com. Use search_castles / get_castle for lookups, castles_near for geography (geocode the place first), top_castles for fame, get_statistics for aggregate claims (counts by country/century, oldest, extremes), list_countries for coverage and random_castle for discovery.
Known tools 7
search_castlesSearch the atlas’s 2,400 castles, fortresses, palaces and ruins by name (accent- and case-insensitive substring match).
Inferred read-onlycastles_nearList landmarks within a radius of a WGS84 coordinate, nearest first, each with distance_km.
Inferred read-onlytop_castlesThe most famous landmarks worldwide or in one country, ordered by Castlemap fame rank — a blend of Wikipedia language coverage and readership; rank 1 is the most famous (Palace of Versailles).
Inferred read-onlylist_countriesEvery country in the atlas with its landmark count, most first — answers "which country has the most castles" (France leads).
Inferred read-onlyget_statisticsHeadline statistics computed live from the atlas: totals by type, top countries, busiest founding century, oldest landmarks, geographic extremes and the most famous entry.
Inferred read-onlyrandom_castleOne random landmark with its full record, optionally limited to a country — for discovery, quizzes and "castle of the day" features.
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.castlemap]
url = "https://thecastlemap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"castlemap": {
"type": "http",
"url": "https://thecastlemap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: castlemap
Remote MCP URL: https://thecastlemap.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": {
"castlemap": {
"url": "https://thecastlemap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"castlemap": {
"type": "http",
"url": "https://thecastlemap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "castlemap",
"transport": "streamable-http",
"url": "https://thecastlemap.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.