noteithub.com
NoteItHub is a web service that turns ChatGPT conversations into structured to-do lists, journals, and reminders. It helps users save, organize, and continue AI-generated plans and notes over time.
NoteItHub exposes an OAuth-protected MCP server at `https://noteithub.com/api/mcp`; no separate public HTTP/GraphQL API or CLI documentation was found.
- NoteItHub MCP Serverdiscovered
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.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://noteithub.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing