Skip to main content
Glama
toreva

toreva-mcp

Official
by toreva

toreva kit

MCPクライアント向けのポリシー検証済みSolanaウォレットアクション。

制限を設定するのはユーザーです。Torevaは読み取り、シミュレーション、未署名トランザクションの準備、説明、そしてすべての結果のレシート発行を行います。署名はユーザーが別の場所で行います。

このコネクタを通じて資金が移動することはありません。

ウォレットを確立する

toreva_establish_agent_walletを使用して、ハードリミット付きのエージェントウォレットを設定します。メインウォレットはルートオーナーのままです。Torevaは秘密鍵や鍵の共有部分を保持しません。すべてのセットアップはレシートを返します。

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
  }
})

Related MCP server: BotWallet MCP Server

MCPツール

ツール

機能

toreva_establish_agent_wallet

ハードリミット付きのエージェントウォレットを作成する

toreva_read_or_scan

メインウォレットまたはエージェントウォレットを読み取る、またはスキャンする

toreva_simulate_action

何かを準備する前にアクションをテストする

toreva_prepare_unsigned_transaction

シミュレーション後に未署名トランザクションを準備する

toreva_explain_action

アクションまたはレシートを説明する

toreva_get_receipt

1件のレシートを取得する

toreva_refuse_action

安全でないアクションを拒否し、拒否レシートを返す

インストール

ローカルパッケージはstdio上で動作します。自分でインストールして実行してください:

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

ローカル開発の場合:

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

パッケージ

@toreva/mcpはRung-1 MCPパッケージです。バージョン0.2.0はstdioローカルのみです。

公開メタデータはserver.jsonpackages/mcp/package.jsonです。

パッケージ一覧

パッケージ

機能

@toreva/mcp

エージェント統合用のMCPサーバー

@toreva/types

共有スキーマと型

@toreva/sdk

TypeScriptクライアントライブラリ

@toreva/cli

コマンドラインインターフェース

検証

pnpm test
pnpm --filter @toreva/mcp build

規制に関するお知らせ

本ソフトウェアは、Torevaポリシーサービスと連携するためのツールを提供します。本ソフトウェアは、財務アドバイス、投資アドバイス、取引アドバイス、その他いかなる形態のアドバイスも提供するものではありません。本ソフトウェアの使用によって、お客様とToreva Pty Ltdとの間に受託者関係、アドバイザリー関係、その他の専門的関係が生じることはありません。

Toreva Pty Ltdは、第三者による本ソフトウェアの改変(コンプライアンス文言、免責事項、リスク警告を変更または削除する改変を含む)について責任を負いません。改変されたバージョンの本ソフトウェアを使用する場合、その使用は自己責任であり、お客様の使用が適用される法律に準拠していることを確認する責任はお客様にあります。

ライセンス

MIT — LICENSEを参照してください。

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Cryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.
    10
    2
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to manage USDC wallets on Solana, allowing them to send payments, create invoices, and access paid APIs within human-defined spending limits. It uses threshold signatures to provide agents with financial autonomy while ensuring secure oversight and transaction approval.
    36
    23
    3
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check balances and send transactions across multiple blockchains with automatic spending limit protection and policy enforcement.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.

  • Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.

  • Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/toreva/kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server