← Registry

Security & Testing

odei.ai

Verifies apps and manages ODEI Connect ceremony progress.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.odei.ai/mcp

No auth detected

MCP server metadata

Name
odei-connect-gateway
Version
0.1.0
Capabilities
tools
Server instructions

Pair first with a fresh app.odei.ai/profile pairing code by calling odei_connect_handshake. Without a verified session only handshake is available.

Known tools 7

odei_connect_handshake

Verify an app.

Inferred read-only
odei_connect_status

Return current ODEI Connect ceremony progress.

Inferred read-only
odei_connect_plan

Return the ordered local ODEI install plan and reporting contract.

Inferred read-only
odei_connect_report_step

Record evidence that a Connect ceremony step has completed.

Inferred read-only
odei_connect_talk

Answer from ODEI Connect session state without invoking a model API.

Inferred read-only
wm_remember

Write one fact to your operator memory in ODEI — the World Model grows from it.

Potential side effects
wm_recall

Read facts back from your ODEI-hosted operator memory.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for odei.ai was fetched 2026-08-03T17:45:32.652Z and is being refreshed.

Trust status Neutral

odei.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.