← otoco.io
INDIVIDUAL MCP TOOL
public_legal_templates
List legal template filenames available for public download.
LIVE ENDPOINT
https://api.otoco.io/mcp
Connect to this endpoint to inspect the live schema for public_legal_templates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.otoco.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"otoco": {
"type": "http",
"url": "https://api.otoco.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: otoco
Remote MCP URL: https://api.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.otoco.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"otoco": {
"type": "http",
"url": "https://api.otoco.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "otoco",
"transport": "streamable-http",
"url": "https://api.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_entity_lookup— Fetch a public entity record by network and token id (members and manager are intentionally excluded).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.