Skip to main content

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.

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:
  • 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.
They work together: the skill teaches your agent Discovr’s auth model, session flow, and API shape; the MCP server lets it search the live docs while you’re coding.

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.

CursorOpen in Cursor
This works with any agent that supports the skills spec, including Claude Code, Cursor, and Windsurf.

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 mcp add --transport http discovr https://docs.discovr.media/mcp

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
Some AI tools like Claude support both MCP and skills together. MCP gives your agent access to the documentation content; the skill tells it how to use that content effectively. Connect both for the best results.

Next: Authentication — implement your sign-in flow