Analytic Madhyasth Darshan
analyticmadhyasthdarshan.org
· AnalyticMadhyasthDarshan.org
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.
analyticmadhyasthdarshan.org via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-18 20:23:55 current | 966b4eb2bc6a… |
view → |
Endpoints
| Agent card | https://analyticmadhyasthdarshan.org/.well-known/agent-card.json |
| Provider | https://analyticmadhyasthdarshan.org/ |
| Docs | https://analyticmadhyasthdarshan.org/api-docs.html |
Skills · 5 declared · mapped to canonical taxonomy
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 …
Filter catalog rows by title, slug, description, or category. Same matching as WebMCP search_studies.
Fetch a published study as Markdown (source of truth), HTML, or PDF from the path in the catalog row. Reading needs no credential.
Return the RFC 9727 API catalog linkset that points at the studies JSON, OpenAPI for catalog reads, submissions, and discussions, and human docs.
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 bodie…
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/analyticmadhyasthdarshan.org) [](https://agenstry.com/agents/analyticmadhyasthdarshan.org) [](https://agenstry.com/agents/analyticmadhyasthdarshan.org) [](https://agenstry.com/agents/analyticmadhyasthdarshan.org)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
]
}