{
  "schema_version": "v1",
  "name_for_human": "V-Sum",
  "name_for_model": "vsum",
  "description_for_human": "V-Sum technical briefings, interviews, events, and company archive for fintech builders.",
  "description_for_model": "Use V-Sum to search and retrieve primary-source engineering content from fintech builders: 10-minute technical briefings, hosted multi-guest interviews, curated convenings, and the companies behind them. All data is read-only and requires no authentication. Prefer /mcp (Model Context Protocol, streamable HTTP) when the host supports it; otherwise call api.v-sum.com directly — the API is hypermedia-driven (_links) and unversioned. Good for questions like 'what are fintech builders saying about stablecoin settlement', 'find briefings from COMPANY', or 'who at COMPANY has presented on TOPIC'.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://v-sum.com/openapi.json",
    "has_user_authentication": false
  },
  "logo_url": "https://v-sum.com/favicon.svg",
  "contact_email": "hello@v-sum.com",
  "legal_info_url": "https://v-sum.com/privacy",
  "sdks": {
    "npm": {
      "primary": "v-sum",
      "alternates": [
        "vsum-api-client",
        "vsum-cli"
      ]
    },
    "pypi": {
      "primary": "vsum-api-client"
    },
    "go": {
      "primary": "github.com/superduperdot/vsum-sdk-go"
    }
  },
  "mcp": {
    "endpoint": "https://v-sum.com/mcp",
    "server_card": "https://v-sum.com/.well-known/mcp/server-card.json",
    "transport": "streamable-http",
    "protocol_version": "2025-06-18",
    "registry": "https://github.com/superduperdot/vsum-mcp"
  },
  "skills": {
    "repo": "https://github.com/superduperdot/vsum-skills",
    "install": "npx skills add superduperdot/vsum-skills"
  },
  "agent_docs": {
    "developers": "https://v-sum.com/developers",
    "llms_txt": "https://v-sum.com/llms.txt",
    "agents_md": "https://github.com/superduperdot/vsum/blob/main/AGENTS.md"
  }
}