Skip to main content
ClaudeWave

SDK, CLI, and MCP tools for user-directed Solana wallet policy checks, simulations, and receipts. Public execution features are gated by compliance clearance.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/toreva/kit
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kit": {
      "command": "node",
      "args": ["/path/to/kit/dist/index.js"],
      "env": {
        "RELAY_AUTH_TOKEN": "<relay_auth_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/toreva/kit and follow its README for install instructions.
Detected environment variables
RELAY_AUTH_TOKEN
Casos de uso

Resumen de MCP Servers

<!-- BEGIN TOREVA GITHUB LOGO -->
<p align="center">
  <a href="https://github.com/toreva">
    <img src="https://raw.githubusercontent.com/toreva/.github/main/assets/toreva-logo-cyan-dark.png" alt="Toreva" width="96">
  </a>
</p>
<!-- END TOREVA GITHUB LOGO -->

# toreva kit

Policy-checked Solana wallet actions for MCP clients.

Users set the limits. Toreva reads, simulates, prepares unsigned transactions,
explains, and receipts every outcome. The user signs elsewhere.

No money moves through this connector.

## Establish your wallet

Use `toreva_establish_agent_wallet` to set up an agent wallet with hard limits.
Your main wallet stays the root owner. Toreva does not hold a private key or a
key share. Every setup returns a receipt.

```bash
toreva_establish_agent_wallet({
  human_wallet_address: "your-wallet-address",
  policy_bounds: {
    daily_notional_lamports: 1000000,
    operations_per_day: 3,
    cooldown_seconds: 60,
    risk_tier_ceiling: "low",
    allowed_operations: ["read", "scan", "simulate", "prepare_unsigned_transaction"],
    valid_until: null
  }
})
```

## MCP Tools

| Tool | What it does |
| --- | --- |
| `toreva_establish_agent_wallet` | Create the agent wallet with hard limits |
| `toreva_read_or_scan` | Read or scan a main wallet or agent wallet |
| `toreva_simulate_action` | Test an action before anything is prepared |
| `toreva_prepare_unsigned_transaction` | Prepare an unsigned transaction after simulation |
| `toreva_explain_action` | Explain an action or receipt |
| `toreva_get_receipt` | Fetch one receipt |
| `toreva_refuse_action` | Refuse an unsafe action and return a refusal receipt |

## Install

The local package runs over stdio. Install and run it yourself:

```bash
npm install -g @toreva/mcp
RELAY_AUTH_TOKEN=your_token toreva-mcp
```

For local development:

```bash
pnpm install
pnpm --filter @toreva/mcp build
RELAY_AUTH_TOKEN=your_token node packages/mcp/dist/index.js
```

## Package

`@toreva/mcp` is the Rung-1 MCP package. Version `0.2.0` is stdio-local only.

The public metadata is `server.json` and `packages/mcp/package.json`.

## Packages

| Package | What |
| --- | --- |
| `@toreva/mcp` | MCP server for agent integration |
| `@toreva/types` | Shared schemas and types |
| `@toreva/sdk` | TypeScript client library |
| `@toreva/cli` | Command-line interface |

## Verify

```bash
pnpm test
pnpm --filter @toreva/mcp build
```

## Regulatory notice

This software provides tooling for interacting with the Toreva policy service.
It does not provide financial advice, investment advice, trading advice, or any
other form of advice. Use of this software does not create a fiduciary
relationship, advisory relationship, or any other professional relationship
between you and Toreva Pty Ltd.

Toreva Pty Ltd is not responsible for modifications made to this software by
third parties, including modifications that alter or remove compliance language,
disclaimers, or risk warnings. If you use a modified version of this software,
you do so at your own risk and are responsible for ensuring your use complies
with applicable law.

## License

MIT — see [LICENSE](./LICENSE)
agentaioclimcpmodel-context-protocolnon-custodialsdksolana

Lo que la gente pregunta sobre kit

¿Qué es toreva/kit?

+

toreva/kit es mcp servers para el ecosistema de Claude AI. SDK, CLI, and MCP tools for user-directed Solana wallet policy checks, simulations, and receipts. Public execution features are gated by compliance clearance. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-28.

¿Cómo se instala kit?

+

Puedes instalar kit clonando el repositorio (https://github.com/toreva/kit) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar toreva/kit?

+

Nuestro agente de seguridad ha analizado toreva/kit y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene toreva/kit?

+

toreva/kit es mantenido por toreva. La última actividad registrada en GitHub es del 2026-08-28, con 5 issues abiertos.

¿Hay alternativas a kit?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega kit en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: toreva/kit
[![Featured on ClaudeWave](https://claudewave.com/api/badge/toreva-kit)](https://claudewave.com/repo/toreva-kit)
<a href="https://claudewave.com/repo/toreva-kit"><img src="https://claudewave.com/api/badge/toreva-kit" alt="Featured on ClaudeWave: toreva/kit" width="320" height="64" /></a>

Más MCP Servers

Alternativas a kit