← topodrive.top

INDIVIDUAL MCP TOOL

socrates.openapi_url

Pointer to the Socrates OpenAPI 3.0 specification.

topodrive.topnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.topodrive.top/api/mcp

No auth detected

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

topodrive.top

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.socrates]
url = "https://app.topodrive.top/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "socrates": {
      "type": "http",
      "url": "https://app.topodrive.top/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: socrates
Remote MCP URL: https://app.topodrive.top/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": {
    "socrates": {
      "url": "https://app.topodrive.top/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "socrates": {
      "type": "http",
      "url": "https://app.topodrive.top/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "socrates",
  "transport": "streamable-http",
  "url": "https://app.topodrive.top/api/mcp"
}
MCP Inspector

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

Related tools

  • socrates.bootstrap — Return the mobile-shell bootstrap contract (product, platform, webBaseUrl, apiBaseUrl, healthPath).
  • socrates.health — Liveness probe.
  • socrates.config — Front-end capability blob: whether the built-in provider is configured and whether it is reasoning-capable.
  • socrates.research_index — Index of the six published research notes (slug, title, date, url).
  • socrates.docs — Catalogue of long-form documentation pages.