# invinoveritas

Lightning-paid reasoning and decision intelligence for autonomous agents. Pay-per-insight via Bitcoin Lightning (L402). No accounts, no subscriptions, no KYC.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add babyblueviper1/invinoveritas

# Browse available tools
npx -y @smithery/cli@latest tool list babyblueviper1/invinoveritas

# Get full schema for a tool
npx -y @smithery/cli@latest tool get babyblueviper1/invinoveritas reason

# Call a tool
npx -y @smithery/cli@latest tool call babyblueviper1/invinoveritas reason '{}'
```

## Direct MCP Connection

Endpoint: `https://invinoveritas.run.tools`

## Tools (2)

- `reason` — Strategic reasoning via natural language. Provide a question and receive a detailed, thoughtful answer. Cost: ~500-700 …
- `decision` — Structured decision intelligence. Provide a goal, context, and question. Returns a JSON object with decision, confidenc…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get babyblueviper1/invinoveritas <tool-name>
```
