Back to Home
Vitruveo icon

vtru-mcp

Verified Safe

by Vitruveo

Overview

Provides read-only blockchain services for the Vitruveo network to AI agents via the Model Context Protocol.

Installation

Run Command
npx @vitruveo/vtru-mcp --http

Security Notes

The server's source code contains functions for performing write operations (transfers, approvals, contract writes) that require a private key (`src/mcp/services/transfer.ts`). However, the `src/mcp/tools.ts` file explicitly comments out the registration of all such 'write' tools, aligning with the README's claim of being 'read-only' and 'safe for public use' with 'no private keys, no transfers or approvals, no write methods'. This means, as provided and configured, it adheres to its read-only guarantee. The presence of the underlying write functionality (even if commented out) is a minor concern as it could be enabled by a malicious actor or misconfiguration.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-19

Tags

mcpblockchainvitruveoevmai agents