{
  "markdown": "# AI Developer Toolkit MCP\n\nThe documentation, as a tool your agent can call.\n\nYour agent already guesses at Cursor flags, Claude Code hooks and Codex config. Point it here instead and it reads the guide — mid-prompt, without you leaving the editor. A public, **read-only** MCP endpoint over **950+ guides** on AI-assisted development, in EN and PL, from [developertoolkit.ai](https://developertoolkit.ai). No account, no API key.\n\n## Connect\n\nA remote HTTP server — nothing to install, nothing to keep running.\n\n```bash\nclaude mcp add --transport http dtk https://developertoolkit.ai/mcp\n```\n\nCursor (`.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"dtk\": {\n      \"type\": \"http\",\n      \"url\": \"https://developertoolkit.ai/mcp\"\n    }\n  }\n}\n```\n\nCodex (`~/.codex/config.toml`):\n\n```toml\n[mcp_servers.dtk]\nurl = \"https://developertoolkit.ai/mcp\"\n```\n\nAny MCP client that speaks Streamable HTTP works — including ChatGPT connectors, where you paste the endpoint URL directly.\n\n## Tools\n\n| Tool | In | Out |\n|---|---|---|\n| `search` | `{ query }` | `{ results: [{ id, title, url, snippet, lang }] }` — ranked across both languages; a Polish query returns Polish articles. |\n| `fetch` | `{ id }` | `{ id, title, text, url, metadata }` — the complete article as markdown, not an extract. |\n\nCorpus: every guide on developertoolkit.ai — Cursor, Claude Code and OpenAI Codex, from first setup through hooks, MCP, testing, CI and deployment — rebuilt on each deploy. Both tools are read-only.\n\nInfo: https://developertoolkit.ai/en/mcp/ · Contact: contact@wondel.ai · [Wondel.ai](https://wondel.ai) — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.\n",
  "bytes": 1690,
  "sha": "4307d82f87257699dac01e4775a2a0616c04d2318c39593e9ae0b4d34998dcc7",
  "repo_slug": "mjaskolski/developer-toolkit-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mjaskolski_developer_toolkit_m_e1827bc5/readme"
}