← otoco.io

INDIVIDUAL MCP TOOL

public_entity_lookup

Fetch a public entity record by network and token id (members and manager are intentionally excluded).

otoco.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api-staging.otoco.io/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests retrieving external content.

Parent server

otoco.io

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.otoco]
url = "https://api-staging.otoco.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "otoco": {
      "type": "http",
      "url": "https://api-staging.otoco.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: otoco
Remote MCP URL: https://api-staging.otoco.io/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": {
    "otoco": {
      "url": "https://api-staging.otoco.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "otoco": {
      "type": "http",
      "url": "https://api-staging.otoco.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "otoco",
  "transport": "streamable-http",
  "url": "https://api-staging.otoco.io/mcp"
}
MCP Inspector

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

Related tools

  • public_name_check — Check entity name availability on production networks (main, polygon, base).
  • public_jurisdictions — List public jurisdiction metadata including suffix, supported networks, and Instant/Standalone formation support.
  • public_products_list — List publicly available products and pricing metadata.
  • public_entity_count — Return entity counts grouped by network and jurisdiction.
  • public_legal_templates — List legal template filenames available for public download.
  • public_getting_started — Return a structured getting-started guide including Instant vs Standalone vs Swiss/DUNA formation paths with live prices.
  • public_checkout_options — List Instant vs Standalone formation paths with live prices, plus STANDALONE email-checkout allowlist (jurisdictions, startup-box, add-ons), plus formationPaths.swissDuna (API-key-only Swiss Association / UNA/DUNA).
  • public_entity_checkout — Start STANDALONE (state-filed LLC) company formation checkout for any email — not Instant Series.