browse
Discover and inspect MCP servers for a domain or URL by checking server cards, DNS TXT records, or falling back to the MCP handshake.
Instructions
Inspect a domain or server URL. Tries .well-known/mcp.json (server card) first, only falls back to MCP initialize handshake if no server card is found. For domains: also performs DNS lookup for _mcp TXT records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Direct MCP server URL to inspect (e.g., 'https://mcp.example.com') | |
| domain | No | Domain to browse (e.g., 'example.com') — runs parallel server card + MCP handshake |