Serversio.github.OdinBot33/cce-mcp-server
S

Cosmic Correlation Engine

io.github.OdinBot33/cce-mcp-server · v1.3.1
▦ npm
v1.3.1npm npm: cce-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.OdinBot33/cce-mcp-server",
  "description": "AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.",
  "title": "Cosmic Correlation Engine",
  "repository": {
    "url": "https://github.com/OdinBot33/cce-mcp-server",
    "source": "github"
  },
  "version": "1.3.1",
  "websiteUrl": "https://odinseyeenterprises.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cce-mcp-server",
      "version": "1.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Supabase project URL for the CCE database",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Supabase service role key for database access",
          "name": "SUPABASE_SERVICE_ROLE_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}