← everythingisperfect.org

INDIVIDUAL MCP TOOL

trading_post_ledger

The public sales ledger — totals only.

everythingisperfect.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://everythingisperfect.org/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for trading_post_ledger and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

everythingisperfect.org

CONNECT 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.

Related tools

  • site_overview — What this site is, what is free, what is for sale, and where the machine-readable entry points are.
  • list_markets — Markets (cities/counties) with meeting records.
  • search_meetings — Meetings in a market; q matches the title, the transcript, and the full text of agendas, packets and minutes.
  • meeting — One meeting with its body, video and archived documents (each with a permanent /file URL).
  • document_text — Extracted text of an archived agenda, packet or minutes (free).
  • officer_lookup — A certified officer by certification number (state code narrows it: NM, TX, AZ).
  • search_officers — Search the officer roster by whole-word name, state code, or agency slug.
  • superfund_site — One Superfund National Priorities List site by SEMS id, with milestones.