Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.fouomene/mcp-server-geodata-placefinder

NPM · MCP-SERVER-GEODATA-PLACEFINDER · SCANNED AUG 3

MCP GeoData Placefinder: search places, reverse geocode, and find nearby locations.

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 593 tokens (~118/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-server-geodata-placefinder

# add to Claude Code
claude mcp add fouomene-mcp-server-geodata-placefinder -- npx -y mcp-server-geodata-placefinder
# add to Codex CLI
codex mcp add fouomene-mcp-server-geodata-placefinder -- npx -y mcp-server-geodata-placefinder
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fouomene-mcp-server-geodata-placefinder": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-geodata-placefinder"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fouomene-mcp-server-geodata-placefinder --command npx --arg -y --arg mcp-server-geodata-placefinder
# ~/.hermes/config.yaml
mcp_servers:
  fouomene-mcp-server-geodata-placefinder:
    command: "npx"
    args: ["-y", "mcp-server-geodata-placefinder"]
// mcp.json
{
  "mcpServers": {
    "fouomene-mcp-server-geodata-placefinder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-geodata-placefinder"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +48
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: GPL-3.0 functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~593 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
find_nearest_place ~107

Find the single closest place to a given coordinate within a configurable radius. Optionally filter by name to find the nearest matching business or landmark.

NameTypeReqDescription
latnumberyesLatitude in decimal degrees (WGS84).
lonnumberyesLongitude in decimal degrees (WGS84).
max_distance_mnumberSearch radius in metres. Default: 5000.
namestringOptional name filter — only return a place whose name contains this string.

No output schema declared.

No examples provided.

get_place_by_id ~105

Get the full Overture Maps record for a single place by its ID. Returns all available fields: names, addresses, coordinates, confidence score, categories, websites, phones, social profiles, emails, and brand. Place IDs are returned by the search_places, reverse_geocode, and find_nearest_place tools.

NameTypeReqDescription
idstringyesOverture place identifier (format: "overture:place:<uuid>"), returned in the id field of any search result.

No output schema declared.

No examples provided.

health_check ~39

Check the GeoData Placefinder API status. Returns server status, version, uptime in seconds, and the number of place records loaded in the local cache.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reverse_geocode ~114

Convert geographic coordinates (latitude/longitude) into the nearest human-readable place names and addresses. Useful for answering 'what is near this location?' or 'what is the address of these coordinates?'

NameTypeReqDescription
latnumberyesLatitude in decimal degrees (WGS84), e.g. 48.8584.
limitnumberMaximum number of results to return. Default: 5.
lonnumberyesLongitude in decimal degrees (WGS84), e.g. 2.2945.

No output schema declared.

No examples provided.

search_places ~228

Search for places by name, address, city, postcode, or category. Returns geographic coordinates and place details from the Overture Maps dataset. Use the free-form 'q' parameter for natural language queries, or combine structured fields (name, city, postcode, type) for precise filtering.

NameTypeReqDescription
citystringCity or locality (e.g. "London", "New York").
limitnumberMaximum number of results to return (1–20). Default: 5.
namestringPlace or business name (e.g. "Hilton", "McDonald's").
postcodestringPostal or ZIP code (e.g. "75001", "SW1A 1AA").
qstringFree-form search string — any combination of name, address, city, or category (e.g. "Eiffel Tower Paris", "cafe New York", "123 Main St London").
typestringPlace category (e.g. "cafe", "restaurant", "hotel", "museum", "hospital").

No output schema declared.

No examples provided.