For AI apps
Hintora MCP server
Let the AI apps you use read your Hintora meetings, notes, dictionary and, if you allow it, your dictation history. Each app asks once in your browser, can only read, and stops the moment you disconnect it.
Server address
https://api.hintora.ai/mcp
Connect an app
- Claude
- Settings → Connectors → Add custom connector, and paste the server address.
- Claude Code
- claude mcp add --transport http hintora https://api.hintora.ai/mcp
- ChatGPT
- Settings → Apps & Connectors → Create, and paste the server address.
- Gemini CLI
- gemini mcp add --transport http hintora https://api.hintora.ai/mcp
- Cursor and VS Code
- Hintora → Settings → MCP → Add opens the app with Hintora ready.
- Anything else
- {"mcpServers":{"hintora":{"url":"https://api.hintora.ai/mcp"}}}
Tools
| Tool | Needs | Returns |
|---|---|---|
| search_library | Any | Finds meetings, notes, snippets and dictations by words, with excerpts. |
| list_meetings | Meetings | Meetings in a date range, with attendees. |
| get_meeting | Meetings | Summary, decisions, action items and, on request, the transcript. |
| list_notes | Notes | Scratchpad notes, most recent first. |
| get_note | Notes | The full text of a note. |
| search_dictations | Dictation history | What you dictated, by words and dates, with the app it went to. |
| get_dictionary | Dictionary and snippets | Your words, spellings and snippets. |
| whoami | None | The account, its plan and what the app may read. |
Privacy
- Read-only. No tool changes or deletes anything.
- You choose what each app reads on the consent page. Dictation history is off unless you tick it.
- Access tokens last an hour; reusing an old refresh token disconnects the app.
- Hintora → Settings → MCP lists every connected app with when it last read, and disconnects it at once.
- OAuth 2.1 with PKCE and dynamic client registration, per the MCP authorization specification.