AI resources
AI resources
Use FounderHQ documentation with AI agents.
You probably build with Claude Code, Cursor, Lovable, or Bolt. These docs are built for that. Every page is available as clean Markdown, the whole site fits in one file, and there is an MCP server your agent can search directly.
Pick one
| You want | Use |
|---|---|
| Your agent to search these docs live, inside your editor | MCP server |
| To paste one page into a chat | Add .md to the page URL. See llms.txt and markdown routes. |
| To give an agent a map of the whole site | /docs/llms.txt |
| To give an agent every page at once | /docs/llms-full.txt |
The fastest setup
Connect the MCP server to Claude Code:
claude mcp add --transport http founderhq-docs https://www.getfounderhq.com/docs/mcpYour agent can now search and read these docs while it writes your integration. Full instructions, and configuration for other clients, are on the MCP server page.
Why this matters for your integration
An agent that guesses at an SDK writes code that almost works. An agent that reads the real page gets your key names, your event names, and your option names right the first time. The pages below cost you one setup step and save you a debugging session.