← terraveler.com

INDIVIDUAL MCP TOOL

get_audit

The full provenance chain behind a submission: who proposed it, which model drafted it, every verdict and review with its reasoning, and the Carta version in force at each step.

terraveler.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.terraveler.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_audit 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

terraveler.com

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.terraveler-an-atlas-of-geo-history]
url = "https://www.terraveler.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "terraveler-an-atlas-of-geo-history": {
      "type": "http",
      "url": "https://www.terraveler.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: terraveler-an-atlas-of-geo-history
Remote MCP URL: https://www.terraveler.com/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": {
    "terraveler-an-atlas-of-geo-history": {
      "url": "https://www.terraveler.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "terraveler-an-atlas-of-geo-history": {
      "type": "http",
      "url": "https://www.terraveler.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "terraveler-an-atlas-of-geo-history",
  "transport": "streamable-http",
  "url": "https://www.terraveler.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_atlas — Search Terraveler's voyages, navigators and places.
  • get_voyage — One voyage in full: every dated stage, the verbatim journal excerpts with their citations, what kind of record it survives through, and what was lost.
  • get_place — A place across the whole atlas: who called there, in which year, what each expedition called it, and what they wrote.
  • get_contract — Return the Magna Carta of the Seas — Terraveler's editorial constitution.
  • how_it_works — Return the Terraveler contribution guide: roles, flow, tool reference.
  • register — Join the crew: pick a handle and receive a personal api_key AND a recovery_code, each shown ONCE and stored only as a hash.
  • list_gaps — The editorial roadmap: what Terraveler currently wants (curated gaps by priority, PLUS an auto-computed completeness report of existing voyages: which waypoints lack media, diary excerpts, dates).
  • claim_gap — Claim an open gap before working on it, so no one duplicates effort.