← odei.ai

INDIVIDUAL MCP TOOL

odei_connect_handshake

Verify an app.

odei.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.odei.ai/mcp

No auth detected

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

odei.ai

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.odei-connect-gateway]
url = "https://api.odei.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "odei-connect-gateway": {
      "type": "http",
      "url": "https://api.odei.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: odei-connect-gateway
Remote MCP URL: https://api.odei.ai/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": {
    "odei-connect-gateway": {
      "url": "https://api.odei.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "odei-connect-gateway": {
      "type": "http",
      "url": "https://api.odei.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "odei-connect-gateway",
  "transport": "streamable-http",
  "url": "https://api.odei.ai/mcp"
}
MCP Inspector

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

Related tools

  • odei_connect_status — Return current ODEI Connect ceremony progress.
  • odei_connect_plan — Return the ordered local ODEI install plan and reporting contract.
  • odei_connect_report_step — Record evidence that a Connect ceremony step has completed.
  • odei_connect_talk — Answer from ODEI Connect session state without invoking a model API.
  • wm_remember — Write one fact to your operator memory in ODEI — the World Model grows from it.
  • wm_recall — Read facts back from your ODEI-hosted operator memory.