# org.everythingisperfect/perfect-world (remote · everythingisperfect.org)

New Mexico local-government records as tools: meetings, packet text, officers, Superfund, reservoirs

- Trust score: 73/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `everythingisperfect.org`: 73/100 (this document), [markdown](https://verifymcp.io/servers/org-everythingisperfect-perfect-world/api-mcp.md), [page](https://verifymcp.io/servers/org-everythingisperfect-perfect-world/api-mcp)

## Channel facts

- Endpoint: `https://everythingisperfect.org/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-27.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 19 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 989 tokens (~49/item across 20 items; 19 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 70/100
  - Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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 19 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the org.everythingisperfect/perfect-world MCP server?

org.everythingisperfect/perfect-world is a hosted endpoint at https://everythingisperfect.org/api/mcp, so there is nothing to install locally. 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 --transport http org-everythingisperfect-perfect-world 'https://everythingisperfect.org/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "org-everythingisperfect-perfect-world": {
      "url": "https://everythingisperfect.org/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "org-everythingisperfect-perfect-world": {
      "type": "http",
      "url": "https://everythingisperfect.org/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.org-everythingisperfect-perfect-world]
url = "https://everythingisperfect.org/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-everythingisperfect-perfect-world": {
      "type": "remote",
      "url": "https://everythingisperfect.org/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-everythingisperfect-perfect-world --url 'https://everythingisperfect.org/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-everythingisperfect-perfect-world:
    url: "https://everythingisperfect.org/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "org-everythingisperfect-perfect-world": {
      "Transport": "http",
      "Url": "https://everythingisperfect.org/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add org-everythingisperfect-perfect-world -t streamable-http -u 'https://everythingisperfect.org/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "org-everythingisperfect-perfect-world": {
      "type": "http",
      "url": "https://everythingisperfect.org/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-26 (score 73, +1)

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

### 2026-09-25 (score 72, 0)

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

### 2026-09-23 (score 72, +1)

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

### 2026-09-21 (score 71, +1)

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

### 2026-09-20 (score 70, +2)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-19 (score 68, −1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-17 (score 69, +1)

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

### 2026-09-15 (score 68, +1)

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

## MCP tools (19)

### `site_overview` (~32 tokens)

What this site is, what is free, what is for sale, and where the machine-readable entry points are.

### `list_markets` (~34 tokens)

Markets (cities/counties) with meeting records. Optional q filters by slug or name.

Input parameters:

- `q` (string)

### `search_meetings` (~56 tokens)

Meetings in a market; q matches the title, the transcript, and the full text of agendas, packets and minutes.

Input parameters:

- `market_slug` (string, required)
- `page` (integer)
- `q` (string)

### `meeting` (~34 tokens)

One meeting with its body, video and archived documents (each with a permanent /file URL).

Input parameters:

- `meeting_id` (integer, required)

### `document_text` (~58 tokens)

Extracted text of an archived agenda, packet or minutes (free). Bounded by max_chars; the full text is at /api/documents/{id}/text.

Input parameters:

- `document_id` (integer, required)
- `max_chars` (integer)

### `officer_lookup` (~51 tokens)

A certified officer by certification number (state code narrows it: NM, TX, AZ). Conduct record included where the state publishes one.

Input parameters:

- `cert_number` (string, required)
- `state` (string)

### `search_officers` (~53 tokens)

Search the officer roster by whole-word name, state code, or agency slug.

Input parameters:

- `agency` (string)
- `page` (integer)
- `q` (string)
- `state` (string)

### `superfund_site` (~34 tokens)

One Superfund National Priorities List site by SEMS id, with milestones.

Input parameters:

- `sems_id` (string, required)

### `superfund_summary` (~18 tokens)

National Superfund counts by status and state.

### `reservoirs` (~18 tokens)

The 45 metered reservoirs with their latest levels.

### `reservoir` (~36 tokens)

One reservoir (e.g. lake-mead, elephant-butte): capacity basis, latest reading, series.

Input parameters:

- `slug` (string, required)

### `search_transcripts` (~31 tokens)

Full-text search across archived video transcripts.

Input parameters:

- `page` (integer)
- `q` (string, required)

### `register_verify` (~29 tokens)

Re-verify the Public Register's hash chain (append-only receipts, anchored to the Wayback Machine).

### `legacy_formats` (~32 tokens)

The 64 legacy municipal file formats the converter identifies (WordPerfect, Lotus, dBASE, .msg, …).

### `trading_post_catalog` (~32 tokens)

Prices, open rails and the HTTP 402 handshake for everything sold to agents. Pay the HTTP endpoints it names.

### `batch_conversion_offer` (~96 tokens)

The $49 bulk legacy-file conversion: what it costs, what it can read, what happens when a file fails.

        Give file_count and total_mib to have the limits checked against your job.
        This never charges and never uploads — the authoritative per-file answer
        comes from the FREE preflight, which sniffs the actual bytes.

Input parameters:

- `file_count` (integer)
- `total_mib` (number)

### `evidence_pack_offer` (~35 tokens)

The $149 reviewed Evidence Pack: one narrow civic/infrastructure question, answered with a source trail. Includes today's real desk capacity.

### `evidence_pack_submit` (~130 tokens)

FREE: submit one question to the Evidence Pack desk. Never charges. A person reviews it and answers with an acceptance, a narrower scope, or a quote.

        question: the ONE thing you want established. subject: the project or issue.
        jurisdiction: the city/county/state. reply_to: an email a person can answer.
        sources: optional URLs or citations you already have.

Input parameters:

- `jurisdiction` (string, required)
- `question` (string, required)
- `reply_to` (string, required)
- `source_pages` (integer)
- `sources`
- `subject` (string, required)

### `trading_post_ledger` (~18 tokens)

The public sales ledger — totals only.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-everythingisperfect-perfect-world/api-mcp#diagnostics

## Score history

- 2026-09-27: 73
- 2026-09-26: 73
- 2026-09-25: 72
- 2026-09-24: 72
- 2026-09-23: 72
- 2026-09-22: 71
- 2026-09-21: 71
- 2026-09-20: 70
- 2026-09-19: 68
- 2026-09-18: 69
- 2026-09-17: 69
- 2026-09-16: 68
- 2026-09-15: 68
- 2026-09-14: 67
- 2026-09-13: 67
- 2026-09-12: 66
- 2026-09-11: 66
- 2026-09-10: 65
- 2026-09-09: 65
- 2026-09-08: 65
- 2026-09-07: 64
- 2026-09-06: 64

## Common questions

### What is the org.everythingisperfect/perfect-world MCP server?

org.everythingisperfect/perfect-world is an MCP server listed in the public MCP registry as org.everythingisperfect/perfect-world. New Mexico local-government records as tools: meetings, packet text, officers, Superfund, reservoirs. This page covers its hosted endpoint (https://everythingisperfect.org/api/mcp).

### Is the org.everythingisperfect/perfect-world MCP server safe to use?

org.everythingisperfect/perfect-world scores 73 out of 100 on VerifyMCP. 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 org.everythingisperfect/perfect-world MCP server expose?

org.everythingisperfect/perfect-world exposes 19 tools: site_overview, list_markets, search_meetings, meeting, document_text, and 14 more. Their descriptions and schemas cost roughly 827 tokens of context every time the server is loaded.

### Does the org.everythingisperfect/perfect-world MCP server require authentication?

No. We connected to org.everythingisperfect/perfect-world without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the org.everythingisperfect/perfect-world MCP server still maintained?

org.everythingisperfect/perfect-world is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://everythingisperfect.org/api/mcp
- Website: https://everythingisperfect.org/trading-post/
- Changelog RSS feed: https://verifymcp.io/servers/org-everythingisperfect-perfect-world/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-everythingisperfect-perfect-world/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/org-everythingisperfect-perfect-world/api-mcp
