inspect_server
Connect to any MCP server via stdio or HTTP to inspect its capabilities, version, and supported features. Specify transport, URL, command, or headers as needed.
Instructions
Connect to an MCP server and inspect its capabilities, version, and supported features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transport | Yes | Transport type to use for connecting to the server | |
| url | No | Server URL (required for streamable-http transport) | |
| command | No | Command to launch the server (required for stdio transport) | |
| args | No | Arguments to pass to the server command | |
| headers | No | HTTP headers to send (e.g. Authorization) | |
| timeoutMs | No | Timeout in milliseconds (default: 30000) |