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.

Flameox

PYPI · FLAMEOX · SCANNED SEP 21

Bounded local runtime evidence from explicit artifacts and typed direct targets.

Available components

+15 this week 68 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 5 of 52 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 498 tokens (~83/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability check failed: the tool surface changed between 0.1.12 and 0.2.7: 87 tool removals, 0 breaking changes, 6 additions. See how to fix → Fail
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 88% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% 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 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Flameox MCP server?

Flameox runs locally as a PyPI package, launched with uvx flameox. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · flameox

# add to Claude Code
claude mcp add morluto-flameox -- uvx flameox
// .cursor/mcp.json
{
  "mcpServers": {
    "morluto-flameox": {
      "command": "uvx",
      "args": [
        "flameox"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "morluto-flameox": {
      "command": "uvx",
      "args": [
        "flameox"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add morluto-flameox -- uvx flameox
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "morluto-flameox": {
      "type": "local",
      "command": [
        "uvx",
        "flameox"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add morluto-flameox --command uvx --arg flameox
# ~/.hermes/config.yaml
mcp_servers:
  morluto-flameox:
    command: "uvx"
    args: ["flameox"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "morluto-flameox": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "flameox"
      ]
    }
  }
}
# add to Vellum
assistant mcp add morluto-flameox -t stdio -c uvx -a flameox
// mcp.json
{
  "mcpServers": {
    "morluto-flameox": {
      "command": "uvx",
      "args": [
        "flameox"
      ]
    }
  }
}
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.

  • 21 Sept 26 0
    • Package version: 0.1.11 → 0.2.7 functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 12 Sept 26 0
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Tool coverage: 100% → 88% functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: fail → pass functional
    • Destructive annotations: 100 → pass functional
    • Package version: 0.2.6 → 0.2.7 functional
  • 9 Sept 26 +15
    • Malware scan: unverified → pass security
  • 7 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 0.2.5 → 0.2.6 functional
  • 6 Sept 26 +15
    • Malware scan: unverified → pass security
  • 4 Sept 26 −11
    • Malware scan: pass → unverified security
    • Schema quality: pass → fail functional
    • Tool coverage: 0% → 100% functional
    • Schema quality: fair → good functional
    • Package version: 0.2.4 → 0.2.5 functional
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 pypi/flameox@0.2.7

Provenance No attestation

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

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 52 packages
Packages resolved 52
Stale 4
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~368 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
analyze ~37

Analyze existing native artifacts with one typed evidence capability.

NameTypeReqDescription
page_sizeintegerMaximum evidence rows returned on this page.
requestyes

Structured output declared, but exposes no named fields.

No examples provided.

capture_and_analyze ~44

Capture a target once, or supply an experiment design for paired cases.

NameTypeReqDescription
page_sizeintegerMaximum evidence rows returned on this page.
requestyes

Structured output declared, but exposes no named fields.

No examples provided.

prepare_providers ~56

Prepare managed providers and return any required MCP reconnection action.

NameTypeReqDescription
provider_idsarrayyesComplete desired set of Flameox-managed and host provider IDs.
timeout_secondsintegerMaximum uvx environment preparation time in seconds.

Structured output declared, but exposes no named fields.

No examples provided.

preserve_evidence ~39

Idempotently preserve one session analysis and its native artifacts.

NameTypeReqDescription
analysis_idstringyesSession analysis handle returned by an analysis or capture tool.

Structured output declared, but exposes no named fields.

No examples provided.

query_evidence ~129

Search an immutable, request-pinned manifest inventory in deterministic order.

NameTypeReqDescription
capability_idExact capability ID filter.
created_afterInclusive lower creation-time bound with timezone.
created_beforeInclusive upper creation-time bound with timezone.
cursorOpaque cursor from the preceding query page; reuse the same filters.
evidence_kindExact preserved evidence-kind filter.
input_sha256Lowercase SHA-256 digest of a contributing input.
page_sizeintegerMaximum matching manifests returned on this page.
provider_idExact provider ID filter.

Structured output declared, but exposes no named fields.

No examples provided.

rescue_evidence ~63

Rescue one live session analysis to a distinct empty store before restart.

NameTypeReqDescription
analysis_idstringyesLive session analysis handle to rescue before reconnecting.
destinationstringyesExplicit absolute path to a distinct empty evidence directory. The active configured repository is not changed.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Flameox MCP server?

Flameox is an MCP server listed in the public MCP registry as io.github.morluto/flameox. Bounded local runtime evidence from explicit artifacts and typed direct targets. This page covers its PyPI package (flameox).

Is the Flameox MCP server safe to use?

Flameox scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. 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 Flameox MCP server expose?

Flameox exposes 6 tools: prepare_providers, analyze, capture_and_analyze, preserve_evidence, rescue_evidence, query_evidence. Their descriptions and schemas cost roughly 368 tokens of context every time the server is loaded.

Is the Flameox MCP server still maintained?

Flameox 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.