Skip to main content
Glama
odei-ai

ODEI MCP Server

Official
by odei-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODEI_API_KEYNoAPI key from api.odei.ai/integrate/
ODEI_API_URLNoBase URLhttps://api.odei.ai

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
odei_world_model_query

Search ODEI's constitutional world model — a 10,665-node knowledge graph organized into 6 domains (Foundation, Vision, Strategy, Tactics, Execution, Track). Returns nodes with their types, domains, relationships, and metadata. Use this to understand the structure of any domain, find specific entities, or explore how goals connect to execution.

odei_guardrail_check

Validate an agent action against ODEI's constitutional guardrails. Returns APPROVED, DENIED, or NEEDS_REVIEW with reasoning. Use this before executing any action that could affect finances, reputation, health, or relationships. The guardrail system checks against 7 layers of safety constraints including financial limits, time-of-day restrictions, and value alignment.

odei_world_model_signal

Rapid trust and relevance scoring for a claim, entity, or topic. Returns a confidence score (0-1), relevance to ODEI's world model, and supporting/contradicting evidence from the knowledge graph. Use this for quick validation before making decisions — it's faster and cheaper than a full world model query.

odei_smart_contract_audit

Analyze an EVM smart contract address for security risks. Checks contract verification status, known vulnerability patterns, token safety signals, and cross-references with ODEI's knowledge graph for known entities. Returns a risk score and actionable findings. Supports Base and Ethereum contracts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
world-model-summarySummary of ODEI's world model: node counts by domain, top types, edge count
api-healthODEI API health status and uptime

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/odei-ai/mcp-odei'

If you have feedback or need assistance with the MCP directory API, please join our Discord server