# EmbedEarth (E2) (npm · @embedearth/mcp)

Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@embedearth/mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/paulwxnter-mcp/embedearth-mcp.md), [page](https://verifymcp.io/servers/paulwxnter-mcp/embedearth-mcp)

## Channel facts

- Registry: `npm`
- Package: `@embedearth/mcp`
- Version: `0.1.18`
- 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-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 52 of 141 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 586 tokens (~83/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the EmbedEarth (E2) MCP server?

EmbedEarth (E2) runs locally as an npm package, launched with npx -y @embedearth/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add paulwxnter-mcp -- npx -y @embedearth/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "paulwxnter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@embedearth/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "paulwxnter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@embedearth/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add paulwxnter-mcp -- npx -y @embedearth/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add paulwxnter-mcp --command npx --arg -y --arg @embedearth/mcp
```

### Hermes

```yaml
mcp_servers:
  paulwxnter-mcp:
    command: "npx"
    args: ["-y", "@embedearth/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "paulwxnter-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@embedearth/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add paulwxnter-mcp -t stdio -c npx -a -y @embedearth/mcp
```

### Other

```json
{
  "mcpServers": {
    "paulwxnter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@embedearth/mcp"
      ]
    }
  }
}
```

## 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-09-17 (score 64)

First indexed and scored.

## MCP tools (7)

### `e2_search` (~85 tokens)

Search Earth features

Search one or more features and named areas. Returns a GeoJSON FeatureCollection.

Input parameters:

- `area`
- `area_id`
- `country_code` (string)
- `feature` (required)
- `latitude` (number)
- `limit` (integer)
- `longitude` (number)
- `mode` (string)
- `state_code` (string)

### `e2_stratum` (~152 tokens)

Manage EmbedEarth Stratum data

Manage the verified local cache, pull published Stratum data, query it locally or from the server, and upload local GeoJSON, CSV, or Parquet.

Input parameters:

- `area_id` (string)
- `connectTo`
- `database` (string)
- `feature` (string|number)
- `featureId` (integer)
- `id` (string)
- `key` (string)
- `limit` (integer)
- `mode` (string)
- `namespace` (string)
- `operation` (string, required)
- `output` (string)
- `path` (string)
- `query` (string)
- `size` (string|number)

### `e2_route` (~43 tokens)

Route

Run route, matrix, isochrone, map matching, locate, height, or another endpoint.

Input parameters:

- `body` (object, required)
- `operation` (string, required)

### `e2_route_to_feature` (~66 tokens)

Route to a feature

Find the nearest indexed feature and route to it.

Input parameters:

- `area` (string)
- `area_id` (string)
- `body` (object)
- `feature` (string|number, required)
- `from` (array, required)
- `mode` (string)

### `e2_compute` (~111 tokens)

Compute over features

Run NEAREST, DISTANCE, WITHIN, COUNT, DENSITY, COVERAGE, GAPS, or CLUSTER against cloud, cached, or local features.

Input parameters:

- `area` (string)
- `area_id` (string)
- `database` (string)
- `distanceMeters` (number)
- `feature` (array, required)
- `limit` (integer)
- `mode` (string)
- `near`
- `primitive` (string, required)
- `within`

### `e2_compare` (~89 tokens)

Compare features or areas

Compare two features in one area or one feature across two areas using the compute backend.

Input parameters:

- `area` (string)
- `area_id` (string)
- `area_ids` (array)
- `areas` (array)
- `database` (string)
- `feature`
- `features` (array)
- `mode` (string)
- `primitive` (string)

### `e2_map_sources` (~40 tokens)

Resolve Map sources

Return the Planet PMTiles basemap and the newest published E2 feature PMTiles sources available to the Map wrapper.

Input parameters:

- `features` (array)

## Diagnostics

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

## Score history

- 2026-09-20: 64
- 2026-09-19: 64
- 2026-09-18: 64
- 2026-09-17: 64

## Common questions

### What is the EmbedEarth (E2) MCP server?

EmbedEarth (E2) is an MCP server listed in the public MCP registry as io.github.paulwxnter/mcp. Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute. This page covers its npm package (@embedearth/mcp).

### Is the EmbedEarth (E2) MCP server safe to use?

EmbedEarth (E2) scores 64 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the EmbedEarth (E2) MCP server expose?

EmbedEarth (E2) exposes 7 tools: e2_search, e2_stratum, e2_route, e2_route_to_feature, e2_compute, and 2 more. Their descriptions and schemas cost roughly 586 tokens of context every time the server is loaded.

### Is the EmbedEarth (E2) MCP server still maintained?

EmbedEarth (E2) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the EmbedEarth (E2) MCP server under?

EmbedEarth (E2) declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@embedearth/mcp
- Socket report: https://socket.dev/npm/package/@embedearth/mcp
- Repository: https://github.com/embedearth/e2
- Website: https://embed.earth/
- Changelog RSS feed: https://verifymcp.io/servers/paulwxnter-mcp/embedearth-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/paulwxnter-mcp/embedearth-mcp.json
- HTML version of this page: https://verifymcp.io/servers/paulwxnter-mcp/embedearth-mcp
