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 工具
工具 | 功能 |
| 创建带有硬限制的代理钱包 |
| 读取或扫描主钱包或代理钱包 |
| 在准备任何操作之前测试操作 |
| 模拟后准备未签名的交易 |
| 解释操作或回执 |
| 获取一份回执 |
| 拒绝不安全的操作并返回拒绝回执 |
安装
本地包通过 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