PluginBench
MCP Server

Divine API - Horoscope, Tarot & Numerology MCP Server

com.divineapi/horoscope

What is the Divine API - Horoscope, Tarot & Numerology MCP server?

Official Divine API MCP for Horoscope, Tarot, Numerology, and PDF Reports.

How to install Divine API - Horoscope, Tarot & Numerology

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-Divine-Api-Key
    required
    secret

    Your Divine API key. Get it at https://divineapi.com/api-keys

  • X-Divine-Auth-Token
    required
    secret

    Your Divine API auth (bearer) token. Get it at https://divineapi.com/api-keys

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "horoscope": {
      "url": "https://mcp.divineapi.com/horoscope/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "horoscope": {
      "serverUrl": "https://mcp.divineapi.com/horoscope/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "horoscope": {
      "type": "http",
      "url": "https://mcp.divineapi.com/horoscope/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "horoscope": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.divineapi.com/horoscope/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http horoscope https://mcp.divineapi.com/horoscope/mcp

Related MCP servers

Official Divine API MCP for Indian/Vedic Astrology: Panchang, Kundli, Dasha, KP, Lal Kitab.

Official Divine API MCP for Western Astrology: Natal, Synastry, Transit, Composite, Progressions.