# invinoveritas

Lightning-native AI reasoning, decision intelligence, and persistent agent memory for autonomous agents and trading bots. Pay-per-use via Bitcoin Lightning — Bearer token (recommended) or L402. Regis…

## 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`

**Required config:**
- `INVINO_API_KEY` (query) — Your Bearer token. Register at https://api.babyblueviper.com/register — pay ~1000 sats via Lightning, receive your key + 5 free calls.

## Tools (4)

- `reason` — Premium strategic reasoning with style control and optional confidence scoring.
- `decision` — Structured decision intelligence with risk assessment and confidence scoring. Optimized for trading bots.
- `memory_store` — Store persistent memory or context for this agent (long-term state).
- `memory_get` — Retrieve previously stored memory for this agent.

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