{
  "markdown": "![Mind the Product MCP — 3,500+ articles. One smarter agent.](assets/hero.jpg)\n\n# Mind the Product MCP\n\nConnect any MCP client to 15 years of product management writing, conference talks and\npodcasts from [Mind the Product](https://www.mindtheproduct.com) — plus live events and\nthe product job board.\n\n```\nhttps://www.mindtheproduct.com/api/mcp/\n```\n\nRead-only. Free. Sign in with a Mind the Product account when your client prompts you.\n\n---\n\n## Install\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http mind-the-product https://www.mindtheproduct.com/api/mcp/\n```\n\n**Claude / ChatGPT** — Settings → Connectors → Add custom connector, paste the URL above.\n\n**Cursor / VS Code**\n\n```bash\ncode --add-mcp '{\"name\":\"mind-the-product\",\"type\":\"http\",\"url\":\"https://www.mindtheproduct.com/api/mcp/\"}'\n```\n\n**Codex** — in `~/.codex/config.toml`:\n\n```toml\n[mcp_servers.mind_the_product]\nurl = \"https://www.mindtheproduct.com/api/mcp/\"\n```\n\n**Anything else**\n\n```json\n{\n  \"mcpServers\": {\n    \"mind-the-product\": {\n      \"url\": \"https://www.mindtheproduct.com/api/mcp/\"\n    }\n  }\n}\n```\n\nThere is a one-click install for most clients at\n[mindtheproduct.com/mcp](https://www.mindtheproduct.com/mcp).\n\n---\n\n## What you can ask\n\n> What frameworks work best for B2B product discovery?\n\n> Summarise the latest Mind the Product thinking on AI product management.\n\n> What else should I read about outcome-driven roadmaps?\n\n> Are there any ProductTank meetups near me this month?\n\n> Show me remote senior PM roles on the job board.\n\nNo commands to learn — your client picks the right tool.\n\n---\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `search_mtp_content` | Hybrid semantic + keyword search across 1,500+ articles, talks and guides |\n| `get_article` | Full text of one article, with authors, date and categories |\n| `list_recent` | Recently published articles, optionally filtered by topic |\n| `get_related` | Vector-similarity reading lists — what to read next |\n| `search_events` | MTP conferences, workshops and ProductTank meetups worldwide |\n| `search_jobs` | Live listings from the Mind the Product job board |\n\nAll six are read-only and annotated as such.\n\n## Resources\n\nArticles are exposed as MCP resources, so full text is one `resources/read` away —\nno second tool call, no guessing slugs.\n\n```\nmtp://article/{slug}\n```\n\nEvery search result carries a `resource_link` pointing at one of these. The four content\ntools also return `structuredContent` matching their `outputSchema`, so you can parse\nresults rather than scraping markdown.\n\n---\n\n## Signing in\n\nYour client handles it. The first time you use the MCP it'll open a browser and ask you\nto sign in with your Mind the Product account — free to create — and that's it.\n\nThere's no API key to manage. Access is read-only and tied to you personally, so\nnothing you connect can post, comment, or change anything in your account.\n\n## Things to build with it\n\nCopy-paste projects. No code, no setup — connect the MCP, paste the prompt, go.\n\n| | What it is |\n| --- | --- |\n| 🎲 [PM Trivia Night](examples/pm-trivia) | A quiz game where every answer cites a real article |\n| 🕵️ [Two Truths and a Lie](examples/two-truths-and-a-lie) | Spot the invented product claim |\n| 🧭 [Your First 90 Days](examples/first-90-days) | Choose-your-own-adventure for new product leaders |\n| 🔥 [Roadmap Roast](examples/roadmap-roast) | Paste your roadmap, get it pulled apart with receipts |\n| 🃏 [Flashcard Factory](examples/flashcard-factory) | Has your AI build you a real flashcards app |\n| 📍 [ProductTank Radar](examples/producttank-radar) | Finds the product community near you |\n\n**Made something?** Open a PR and add it — a folder, a README, the prompt you used.\nWe'd like this to be where people find out what's possible.\n\n## For developers\n\nProtocol revision `2026-07-28`, Streamable HTTP transport. Full reference —\ntool schemas, the OAuth flow, resources, errors, rate limits — is at\n[mindtheproduct.com/mcp/docs](https://www.mindtheproduct.com/mcp/docs).\n\nRaw protocol examples live in [`dev/`](dev): a shell walkthrough of the whole flow,\nand a dependency-free Node client. The registry manifest is\n[`server.json`](server.json).\n\n## Licence\n\nCode in this repo is MIT. Mind the Product content served through the API remains\n© Mind the Product and is provided for use within AI assistants, not for redistribution.\n",
  "bytes": 4372,
  "sha": "14aef966e6cd4ed3b1625ee0770932a864aaebc5000f7c80c590936e9dbcf2db",
  "repo_slug": "mindtheproduct/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_mindtheproduct_knowledge_20944e6f/readme"
}