G
Guru MCP Server
Details
- Endpoint
-
https://mcp.api.getguru.com/mcp - Transport
- streamable-http
- Docs
- https://developer.getguru.com/docs/guru-mcp-server-overview
Authentication
OAuth · resolves from well-known metadata To use Guru OAuth2 on behalf of users, first request access by emailing support@getguru.com as described in OAuth2 Clients. Once enabled, create a client via Guru's OAuth2 client maintenance flow; Guru returns a clientId and clientSecret, and you configure your redirectUris and scopes such as read:* or *:*.
In Guru, generate API credentials from the product/admin UI as described in How to Obtain Your API Credentials. For the REST API and API-token-based MCP auth, Guru uses HTTP Basic auth with an identifier plus token: either USER_EMAIL:TOKEN for a user token, or COLLECTION_ID:TOKEN for a collection token. See Guru API Overview and User Tokens vs Collection Tokens for the two token types and their permissions.