{
  "markdown": "# BDA MCP — Jyotish, Panchang & Sanatan Dharma tools for AI agents\n\nRemote [Model Context Protocol](https://modelcontextprotocol.io) server by [Bharat Dharma Academy](https://www.bda.ai), an Australian registered charity preserving Sanatan Dharma knowledge (ABN 54 683 667 656).\n\n**Endpoint:** `https://jyotish-api.bda.ai/mcp` (JSON-RPC 2.0 over HTTPS — no install, no API key for the evaluation tier)\n\nThe server exposes **15 public, read-only tools** backed by the same deterministic engines that power [bda.ai](https://www.bda.ai): Swiss-Ephemeris Panchang computation, festival calendars, muhurat windows, Jyotish concept explanations, and a source-grounded Sanatan knowledge corpus with citations and provenance metadata.\n\n## Quick start\n\nAny MCP client that supports remote HTTP servers:\n\n```json\n{\n  \"mcpServers\": {\n    \"bda-jyotish\": {\n      \"type\": \"http\",\n      \"url\": \"https://jyotish-api.bda.ai/mcp\"\n    }\n  }\n}\n```\n\nClaude Code:\n\n```bash\nclaude mcp add --transport http bda-jyotish https://jyotish-api.bda.ai/mcp\n```\n\nRaw JSON-RPC:\n\n```bash\ncurl -X POST https://jyotish-api.bda.ai/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'\n```\n\n## Tools\n\n| Tool | What it returns |\n|---|---|\n| `get_today_panchang` | Daily Panchang (tithi, nakshatra, yoga, karana, sunrise/sunset) for a city/date |\n| `get_panchang_by_date_city` | Panchang JSON for any date + location |\n| `get_festival_calendar` | Hindu festival feed / calendar export |\n| `get_udaya_lagna` | Ascendant-sign windows from local sunrise |\n| `get_tithi_info` | Tithi context via public Panchang evidence endpoints |\n| `get_tithi_calendar` | Annual start/end spans for one tithi in a location |\n| `get_nakshatra_info` | Nakshatra context by date/location |\n| `get_kundali_explanation` | Public Jyotish concept explanations |\n| `search_sanatan_encyclopedia` | Canonical public Sanatan Encyclopedia pages |\n| `get_mantra_meaning` | Reviewed-source discovery guidance for mantra meanings |\n| `get_jyotish_glossary_term` | Jyotish glossary / concept metadata |\n| `get_public_bda_feature_summary` | BDA service and API discovery metadata |\n| `list_public_sitemap_urls` | Paged public URL catalog from BDA sitemaps |\n| `get_public_page_metadata` | Safe metadata for a single allowlisted public URL |\n| `list_public_api_endpoints` | Public evaluation endpoints from the filtered OpenAPI contract |\n\nLive machine-readable catalog: [`/mcp/tools.json`](https://jyotish-api.bda.ai/mcp/tools.json)\n\n## Discovery & documentation\n\n- MCP documentation page: <https://jyotish-api.bda.ai/docs/mcp>\n- Full public REST API docs (OpenAPI): <https://jyotish-api.bda.ai/api-docs>\n- A2A agent card: <https://jyotish-api.bda.ai/.well-known/agent-card.json>\n- `llms.txt`: <https://jyotish-api.bda.ai/llms.txt>\n\n## Notes\n\n- **Read-only and public.** Authenticated user tools (personal Kundali, dashboards, saved reports) are intentionally not exposed here.\n- **Free evaluation tier** with fair-use rate limits (`Retry-After` on 429). Commercial access: [info@bda.ai](mailto:info@bda.ai).\n- Responses carry **citations, provenance and trust-tier metadata** — keep them intact and visible to downstream users.\n- Jyotish content is spiritual/cultural guidance, not medical, legal or financial advice.\n\n## License\n\nThe documentation in this repository is MIT-licensed. The hosted API itself is governed by the usage terms at [jyotish-api.bda.ai/api-docs](https://jyotish-api.bda.ai/api-docs#usage-rules).\n",
  "bytes": 3493,
  "sha": "abc60a60f5e8d99732d603c4f659ac362a50e45d315ac9a55259b1c90ab3f3ec",
  "repo_slug": "bharatdharmaacademy/bda-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bharatdharmaacademy_bda_mcp_3b5e9bd0/readme"
}