Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Connect to the OmniRoute MCP server (37 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 16 permission scopes.
.claude/skills/diegosouzapw-omni-mcp/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 78% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 53% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 51% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 44% | 0% |
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
Connect to the OmniRoute MCP server (110 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 33 permission scopes.
All requests require a valid Bearer token or session cookie. Obtain a token via POST /api/auth/login or configure REQUIRE_API_KEY=false for local development.
GET mcp › audit
bashcurl https://localhost:20128/api/mcp/audit \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET mcp › audit › stats
bashcurl https://localhost:20128/api/mcp/audit/stats \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET mcp › sse
bashcurl https://localhost:20128/api/mcp/sse \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
POST mcp › sse
bashcurl -X POST https://localhost:20128/api/mcp/sse \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
GET mcp › status
bashcurl https://localhost:20128/api/mcp/status \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET mcp › stream
bashcurl https://localhost:20128/api/mcp/stream \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
POST mcp › stream
bashcurl -X POST https://localhost:20128/api/mcp/stream \ -H "Authorization: Bearer $OMNIROUTE_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
DELETE mcp › stream
bashcurl -X DELETE https://localhost:20128/api/mcp/stream \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
GET mcp › tools
bashcurl https://localhost:20128/api/mcp/tools \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
See the full OpenAPI specification at GET /api/openapi/spec or docs/openapi.yaml for detailed request/response schemas.
<!-- skill:custom-start --> <!-- Migrated from skills/omniroute-mcp/SKILL.md (preserved curated content) -->
Requires OMNIROUTE_URL and OMNIROUTE_KEY. See entry-point SKILL for setup.
GET $OMNIROUTE_URL/api/mcp/ssePOST $OMNIROUTE_URL/api/mcp/streamAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
json{ "mcpServers": { "omniroute": { "command": "npx", "args": ["-y", "omniroute", "--mcp"], "env": { "OMNIROUTE_KEY": "sk-..." } } } }
json{ "mcp": { "servers": { "omniroute": { "url": "http://localhost:20128/api/mcp/sse", "headers": { "Authorization": "Bearer sk-..." } } } } }
The table below shows representative core tools; the server's discovery response is authoritative and includes all 110 tools.
| Scope | Tools | | --------- | -------------------------------------------------------------------------------------------------- | | health | omniroute_get_health | | combos | omniroute_list_combos, omniroute_get_combo_metrics, omniroute_switch_combo | | routing | omniroute_simulate_route, omniroute_best_combo_for_task, omniroute_explain_route | | providers | omniroute_get_provider_metrics, omniroute_check_quota, omniroute_route_request | | budget | omniroute_set_budget_guard, omniroute_set_routing_strategy, omniroute_set_resilience_profile | | testing | omniroute_test_combo | | memory | memory_add, memory_search, memory_delete | | skills | skill_invoke, skill_list, skill_describe, skill_register | | cache | omniroute_cache_stats, omniroute_cache_flush | | admin | omniroute_db_health_check, omniroute_sync_pricing, omniroute_get_session_snapshot |
Full list: GET $OMNIROUTE_URL/api/mcp/tools
Tools are grouped into 33 scopes (chat-only, memory-readonly, full-admin, etc.). Pass scope name as --scope arg or via X-Omniroute-Scope header.
Full docs: https://github.com/diegosouzapw/OmniRoute/blob/main/docs/frameworks/MCP-SERVER.md <!-- skill:custom-end -->
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 13,285 | 8,778 | -34% | 1 | 1 | 0% | 1,167 | 2,078 | +78% | 0 | 0 | — |
case-02 | fail→pass | 12,039 | 11,683 | -3% | 1 | 1 | 0% | 1,321 | 2,020 | +53% | 0 | 0 | — |
case-03 | fail→pass | 8,611 | 8,499 | -1% | 1 | 1 | 0% | 1,404 | 2,119 | +51% | 0 | 0 | — |
case-04 | pass→pass | 14,355 | 10,072 | -30% | 1 | 1 | 0% | 1,762 | 2,440 | +38% | 0 | 0 | — |
case-05 | pass→fail | 10,447 | 11,270 | +8% | 1 | 1 | 0% | 1,698 | 2,785 | +64% | 0 | 0 | — |
case-06 | pass→pass | 14,439 | 22,723 | +57% | 1 | 1 | 0% | 1,813 | 2,937 | +62% | 0 | 0 | — |
case-07 | fail→pass | 12,381 | 7,256 | -41% | 1 | 1 | 0% | 1,203 | 1,853 | +54% | 0 | 0 | — |
case-08 | fail→pass | 13,118 | 7,007 | -47% | 1 | 1 | 0% | 1,293 | 1,865 | +44% | 0 | 0 | — |
case-09 | fail→pass | 14,887 | 7,953 | -47% | 1 | 1 | 0% | 1,430 | 1,776 | +24% | 0 | 0 | — |
case-10 | pass→pass | 14,265 | 6,548 | -54% | 1 | 1 | 0% | 1,414 | 1,775 | +26% | 0 | 0 | — |
case-11 | fail→pass | 12,094 | 7,708 | -36% | 1 | 1 | 0% | 1,272 | 1,994 | +57% | 0 | 0 | — |
case-12 | fail→pass | 12,202 | 8,008 | -34% | 1 | 1 | 0% | 1,083 | 1,865 | +72% | 0 | 0 | — |
case-13 | fail→pass | 13,447 | 7,092 | -47% | 1 | 1 | 0% | 1,329 | 1,953 | +47% | 0 | 0 | — |
case-14 | fail→pass | 15,709 | 6,942 | -56% | 1 | 1 | 0% | 1,592 | 1,810 | +14% | 0 | 0 | — |
case-15 | fail→pass | 12,977 | 7,808 | -40% | 1 | 1 | 0% | 1,417 | 1,853 | +31% | 0 | 0 | — |
case-16 | pass→pass | 10,501 | 7,241 | -31% | 1 | 1 | 0% | 951 | 1,737 | +83% | 0 | 0 | — |
case-17 | pass→pass | 10,135 | 7,077 | -30% | 1 | 1 | 0% | 754 | 1,814 | +141% | 0 | 0 | — |
case-18 | fail→fail | 11,847 | 6,748 | -43% | 1 | 1 | 0% | 1,092 | 1,796 | +64% | 0 | 0 | — |
case-19 | fail→fail | 8,308 | 2,411 | -71% | 1 | 1 | 0% | 1,271 | 1,868 | +47% | 0 | 0 | — |
case-20 | fail→fail | 11,851 | 7,220 | -39% | 1 | 1 | 0% | 1,147 | 1,883 | +64% | 0 | 0 | — |
case-21 | fail→fail | 8,356 | 7,428 | -11% | 1 | 1 | 0% | 1,405 | 1,774 | +26% | 0 | 0 | — |
case-22 | fail→fail | 13,254 | 7,463 | -44% | 1 | 1 | 0% | 1,246 | 1,797 | +44% | 0 | 0 | — |
case-23 | fail→fail | 12,340 | 9,799 | -21% | 1 | 1 | 0% | 1,076 | 1,745 | +62% | 0 | 0 | — |
case-24 | fail→fail | 17,434 | 7,220 | -59% | 1 | 1 | 0% | 1,576 | 1,791 | +14% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +42 percentage points is the difference between those two pass rates over the 24 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 9/1/2026 | +77% |
| gemini-3.6-flash | verified | 8/17/2026 | +82% |
| gemini-3.6-flash | verified | 8/9/2026 | +77% |
Other measured skills in the registry, with their headline benchmark lift.