← Registry

Content Tools

bda.ai

Provides public Panchang (Hindu calendar) data, festival calendars, and tithi information based on date and city.

1 endpoint15 known toolsFirst detected August 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://jyotish-api.bda.ai/mcp

No auth detected

MCP server metadata

Name
BDA Public MCP
Version
0.1.0
Capabilities
toolsresources
Server instructions

Use only public read-only tools. Private user/profile/dashboard tools require authenticated BDA service contracts.

Known tools 15

get_today_panchang

Return public daily Panchang data for a city/date context.

Inferred read-only
get_panchang_by_date_city

Return public Panchang JSON for a supplied date and city/location.

Inferred read-only
get_festival_calendar

Return public festival feed or calendar export.

Inferred read-only
get_udaya_lagna

Return certified public ascendant-sign windows from local sunrise to the next local sunrise.

Inferred read-only
get_tithi_info

Use the public Panchang utility/evidence endpoints for tithi context.

Inferred read-only
get_tithi_calendar

Return deterministic annual start/end spans for one Tithi in the requested location timezone.

Inferred read-only
get_nakshatra_info

Use public Panchang endpoints for nakshatra context by date/location.

Inferred read-only
get_kundali_explanation

Return public Jyotish concept explanations without generating private user Kundali data.

Inferred read-only
search_sanatan_encyclopedia

Use canonical public Sanatan Encyclopedia pages and future search contracts.

Inferred read-only
get_mantra_meaning

Return public reviewed-source discovery guidance for mantra meanings.

Inferred read-only
get_jyotish_glossary_term

Return public Jyotish glossary/concept explanation metadata.

Inferred read-only
get_public_bda_feature_summary

Return public BDA service and API discovery metadata.

Inferred read-only
list_public_sitemap_urls

Return a paged public URL catalog from BDA sitemaps so agents can discover the full public site without crawling private surfaces.

Inferred read-only
get_public_page_metadata

Fetch safe public BDA page metadata for a single allowlisted public URL without returning page body content.

Inferred read-only
list_public_api_endpoints

List 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-only

CONNECT 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.

Trust status Trusted

bda.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.