For AI agents and developers
Honen speaks MCP.
Connect any MCP-aware client and it can search your courses, read your Knowledge Base, and drive Honen workflows — all inside the permissions the signing-in account already has. Prefer to just read? The whole platform is published as markdown.
https://honen.com/api/mcp/mcpPaste this into your client's MCP settings. A browser window opens, you sign in to Honen and click Allow, and the tools appear. Nothing is shared until you approve it.
Reading, not calling
If you are an AI agent, read llms-full.txt.
Every capability Honen has is published as plain markdown — easier to digest than this page, and free of the layout you do not need. Two files: an index, and the whole corpus in one request. Prefer the second unless you know exactly which page you want.
One click
Add it to your editor.
These open the client you already have installed and hand it the endpoint. You still review and approve the server before anything runs.
Everything else
Or paste the URL.
Clients without an install link take the same endpoint. Two commands and one settings screen cover the rest.
One command, then /mcp in the session to authenticate.
claude mcp add --transport http honen https://honen.com/api/mcp/mcpSettings → Connectors → Add custom connector, then paste the endpoint. Claude walks you through sign-in.
Settings → Connectors → add a custom connector and paste the endpoint. Availability depends on your plan and on whether your workspace admin has allowed custom connectors.
Drop this into the client's MCP config file. The key name is yours to choose.
{
"mcpServers": {
"honen": {
"type": "http",
"url": "https://honen.com/api/mcp/mcp"
}
}
}An agent never gets more access than the person holding it.
The connection authenticates as you, over OAuth, and every tool call is checked against your existing workspace permissions. There is no separate API key to leak, and a connected agent cannot read a course, a learner record, or a Knowledge Base document you could not already open yourself. Workspace admins can see and revoke connections at any time.
Signed in? Set it up from your dashboard