You don't like following instructions 😏

We build a software for you.

Hintora

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

ToolNeedsReturns
search_libraryAnyFinds meetings, notes, snippets and dictations by words, with excerpts.
list_meetingsMeetingsMeetings in a date range, with attendees.
get_meetingMeetingsSummary, decisions, action items and, on request, the transcript.
list_notesNotesScratchpad notes, most recent first.
get_noteNotesThe full text of a note.
search_dictationsDictation historyWhat you dictated, by words and dates, with the app it went to.
get_dictionaryDictionary and snippetsYour words, spellings and snippets.
whoamiNoneThe 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.