Back to Browse

Bda MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Jyotish, Panchang, Hindu festival and Sanatan Dharma knowledge tools with citations.

About

Jyotish, Panchang, Hindu festival and Sanatan Dharma knowledge tools with citations.

Remote endpoints: streamable-http: https://jyotish-api.bda.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

15 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-bharatdharmaacademy-bda-mcp": {
      "url": "https://jyotish-api.bda.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

BDA MCP — Jyotish, Panchang & Sanatan Dharma tools for AI agents

Remote Model Context Protocol server by Bharat Dharma Academy, an Australian registered charity preserving Sanatan Dharma knowledge (ABN 54 683 667 656).

Endpoint: https://jyotish-api.bda.ai/mcp (JSON-RPC 2.0 over HTTPS — no install, no API key for the evaluation tier)

The server exposes 15 public, read-only tools backed by the same deterministic engines that power 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.

Quick start

Any MCP client that supports remote HTTP servers:

{
  "mcpServers": {
    "bda-jyotish": {
      "type": "http",
      "url": "https://jyotish-api.bda.ai/mcp"
    }
  }
}

Claude Code:

claude mcp add --transport http bda-jyotish https://jyotish-api.bda.ai/mcp

Raw JSON-RPC:

curl -X POST https://jyotish-api.bda.ai/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Tools

ToolWhat it returns
get_today_panchangDaily Panchang (tithi, nakshatra, yoga, karana, sunrise/sunset) for a city/date
get_panchang_by_date_cityPanchang JSON for any date + location
get_festival_calendarHindu festival feed / calendar export
get_udaya_lagnaAscendant-sign windows from local sunrise
get_tithi_infoTithi context via public Panchang evidence endpoints
get_tithi_calendarAnnual start/end spans for one tithi in a location
get_nakshatra_infoNakshatra context by date/location
get_kundali_explanationPublic Jyotish concept explanations
search_sanatan_encyclopediaCanonical public Sanatan Encyclopedia pages
get_mantra_meaningReviewed-source discovery guidance for mantra meanings
get_jyotish_glossary_termJyotish glossary / concept metadata
get_public_bda_feature_summaryBDA service and API discovery metadata
list_public_sitemap_urlsPaged public URL catalog from BDA sitemaps
get_public_page_metadataSafe metadata for a single allowlisted public URL
list_public_api_endpointsPublic evaluation endpoints from the filtered OpenAPI contract

Live machine-readable catalog: /mcp/tools.json

Discovery & documentation

Notes

  • Read-only and public. Authenticated user tools (personal Kundali, dashboards, saved reports) are intentionally not exposed here.
  • Free evaluation tier with fair-use rate limits (Retry-After on 429). Commercial access: info@bda.ai.
  • Responses carry citations, provenance and trust-tier metadata — keep them intact and visible to downstream users.
  • Jyotish content is spiritual/cultural guidance, not medical, legal or financial advice.

License

The documentation in this repository is MIT-licensed. The hosted API itself is governed by the usage terms at jyotish-api.bda.ai/api-docs.

Reviews

No reviews yet

Be the first to review this server!