Content Tools
bda.ai
Provides public Panchang (Hindu calendar) data, festival calendars, and tithi information based on date and city.
ENDPOINT 1
https://jyotish-api.bda.ai/mcp
MCP server metadata
- Name
- BDA Public MCP
- Version
- 0.1.0
Use only public read-only tools. Private user/profile/dashboard tools require authenticated BDA service contracts.
Known tools 15
get_panchang_by_date_cityReturn public Panchang JSON for a supplied date and city/location.
Inferred read-onlyget_udaya_lagnaReturn certified public ascendant-sign windows from local sunrise to the next local sunrise.
Inferred read-onlyget_tithi_infoUse the public Panchang utility/evidence endpoints for tithi context.
Inferred read-onlyget_tithi_calendarReturn deterministic annual start/end spans for one Tithi in the requested location timezone.
Inferred read-onlyget_nakshatra_infoUse public Panchang endpoints for nakshatra context by date/location.
Inferred read-onlyget_kundali_explanationReturn public Jyotish concept explanations without generating private user Kundali data.
Inferred read-onlysearch_sanatan_encyclopediaUse canonical public Sanatan Encyclopedia pages and future search contracts.
Inferred read-onlyget_mantra_meaningReturn public reviewed-source discovery guidance for mantra meanings.
Inferred read-onlyget_jyotish_glossary_termReturn public Jyotish glossary/concept explanation metadata.
Inferred read-onlyget_public_bda_feature_summaryReturn public BDA service and API discovery metadata.
Inferred read-onlylist_public_sitemap_urlsReturn a paged public URL catalog from BDA sitemaps so agents can discover the full public site without crawling private surfaces.
Inferred read-onlyget_public_page_metadataFetch safe public BDA page metadata for a single allowlisted public URL without returning page body content.
Inferred read-onlylist_public_api_endpointsList public evaluation endpoints from the filtered public OpenAPI contract, excluding identity, donation, memory, client-log, external-database, alerting, rendered-page, and internal routes.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bda-public-mcp]
url = "https://jyotish-api.bda.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bda-public-mcp": {
"type": "http",
"url": "https://jyotish-api.bda.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bda-public-mcp
Remote MCP URL: https://jyotish-api.bda.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bda-public-mcp": {
"url": "https://jyotish-api.bda.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bda-public-mcp": {
"type": "http",
"url": "https://jyotish-api.bda.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bda-public-mcp",
"transport": "streamable-http",
"url": "https://jyotish-api.bda.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bda.ai was fetched 2026-08-23T21:44:57.472Z.
bda.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.