errorbar
@omnia-voice/mcp
errorbar プラットフォームを MCP ツールとして公開します。公開されているすべての API 操作(evals、judges/criteria、gates、ログ、データセット、エイリアス、ラベルセット、監査/証明、専用エンドポイント、トレーニング)を、Claude Code、Claude Desktop、Cursor、または任意の MCP クライアントから呼び出せます。
API 操作ごとに 1 つのツール、合計 76 ツールが、プラットフォームのルート契約から生成されています。入力は REST API が受け付けるものと同じフィールド名と大文字小文字で検証されます。レスポンスは API が返したそのまま(JSON はプリティプリント、エクスポートはテキスト)で返り、API 自身のエラーステータスとメッセージも含まれます。
インストール
npx -y @omnia-voice/mcp # or: npm i -g @omnia-voice/mcp && omnia-mcpOMNIA_API_KEY(設定 → API キー から取得するワークスペース API キー、sk_…)が必要です。キーには、エージェントに持たせたいスコープだけを付与してください。監視エージェントには read、evals を実行するエージェントには read + evals:write です。プラットフォームがこれらのスコープを強制し、各ツールの説明には必要なスコープが記載されています。
Claude Code
claude mcp add errorbar -e OMNIA_API_KEY=sk_… -- npx -y @omnia-voice/mcpClaude Desktop / Cursor / 任意の mcpServers 設定
{
"mcpServers": {
"errorbar": {
"command": "npx",
"args": ["-y", "@omnia-voice/mcp"],
"env": { "OMNIA_API_KEY": "sk_…" }
}
}
}Related MCP server: aman-mcp
フラグ
フラグ | 効果 |
|
|
| 課金対象の作業(eval の実行、トレーニング、専用キャパシティ、ジャッジ支援)を開始するツールを非表示にする |
| これらのツールのみ公開 |
| API ルート。デフォルトは |
ウォレットのクレジットを消費するツールは、説明に SPENDS MONEY と記載されており、readOnlyHint ではありません。読み取り専用以外の呼び出しの前に確認を求める MCP クライアントは、これらのツールについて確認を求めます。
ツール
ツール | 操作 | スコープ |
|
| read |
|
| read |
|
| aliases:write |
|
| aliases:write |
|
| read |
|
| read |
|
| platform:write |
|
| read |
|
| read |
|
| platform:write · 課金対象 |
|
| read |
|
| platform:write |
|
| read |
|
| evals:write |
|
| evals:write · 課金対象 |
|
| read |
|
| read |
|
| evals:write |
|
| evals:write |
|
| evals:write · 課金対象 |
|
| read |
|
| evals:write · 課金対象 |
|
| read |
|
| evals:write · 課金対象 |
|
| evals:write |
|
| evals:write |
|
| read |
|
| platform:write · 課金対象 |
|
| read |
|
| read |
|
| platform:write · 課金対象 |
|
| platform:write |
|
| read |
|
| read |
|
| platform:write |
|
| platform:write |
|
| read |
|
| evals:write · 課金対象 |
|
| read |
|
| read |
|
| read |
|
| evals:write |
|
| evals:write |
|
| read |
|
| read |
|
| read |
|
| read |
|
| platform:write |
|
| read |
|
| platform:write · 課金対象 |
|
| read |
|
| platform:write |
|
| read |
|
| platform:write · 課金対象 |
|
| read |
|
| platform:write · 課金対象 |
|
| read |
|
| platform:write |
|
| read |
|
| read |
|
| evals:write |
|
| evals:write |
|
| evals:write |
|
| read |
|
| evals:write |
|
| read |
|
| read |
|
| read |
|
| read |
|
| platform:write |
|
| read |
|
| read |
|
| platform:write |
|
| read |
|
| read |
|
| read |
各ツールの説明には、完全な契約が記載されています。すなわち、すべてのクエリとボディのフィールド、レスポンスの内容、そして注意点(フィーチャーフラグ、400 条件、カーソルのセマンティクス)です。
プログラムからの利用
import { createServer, OmniaClient } from "@omnia-voice/mcp";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
const server = createServer({ client: new OmniaClient({ apiKey: process.env.OMNIA_API_KEY! }), readOnly: true });
await server.connect(new StdioServerTransport());開発
npm ci && npm run typecheck && npm test && npm run buildsrc/manifest.ts は、プラットフォームの app/api/v1 ルートから生成されます。test/manifest.test.ts はカバーすべき正確なルート一覧を固定しているため、新しいプラットフォームルートを追加すると、マニフェストを再生成するまでこのスイートは失敗します。
リリース
タグ vX.Y.Z をプッシュしてください。パブリッシュワークフローがビルド、テストを行い、provenance 付きで npm に公開します。
ライセンス: Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables interaction with the OpenData Platform API by dynamically exposing all endpoints as MCP tools with typed input schemas and HTTP handlers.99
- AlicenseNot gradedqualityBmaintenanceExposes identity, tools, workflows, guardrails, and evaluation as MCP tools — so any AI agent can read and write your ecosystem programmatically.32MIT

JustOneAPI MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceExposes JustOneAPI endpoints as MCP tools, returning raw upstream JSON without field parsing for maximum data fidelity.1628MIT
Patronus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables running LLM evaluations, experiments, and custom evaluators through a standardized MCP interface.16Apache 2.0
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an
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/omnia-v/omnia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server