rt_check_resource_exposure
Enumerate exposed MCP resources and prompts, flagging broad URI patterns, sensitive paths, and social engineering risks.
Instructions
Enumerate all MCP resources and prompts exposed by the server. Flag resources with broad URI patterns (file://, https://), resources exposing sensitive paths, and prompts that could be used for social engineering.
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) |