# io.github.LEOyrh/mcp-atlas (npm · @urbankitstudio/mcp-atlas)

Query 155 verified US county parcel ArcGIS REST endpoints for owner/APN lookup. No API key needed.

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@urbankitstudio/mcp-atlas`: 70/100 (this document), [markdown](https://verifymcp.io/servers/leoyrh-mcp-atlas/urbankitstudio-mcp-atlas.md), [page](https://verifymcp.io/servers/leoyrh-mcp-atlas/urbankitstudio-mcp-atlas)

## Channel facts

- Registry: `npm`
- Package: `@urbankitstudio/mcp-atlas`
- Version: `0.1.5`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 459 tokens (~114/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add leoyrh-mcp-atlas -- npx -y @urbankitstudio/mcp-atlas
```

### Codex

```bash
codex mcp add leoyrh-mcp-atlas -- npx -y @urbankitstudio/mcp-atlas
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "leoyrh-mcp-atlas": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@urbankitstudio/mcp-atlas"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add leoyrh-mcp-atlas --command npx --arg -y --arg @urbankitstudio/mcp-atlas
```

### Hermes

```yaml
mcp_servers:
  leoyrh-mcp-atlas:
    command: "npx"
    args: ["-y", "@urbankitstudio/mcp-atlas"]
```

### Other

```json
{
  "mcpServers": {
    "leoyrh-mcp-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@urbankitstudio/mcp-atlas"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 70, +19)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 51, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 36, −23)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, −22)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Known CVEs: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-28 (score 81, +35)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (4)

### `list_counties` (~93 tokens)

List covered counties

Returns all counties in the UrbanKit Atlas that have a verified ArcGIS REST parcel endpoint. Pass a state abbreviation (e.g. 'IL') or state name (e.g. 'Illinois') to filter by state. Omit state to list all ~155 counties.

Input parameters:

- `state` (string): Optional: two-letter state abbreviation (e.g. 'IL') or full state name (e.g. 'Illinois')

### `find_county` (~93 tokens)

Find a county by name or FIPS

Fuzzy-matches a county by name (e.g. 'Kane', 'Cook County', 'Cook County IL') or by 5-digit FIPS code. Returns endpoint URLs, searchable field names, owner field, sample query URL, and license info.

Input parameters:

- `query` (string, required): County name, 'County Name State' (e.g. 'Kane IL'), or 5-digit FIPS code

### `get_parcel_endpoint` (~96 tokens)

Get parcel ArcGIS REST endpoint

Returns the full ArcGIS REST service URL, layer index, searchable field names, owner field, a ready sample ?where=…&f=json query, and the UrbanKit deep-link for a specific county.

Input parameters:

- `county` (string, required): County name (e.g. 'Kane' or 'Kane County')
- `state` (string, required): Two-letter state abbreviation (e.g. 'IL') or full state name

### `build_owner_query` (~129 tokens)

Build ArcGIS owner name query URL

Constructs the exact ArcGIS REST query URL using that county's verified owner/taxpayer field. Returns a URL you can open in a browser or fetch directly. The query uses UPPER(field) LIKE UPPER('%NAME%') — case-insensitive partial match.

Input parameters:

- `county` (string, required): County name (e.g. 'Kane' or 'Kane County')
- `owner_name` (string, required): Owner/taxpayer name to search for (partial match, case-insensitive)
- `state` (string, required): Two-letter state abbreviation (e.g. 'IL') or full state name

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/leoyrh-mcp-atlas/urbankitstudio-mcp-atlas#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 70
- 2026-08-01: 51
- 2026-07-31: 36
- 2026-07-30: 59
- 2026-07-28: 81
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@urbankitstudio/mcp-atlas
- Socket report: https://socket.dev/npm/package/@urbankitstudio/mcp-atlas
- Repository: https://github.com/LEOyrh/mcp-atlas
- Changelog RSS feed: https://verifymcp.io/servers/leoyrh-mcp-atlas/urbankitstudio-mcp-atlas/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/leoyrh-mcp-atlas/urbankitstudio-mcp-atlas/changelog.json
- HTML version of this page: https://verifymcp.io/servers/leoyrh-mcp-atlas/urbankitstudio-mcp-atlas
