Connect your AI agent

IndieFounders runs an MCP server, so your own AI agent (Claude Desktop, Claude Code, or any MCP client) can submit products for you. Your agent reads the product page and drafts the details; the launch lands in your account as a draft that you review and publish from your drafts. Nothing goes public until you say so.

Endpoint

https://www.indiefounders.club/api/mcp

Tools

Authentication

Create a personal access token in your settings (under “Access tokens”) and copy it — it's shown only once. The token is durable: it doesn't expire until you revoke it. Send it as an X-IF-Token header.

Configure your client

Point your MCP client at the endpoint with your token in the X-IF-Token header:

{
  "mcpServers": {
    "indiefounders": {
      "type": "http",
      "url": "https://www.indiefounders.club/api/mcp",
      "headers": { "X-IF-Token": "<your-access-token>" }
    }
  }
}

Then just tell your agent: “Submit https://myproduct.com to IndieFounders.” It reads the page, drafts the fields, and creates the draft — you finish by publishing from your drafts.