{
  "name": "standin",
  "title": "Stand In",
  "description": "Turn a messy brain-dump into a reviewed Context Capsule at one shareable link. Creators file, review in Mirror, and publish over MCP. Recipients read and ask with grounded answers from approved context only.",
  "version": "1.1.0",
  "website": "https://standin.app",
  "documentation": "https://standin.app/docs/mcp-reference",
  "agentLanding": "https://standin.app/for-agents",
  "icons": [
    { "src": "https://standin.app/mcp/icon.png", "sizes": "512x512", "type": "image/png" },
    { "src": "https://standin.app/mcp/icon.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "https://standin.app/mcp/banner.svg", "sizes": "1200x630", "type": "image/svg+xml" }
  ],
  "protocol": "mcp",
  "transports": {
    "http": {
      "creator": {
        "url": "https://standin.app/api/mcp",
        "authentication": "oauth2",
        "scopes": ["tools:call"]
      },
      "respond": {
        "url": "https://standin.app/api/respond/mcp",
        "authentication": "none"
      },
      "perCapsule": {
        "urlTemplate": "https://standin.app/api/stand-in/{slug}/mcp",
        "authentication": "slug"
      }
    }
  },
  "discovery": {
    "llmsTxt": "https://standin.app/llms.txt",
    "agentSkill": "https://standin.app/.well-known/agent-skills/standin/SKILL.md",
    "oauthAuthorizationServer": "https://standin.app/.well-known/oauth-authorization-server",
    "oauthProtectedResource": "https://standin.app/.well-known/oauth-protected-resource"
  },
  "install": {
    "cursor": "https://standin.app/install/cursor.json",
    "vscode": "https://standin.app/install/vscode.json",
    "hub": "https://standin.app/install"
  },
  "tags": ["handoff", "context", "knowledge-base", "agents", "mcp", "documentation"]
}
