Omega API MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Omega API MCPUse Omega to evaluate my response and act on its gate."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@dailui/omega-api-mcp
An MCP server that gives an AI agent one tool to reach the Omega-API judge.
Give agents access to the judge without moving the judge into the agent.
The agent calls the tool with a turn; the judge — which stays on the server — returns a decision and a gate action. Zero judge logic runs in the agent. Apache-2.0. Node 18+.
The tool
omega_judge_turn — judge one agent turn: does the conversational process move? Returns a decision and a gate
action. It measures process shape, not whether the goal was reached.
Input:
field | type | notes |
| string (optional) | the user / incoming message |
| string (optional) | the agent's drafted reply (at least one of these) |
| string (optional) | one id per conversation |
|
| optional |
Result:
{
"turn_id": "t_…",
"decision": "PROCEED | CLARIFY | STOP",
"reason_family": "…",
"side": "…",
"gate": { "action": "release | clarify | suppress | none", "release_original": true }
}Act on the gate before showing the reply: release → show · clarify → regenerate then call again ·
suppress → stop or escalate · none → observe only, show.
Related MCP server: mcp-guardian
Before you start: register → key → judge → meter
Register a project and get an API key (oapi_live_…) at https://omega.dailui.com/signup.php. Your first 100
judgments are free; after that, billing applies.
Add it to your MCP host
Most hosts (Claude Desktop, IDE agents) launch MCP servers from a config file. Add:
{
"mcpServers": {
"omega-api": {
"command": "npx",
"args": ["-y", "@dailui/omega-api-mcp"],
"env": { "OMEGA_API_KEY": "oapi_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }
}
}
}The host starts the server over stdio and the omega_judge_turn tool becomes available to the agent.
What it does not claim
It measures whether the process moved. It does not promise the agent achieved the user's goal — the two are independent. It returns no scores or internal measures, only the decision and the gate.
Links
Learn more: https://omega.dailui.com/integrations.php
Python client:
pip install omega-api· JavaScript client:npm install @dailui/omega-apiExamples & HTTP runner: https://github.com/DaiLui/omega-api-examples
License
Apache-2.0.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceA pre-action risk gate for AI agents. Your agent calls the forecast tool before any irreversible action — send email, run SQL, make a payment, delete a file — and gets a risk score (0–100) and a GO / CONFIRM / STOP verdict in a few seconds.Last updated1289MIT
- Alicense-qualityBmaintenanceA gateway that enforces permissions, sanitization, approval, and audit for AI agent MCP tool calls, with a policy engine and local proxy CLI.Last updated7651MIT
- Alicense-qualityCmaintenanceA pre-action authorization server for AI agents that classifies tool calls into 14 intent categories, scores risk 0-100, and produces deterministic allow/deny/ask decisions with full audit trail.Last updatedMIT
- Alicense-qualityAmaintenanceDeterministic policy enforcement for AI agent tool calls. It evaluates every tool call against user-defined rules before execution, with no LLM in the authorization path.Last updated3MIT
Related MCP Connectors
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
Runtime permission, approval, and audit layer for AI agent tool execution.
Responsible-AI guardrails for agents: scoring with policy, injection & PII detection, DPDP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DaiLui/omega-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server