← bda.ai

INDIVIDUAL MCP TOOL

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.

bda.ainone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_public_sitemap_urls and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

bda.ai

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.

Related tools

  • get_today_panchang — Return public daily Panchang data for a city/date context.
  • get_panchang_by_date_city — Return public Panchang JSON for a supplied date and city/location.
  • get_festival_calendar — Return public festival feed or calendar export.
  • get_udaya_lagna — Return certified public ascendant-sign windows from local sunrise to the next local sunrise.
  • get_tithi_info — Use the public Panchang utility/evidence endpoints for tithi context.
  • get_tithi_calendar — Return deterministic annual start/end spans for one Tithi in the requested location timezone.
  • get_nakshatra_info — Use public Panchang endpoints for nakshatra context by date/location.
  • get_kundali_explanation — Return public Jyotish concept explanations without generating private user Kundali data.