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

获取一份回执

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