Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Hubris

NPM · HUBRIS-MCP · 2 COMPONENTS · SCANNED SEP 21

OpenAI-compatible LLM gateway for Russia: 500+ models, ruble pricing, balance, chat.

+6 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1502 tokens (~300/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (80% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Hubris MCP server?

Hubris runs locally as an npm package, launched with npx -y hubris-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · hubris-mcp

# add to Claude Code
claude mcp add pw-hubris-hubris-mcp -- npx -y hubris-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "pw-hubris-hubris-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hubris-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "pw-hubris-hubris-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hubris-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add pw-hubris-hubris-mcp -- npx -y hubris-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pw-hubris-hubris-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hubris-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pw-hubris-hubris-mcp --command npx --arg -y --arg hubris-mcp
# ~/.hermes/config.yaml
mcp_servers:
  pw-hubris-hubris-mcp:
    command: "npx"
    args: ["-y", "hubris-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "pw-hubris-hubris-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "hubris-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add pw-hubris-hubris-mcp -t stdio -c npx -a -y hubris-mcp
// mcp.json
{
  "mcpServers": {
    "pw-hubris-hubris-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hubris-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 9 Sept 26 +15
    • Malware scan: unverified → pass security
  • 8 Sept 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/hubris-mcp@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~1,266 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
balance_get ~102

Current balance of the Hubris account the API key belongs to, in rubles. Worth checking before a long or expensive run: requests are refused once the balance is spent. The balance can go slightly negative — one operation is allowed to overdraw it, and the next one is refused. Two representations of the same number come back. Use `balanceKopecks` for arithmetic and comparisons — it is an exact integer string. Use `balanceRub` for display.

Input schema present but exposes no named parameters.

NameTypeReqDescription
balanceKopecksstringyesThe same balance in kopecks as an integer string. Use this one for arithmetic: it is exact, while the ruble string is for display.
balanceRubstringyesBalance in rubles as a decimal string, e.g. "1240.55". Negative when the account is overdrawn.

No examples provided.

chat_complete ~433

Run a chat completion on any model in the Hubris catalogue and get the answer back. Full parity with POST /v1/chat/completions — same request shape, same response shape, including tool calls, structured output and reasoning. Streaming is not available here: MCP tool calls are synchronous, and `stream` is ignored if you pass it. This is how you reach a model you cannot reach otherwise — pick an id with models_search, then call it here. Useful for delegating a subtask to a cheaper or a stronger model than the one you are running on. The call spends real money from the account balance: it is billed per token at the catalogue price, in rubles. balance_get shows what is left.

NameTypeReqDescription
max_tokensintegerCap on the length of the answer, in tokens.
messagesarrayyesConversation so far, oldest first.
modelstringyesModel id from the catalogue, vendor included and matched exactly, e.g. "anthropic/claude-sonnet-5". Short names and names with a trailing date are rejected. Use models_search to find one.
reasoningExtended thinking on models with the "reasoning" capability: {effort:"low"|"medium"|"high"}, {max_tokens:N}, or {enabled:false} to turn it off.
response_format{type:"json_object"} or {type:"json_schema", json_schema:{…}} to constrain the answer to JSON.
seedintegerBest-effort determinism. Not every model honours it.
stopUp to four strings that cut the answer short.
temperaturenumberSampling temperature, 0–2. Some newer models reject it; leave it out unless you need it.
tool_choice"auto", "none", "required", or a specific function to force.
toolsarrayFunction-calling tools, OpenAI shape. Model must have the "tools" capability.
web_searchEnables built-in web search on models whose capabilities include "web_search".

No output schema declared.

No examples provided.

models_get_pricing ~136

The full price of one model in rubles — the authoritative answer to "what does this cost". Prefer this over the pricing embedded in models_list and models_search whenever the model is not billed per token. Those two return "0.00" token rates for such models; only this tool returns `perUnit`, where the real price per image, per second or per thousand characters lives. Errors with InvalidParams if the model id is unknown or the model is no longer active.

NameTypeReqDescription
modelIdstringyesExact model id from the catalogue, vendor included, e.g. "openai/gpt-6-astra".
NameTypeReqDescription
currencystringyesAll prices are in rubles.
inputPer1MRubstringyesPrice of 1M input tokens in rubles, decimal string, e.g. "182.40". "0.00" when unit is not "token".
isFreebooleanyesTrue only for genuinely free models. Do not infer this from a zero price: models billed per image or per minute also report "0.00" token rates.
outputPer1MRubstringyesPrice of 1M output tokens in rubles, decimal string. "0.00" when unit is not "token".
perUnitarrayPresent only for models not billed per token. This is where their real price lives.
unitstringyesBilling unit. "token" — priced per token, the two Rub fields below are meaningful. "unit" — priced per image, per minute, per character and so on; token fields are "0.00" and the real price is in mod…

No examples provided.

models_list ~197

Walk the whole Hubris catalogue page by page, ordered by model id. Returns every active model with its capabilities, context window and ruble price. Use this when you need the complete catalogue — to cache it, to count models, or to scan for something no filter covers. When you are looking for a model that fits a task, use models_search instead: it filters by capability, price and context server-side and saves you a few hundred rows. Paging: read `nextCursor` from the response and pass it back as `cursor`. When `nextCursor` is absent you have reached the end. The catalogue holds roughly 550 models, so a full walk is about 11 calls at the default page size.

NameTypeReqDescription
cursorstringThe `nextCursor` value from the previous response. Omit for the first page.
limitintegerModels per page, 1–200. Defaults to 50.
NameTypeReqDescription
modelsarrayyes
nextCursorstringPass back as `cursor` to fetch the next page. Absent when the last page was returned.

No examples provided.

models_search ~398

Find models that fit a task. Filters by name, capability, price ceiling and context window, and can sort the result. This is the tool to reach for when choosing a model — it does the filtering server-side and returns at most 50 rows. All filters combine with AND, and every one of them is optional: calling with no arguments returns the first 50 active models. Two things worth knowing about prices. `maxInputPer1MRub` keeps only models billed per token, because a ruble-per-million ceiling is meaningless for a model billed per image. The `cheap_input` and `cheap_output` sorts push non-token models to the end of the list for the same reason — their token rate reads as zero, which would otherwise put video models at the top of "cheapest".

NameTypeReqDescription
capabilitystringKeep only models with this capability. vision — reads images. image_gen — draws them. transcription — speech to text via /v1/audio/transcriptions. audio_in — accepts an audio recording in chat. audio…
maxInputPer1MRubnumberCeiling on the price of 1M input tokens, in rubles. Also restricts the result to models billed per token, since the ceiling means nothing for models billed per image or minute.
minContextintegerKeep only models whose context window is at least this many tokens.
querystringCase-insensitive substring matched against the model id and display name, e.g. "claude" or "gpt".
sortstringcheap_input / cheap_output — ascending token price, models not billed per token go last. big_context — widest context window first. popular — most used on Hubris first. Unsorted when omitted.
NameTypeReqDescription
modelsarrayyesMatching models, at most 50.

No examples provided.

Common questions

What is the Hubris MCP server?

Hubris is an MCP server listed in the public MCP registry as pw.hubris/hubris-mcp. OpenAI-compatible LLM gateway for Russia: 500+ models, ruble pricing, balance, chat. This page covers its npm package (hubris-mcp).

Is the Hubris MCP server safe to use?

Hubris scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Hubris MCP server expose?

Hubris exposes 5 tools: models_list, models_search, models_get_pricing, balance_get, chat_complete. Their descriptions and schemas cost roughly 1,266 tokens of context every time the server is loaded.

Is the Hubris MCP server still maintained?

Hubris is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Hubris MCP server under?

Hubris declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.