N
NoteItHub MCP Server
Details
- Endpoint
-
https://noteithub.com/api/mcp - Transport
- sse
- Docs
- https://noteithub.com/
Authentication
OAuth · resolves from well-known metadata Register an OAuth client against NoteitHub's dynamic registration endpoint at `/api/oauth/register`. The OAuth metadata at authorization server metadata indicates dynamic client registration is supported and that the token endpoint supports token_endpoint_auth_methods_supported: ["none"], so clients use the authorization code flow with PKCE (S256). Request scopes such as journals:read, journals:write, and todos:write, then send the resulting bearer access token to protected surfaces.