General Tools
checktheview.com
Provides information about landmarks, including current conditions, traveller reports, and popularity rankings.
ENDPOINT 1
https://checktheview.com/api/mcp
MCP server metadata
- Name
- check-the-view
- Version
- 1.0.0
Known tools 6
search_landmarksSearch Check The View landmarks by name or location and return their current reported condition, latest observation date, report count and canonical URLs.
Inferred read-onlyget_landmarkGet one landmark's full detail: current condition, location, coordinates, dated traveller reports (with dates, ratings, estimated end dates, confirmation counts) and any verified official update.
Potential side effectsget_reportGet an individual dated condition report by its ID: observed condition, date noticed, rating, details, photos, freshness (isCurrent, currentUntil) and canonical URL.
Inferred read-onlylist_recent_reportsList the most recent dated traveller reports with landmark, condition, observation date and estimated end date.
Inferred read-onlyget_featured_landmarksReturn the 50 most popular landmarks (ranked by Wikidata popularity) and 12 random catalog locations, each with current condition, report count and canonical URLs.
Inferred read-onlyget_data_guideReturn Check The View's machine-readable data guide: endpoints, freshness policy, safe interpretation rules and attribution guidance.
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.check-the-view]
url = "https://checktheview.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"check-the-view": {
"type": "http",
"url": "https://checktheview.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: check-the-view
Remote MCP URL: https://checktheview.com/api/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": {
"check-the-view": {
"url": "https://checktheview.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"check-the-view": {
"type": "http",
"url": "https://checktheview.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "check-the-view",
"transport": "streamable-http",
"url": "https://checktheview.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for checktheview.com was fetched 2026-08-23T23:17:42.835Z.
checktheview.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.