Skip to main content
An AI assistant writes much better code when it can read the real docs. There are three ways to give it them.

1. Copy a page

Every page has a menu at the top right. Choose Copy page to copy it as Markdown, or Open in ChatGPT or Open in Claude to start a chat with the page loaded.

2. Give it the whole API: llms.txt

These two files hold the docs as plain text, ready for an AI to read: Paste the address into a chat, or save the file and attach it. For example:

3. Connect it as an MCP server

These docs are also an MCP server. An assistant that supports MCP can search them as it works, so it always has the current version.
MCP server address
  • Claude Code: claude mcp add --transport http scoutworks-docs https://developers.scoutworks.app/mcp
  • Cursor or VS Code: open the page menu and choose Connect to Cursor or Connect to VS Code.
  • Claude.ai or ChatGPT: add the address as a custom connector in settings.
This server searches the documentation. It cannot read your group’s data.
Never paste your own API key into an AI chat. The key reads real children’s data. Use the sandbox key while you build, and put your real key into the finished tool yourself.