If you use an AI coding agent, you can give it live access to the Discovr documentation — SDK method signatures, session rules, authentication flows, and code examples — without copy-pasting anything. Two things to set up:Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
- The Discovr skill — tells your agent what Discovr can do and how to use it.
- The Discovr MCP server — gives your agent search access to the full documentation in real time.
Add the Discovr skill
The skill teaches your agent Discovr’s capabilities — authentication flows, the session model, SDK method patterns, and common integration tasks.Add the Discovr skill to your coding agent.
Connect the MCP server
The MCP server lets your agent search and read the full documentation on demand — API reference, SDK reference, and guides.- Claude Code
- Cursor
- VS Code
What your agent can do
Once connected, your agent can:- Look up any SDK method signature —
createPage(),selectProfile(),scrobble(), and more - Find the right guide for what you’re building
- Check authentication flows, error codes, and token lifecycles
- Search across API reference, SDK reference, and guides in one step
Next: Authentication — implement your sign-in flow