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는 제3자가 수행한 이 소프트웨어의 수정, 특히 규정 준수 문구, 면책 조항 또는 위험 경고를 변경하거나 제거하는 수정에 대해 책임을 지지 않습니다. 수정된 버전의 이 소프트웨어를 사용하는 경우, 이는 전적으로 귀하의 책임이며 귀하의 사용이 적용 가능한 법률을 준수하는지 확인할 책임은 귀하에게 있습니다.
라이선스
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