Mmcp.market

VERAX MCP server

by verax-ai·io.github.verax-ai/verax·v0.2.0

The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

0 stars255 downloads/wk

Reviews

Write one

Nobody has reviewed VERAX yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

VERAX tools (6, 2 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • audit.explain

    Reads one decision back from the signed ledger by its ref and explains it.

  • memory.get

    Reads one memory item this tenant stored earlier with memory.put, by its id.

  • memory.putwrite action

    Writes one memory item for this tenant, or replaces the item with the same id, in the body's state directory on this machine.

  • message.read

    Reads this tenant's inbox, the messages placed for it in the body's state directory on this machine, and returns them as a JSON array in arrival order, oldest first.

  • message.sendwrite action

    Queues one message in this tenant's outbox on this machine for the delivery step the operator runs; this call opens no network connection and nothing leaves the body from it.

  • spend

    Asks the body to authorize a payment and records the decision; the body never moves money, so authorized: true is a signed permission for a later payment step, not a transfer.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

1 medium
  • Code scan69 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10

Findings (1)

  • mediumNetwork call to a raw IP addressnet.raw-ip
    dist/doctor.js: …n checks; } const DEFAULT_REDIRECTS = ["http://127.0.0.1:5173/", "http://127.0.0.1:4173/"]; function s…
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Grade history

  • 2026-09-19downgradeABscore 83: Network call to a raw IP address

Install directly

Runs npx -y @verax-ai/body on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add verax -- npx -y @verax-ai/body
Add to Cursor

VERAX: common questions

Is VERAX MCP server safe?
Mostly: it is graded B (83/100). Read the VERAX safety report
How do I install VERAX?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does VERAX need an API key?
No secret keys are declared. It reads 7 settings from the environment.
Is VERAX maintained?
The last commit was in the last day (2026-09-19). The latest release is v0.2.0.
What can I use instead of VERAX?
Servers from other publishers that do the same job: Ratchet MCP server, Lockstep MCP server and MCP server. Compare all VERAX alternatives.

Alternatives to VERAX

Same job from other publishers: the closest match first, then the best rated.

All VERAX alternatives →
  • Ratchet
    Your agent asks before it acts, so the same real-world action is attempted at most once.
    B
  • Lockstep
    Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.
    A
  • MCP
    Authorize consequential AI agent actions before execution
    A
  • Mockserver
    Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.
    A
  • Roast My Design System
    Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.
    A

More from verax-ai