rt_pin_tools
Connect to an MCP server and create a cryptographic pin of its tool definitions. Use later to detect unauthorized changes, preventing rug pulls.
Instructions
Connect to server, SHA-256 hash every tool definition (name + description + schema), store as a pin file. Use rt_verify_pins later to detect tool definition changes (rug pull detection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Server command to execute (e.g. 'node', 'bun', 'npx') | |
| args | No | Command arguments (e.g. ['run', 'server.js']) | |
| env | No | Additional environment variables | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) | |
| pin_name | Yes | Name for this pin (used as filename, e.g. 'my-mcp-server') |