toreva-mcp
Officialtoreva 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ツール
ツール | 機能 |
| ハードリミット付きのエージェントウォレットを作成する |
| メインウォレットまたはエージェントウォレットを読み取る、またはスキャンする |
| 何かを準備する前にアクションをテストする |
| シミュレーション後に未署名トランザクションを準備する |
| アクションまたはレシートを説明する |
| 1件のレシートを取得する |
| 安全でないアクションを拒否し、拒否レシートを返す |
インストール
ローカルパッケージは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.jsonとpackages/mcp/package.jsonです。
パッケージ一覧
パッケージ | 機能 |
| エージェント統合用のMCPサーバー |
| 共有スキーマと型 |
| TypeScriptクライアントライブラリ |
| コマンドラインインターフェース |
検証
pnpm test
pnpm --filter @toreva/mcp build規制に関するお知らせ
本ソフトウェアは、Torevaポリシーサービスと連携するためのツールを提供します。本ソフトウェアは、財務アドバイス、投資アドバイス、取引アドバイス、その他いかなる形態のアドバイスも提供するものではありません。本ソフトウェアの使用によって、お客様とToreva Pty Ltdとの間に受託者関係、アドバイザリー関係、その他の専門的関係が生じることはありません。
Toreva Pty Ltdは、第三者による本ソフトウェアの改変(コンプライアンス文言、免責事項、リスク警告を変更または削除する改変を含む)について責任を負いません。改変されたバージョンの本ソフトウェアを使用する場合、その使用は自己責任であり、お客様の使用が適用される法律に準拠していることを確認する責任はお客様にあります。
ライセンス
MIT — LICENSEを参照してください。
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceCryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.102Apache 2.0
- AlicenseAqualityDmaintenanceEnables 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.36233Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI agents to check balances and send transactions across multiple blockchains with automatic spending limit protection and policy enforcement.3MIT
- FlicenseNot gradedqualityDmaintenanceAI-native Solana wallet CLI with scoped MCP server, enabling AI agents to manage wallets with granular permissions, spend limits, and tamper-evident audit logging.5
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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