Data Collection
everythingisperfect.org
Fetches and searches public meeting records, agendas, and minutes from local government markets.
ENDPOINT 1
https://everythingisperfect.org/api/mcp
MCP server metadata
- Name
- Perfect World Project
- Version
- 1.12.4
Perfect World Project is a civic-transparency publisher for New Mexico and the Southwest: local-government meetings, agendas and minutes (with full text), video transcripts, a 20,000-officer police certification roster with conduct records, Superfund sites, reservoir levels, Flock ALPR portals, and more — free to read, one record at a time. Use these tools for lookups. Bulk datasets, file conversion, notarized receipts, a paid records-request service and tips are sold at the Trading Post over HTTP 402 (cards via Stripe MPP, USDC on Base via x402): call trading_post_catalog for prices and the handshake. Nothing here is behind a login.
Known tools 19
site_overviewWhat this site is, what is free, what is for sale, and where the machine-readable entry points are.
Inferred read-onlysearch_meetingsMeetings in a market; q matches the title, the transcript, and the full text of agendas, packets and minutes.
Inferred read-onlymeetingOne meeting with its body, video and archived documents (each with a permanent /file URL).
Inferred read-onlyofficer_lookupA certified officer by certification number (state code narrows it: NM, TX, AZ).
Inferred read-onlysearch_officersSearch the officer roster by whole-word name, state code, or agency slug.
Inferred read-onlysuperfund_siteOne Superfund National Priorities List site by SEMS id, with milestones.
Inferred read-onlyregister_verifyRe-verify the Public Register's hash chain (append-only receipts, anchored to the Wayback Machine).
Inferred read-onlylegacy_formatsThe 64 legacy municipal file formats the converter identifies (WordPerfect, Lotus, dBASE, .
Inferred read-onlytrading_post_catalogPrices, open rails and the HTTP 402 handshake for everything sold to agents.
Inferred read-onlybatch_conversion_offerThe $49 bulk legacy-file conversion: what it costs, what it can read, what happens when a file fails.
Inferred read-onlyevidence_pack_offerThe $149 reviewed Evidence Pack: one narrow civic/infrastructure question, answered with a source trail.
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.perfect-world-project]
url = "https://everythingisperfect.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"perfect-world-project": {
"type": "http",
"url": "https://everythingisperfect.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: perfect-world-project
Remote MCP URL: https://everythingisperfect.org/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": {
"perfect-world-project": {
"url": "https://everythingisperfect.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"perfect-world-project": {
"type": "http",
"url": "https://everythingisperfect.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "perfect-world-project",
"transport": "streamable-http",
"url": "https://everythingisperfect.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.