rt_check_tool_mutation
Detects dynamic changes to MCP tool lists and descriptions between snapshots. Identifies tool additions, removals, and modifications to prevent rug-pull attacks in live sessions.
Instructions
Connect to server, take two tool snapshots with a configurable delay, and compare. Detects dynamic tool additions, removals, and description modifications during a session. Critical for rug-pull detection in live sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Additional environment variables for stdio | |
| url | No | MCP server URL for HTTP/SSE transport (e.g. 'http://localhost:3000/mcp') | |
| args | No | Command arguments for stdio (e.g. ['run', 'server.js']) | |
| command | No | Server command for stdio transport (e.g. 'node', 'bun', 'npx') | |
| headers | No | Custom HTTP headers (e.g. { 'Authorization': 'Bearer token' }) | |
| delay_ms | No | Delay between snapshots in milliseconds (default: 3000) | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) |