What is the Divine API - Indian / Vedic Astrology MCP server?
Official Divine API MCP for Indian/Vedic Astrology: Panchang, Kundli, Dasha, KP, Lal Kitab.
How to install Divine API - Indian / Vedic Astrology
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-Divine-Api-KeyrequiredsecretYour Divine API key. Get it at https://divineapi.com/api-keys
X-Divine-Auth-TokenrequiredsecretYour Divine API auth (bearer) token. Get it at https://divineapi.com/api-keys
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"indian": {
"url": "https://mcp.divineapi.com/indian/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"indian": {
"serverUrl": "https://mcp.divineapi.com/indian/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"indian": {
"type": "http",
"url": "https://mcp.divineapi.com/indian/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"indian": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.divineapi.com/indian/mcp"
]
}
}
}Claude Code
claude mcp add --transport http indian https://mcp.divineapi.com/indian/mcpRelated MCP servers
Official Divine API MCP for Horoscope, Tarot, Numerology, and PDF Reports.
Official Divine API MCP for Western Astrology: Natal, Synastry, Transit, Composite, Progressions.