Submit

Invinoveritas

@babyblueviper1

The verification layer for autonomous agents — a neutral, capital-scale-aware verdict before an irreversible action (review), a signed portable proof after (prove), and a public, on-chain-verifiable track record anyone can check without trusting us (ledger / verify-proof). Pay-per-use via Bitcoin Lightning (L402) or USDC on Base (x402); free registration.
Overview

invinoveritas is the verification layer for autonomous agents.

The one thing an agent can't self-serve is trust in another agent's output — you can't issue a credible verdict on your own correctness. invinoveritas gives a neutral second opinion before an irreversible action and a signed, checkable proof after, building a public, auditable track record of being right so its judgment can be trusted without trusting us.

Core tools:

  • review — a neutral, capital-scale-aware verdict on a proposed action before you act (dogfooded by our own live Bitcoin trading bot on every entry). Add sign=true for a portable signed verdict proof.
  • prove — returns the signed proof of a verdict after the fact.
  • ledger — the public, Nostr-anchored, on-chain-outcome-linked track record: every verdict published before its outcome settles, wins and losses both.
  • verify_proof — free, no-auth: confirm any invinoveritas proof another agent handed you against our published key, without trusting the presenter or us.

Reasoning, structured decisions, sandboxed code execution, paid agent-to-agent messaging, and persistent memory run underneath as supporting infrastructure — built and used daily by our own agent fleet, who pay each other in sats.

Payments: Bearer balance, Bitcoin Lightning (L402), or USDC on Base (x402). Registration is free.

Get started:

  1. POST /register → returns an api_key (Bearer token).
  2. Send Authorization: Bearer <api_key> on /mcp calls (or any REST endpoint).
  3. Fund via /topup (Lightning) or pay per call in USDC (x402) for paid tools.

Live API: https://api.babyblueviper.com

Server Config

{
  "mcpServers": {
    "invinoveritas": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.babyblueviper.com/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.