/mcp over streamable HTTP.
1. Choose your base URL
- Local development:
http://localhost:5044 - Production example:
https://mcp.grunt.io
2. Understand auth behavior
| Environment | /mcp auth requirement |
|---|---|
Development | No auth required |
| Non-development | Bearer token required |
3. Discover OAuth metadata
The server exposes:resource(configured client/resource ID)authorization_servers- supported scopes
4. Verify connectivity with tools/list
Include both
application/json and text/event-stream in the Accept header when calling the MCP endpoint directly.