Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Connect another MCP client

Use StackYapper's Streamable HTTP endpoint:
https://mcp.stackyapper.dev/mcp
Interactive clients should use OAuth when available. Server-side integrations and automations that cannot open a browser can use a bearer API key created by a StackYapper administrator.

API-key authentication

  1. Create a client credential
    In the StackYapper portal, open Settings → MCP clients → Create.
  2. Store the key securely
    Copy the key when it is displayed. StackYapper does not display the full value again.
  3. Configure the client
    Set the server URL to https://mcp.stackyapper.dev/mcp and provide the key as a bearer token.
Treat an MCP API key like a password. Do not put it in documentation, source control, client-side browser code, or screenshots.