Skip to content
Back to Analytic Madhyasth Darshan

Card snapshot

analyticmadhyasthdarshan.org · 2026-08-18 20:23:55 UTC · 966b4eb2bc6a50a999c5aeea799e091b1683f058b05bc855d88a43783abde5ff

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Analytic Madhyasth Darshan",
  "description": "Public catalog of analytic studies of Madhyasth Darshan (Co-existentialism). Agents can list and read papers as JSON, HTML, Markdown, and PDF. Write APIs are for humans; see /auth.md.",
  "version": "1.2.0",
  "documentationUrl": "https://analyticmadhyasthdarshan.org/api-docs.html",
  "iconUrl": "https://analyticmadhyasthdarshan.org/Assets/Icons/akhand-samaj-favicon.svg",
  "provider": {
    "organization": "AnalyticMadhyasthDarshan.org",
    "url": "https://analyticmadhyasthdarshan.org/"
  },
  "supportedInterfaces": [
    {
      "url": "https://analyticmadhyasthdarshan.org/.well-known/api-catalog",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://analyticmadhyasthdarshan.org/Studies/catalog-all.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://analyticmadhyasthdarshan.org/Studies/catalog-topical.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://analyticmadhyasthdarshan.org/Studies/catalog-formal.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://analyticmadhyasthdarshan.org/Studies/catalog-applied.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://analyticmadhyasthdarshan.org/api/studies",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://analyticmadhyasthdarshan.org/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "2025-06-18"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/html",
    "text/markdown",
    "application/pdf"
  ],
  "skills": [
    {
      "id": "list-studies",
      "name": "List studies",
      "description": "Return the public topical, formal, and applied study catalogs as JSON arrays, or the unified catalog-all.json with a collection tag on each row. Each published row includes slug, title, status, and html/pdf/md paths.",
      "tags": [
        "catalog",
        "studies",
        "discovery"
      ],
      "examples": [
        "List released topical studies.",
        "GET https://analyticmadhyasthdarshan.org/Studies/catalog-all.json"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "search-studies",
      "name": "Search studies",
      "description": "Filter catalog rows by title, slug, description, or category. Same matching as WebMCP search_studies.",
      "tags": [
        "catalog",
        "search",
        "studies"
      ],
      "examples": [
        "Find studies about jeevan.",
        "GET https://analyticmadhyasthdarshan.org/api/studies?q=jeevan"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "read-study",
      "name": "Read a study",
      "description": "Fetch a published study as Markdown (source of truth), HTML, or PDF from the path in the catalog row. Reading needs no credential.",
      "tags": [
        "studies",
        "read"
      ],
      "examples": [
        "Read The Ontology of Coexistence.",
        "GET https://analyticmadhyasthdarshan.org/Studies/The-Ontology-of-Coexistence/The-Ontology-of-Coexistence.md"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "text/html",
        "application/pdf"
      ]
    },
    {
      "id": "discover-apis",
      "name": "Discover site APIs",
      "description": "Return the RFC 9727 API catalog linkset that points at the studies JSON, OpenAPI for catalog reads, submissions, and discussions, and human docs.",
      "tags": [
        "discovery",
        "openapi",
        "rfc9727"
      ],
      "examples": [
        "Where is the studies OpenAPI?",
        "GET https://analyticmadhyasthdarshan.org/.well-known/api-catalog"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/linkset+json",
        "application/json"
      ]
    },
    {
      "id": "mcp-catalog",
      "name": "MCP catalog tools",
      "description": "Call read-only MCP Streamable HTTP at POST /mcp: search_studies, list_studies, get_study, get_study_outline, get_glossary, get_start_here, get_cite. Paper bodies are the studies://study/{slug} resource, not tool JSON.",
      "tags": [
        "mcp",
        "catalog",
        "studies"
      ],
      "examples": [
        "Search studies about jeevan over MCP.",
        "POST https://analyticmadhyasthdarshan.org/mcp"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}