
Cosmic Correlation Engine
Give AI agents natal charts, transits, cosmic weather, and forecasts for personality-driven or entertainment products.
Overview
io.github.OdinBot33/cce-mcp-server is a MCP server for the Build phase that supplies AI agents with natal charts, transits, cosmic weather, and forecasts via stdio and Supabase.
What is this MCP server?
- Cosmic Correlation Engine (CCE) MCP server version 1.3.1 via npm osmp-style package cce-mcp-server
- stdio transport with npx runtime hint for quick local install
- Tools span natal charts, transits, cosmic weather, and forecasts for AI agents
- Requires Supabase URL and Supabase service role key environment variables
- Website odinseyeenterprises.com for product context
- Catalog version 1.3.1
- Two required environment variables: SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY
- npm identifier cce-mcp-server with stdio transport
What problem does it solve?
Personality and timing-heavy agent products need structured astro data, but bolting ephemeris math into every project is slow for a solo builder.
Who is it for?
Indie builders shipping playful, spiritual, or entertainment agents who want MCP-native astrology without building an ephemeris stack from scratch.
Skip if: Teams needing enterprise analytics, regulated health advice, or products with zero interest in astrological framing.
What do I get? / Deliverables
After you configure cce-mcp-server with Supabase, your agent can call MCP tools for charts, transits, and forecasts inside the product you are building.
- Running stdio Cosmic Correlation Engine MCP server
- Agent-callable natal, transit, cosmic weather, and forecast tool responses
- Supabase-backed data path for astro features in your app
Recommended MCP Servers
Journey fit
Build is canonical because the Cosmic Correlation Engine is tooling you embed while crafting agent behavior and APIs. Agent-tooling fits astrology MCP tools that shape how agents reason about time, mood, and narrative—not core app CRUD.
How it compares
Niche astrology agent MCP with Supabase backend, not a general calendar or weather API integration.
Common Questions / FAQ
Who is io.github.OdinBot33/cce-mcp-server for?
Developers building AI agents or apps that use natal charts, transits, or cosmic weather as structured narrative or timing inputs.
When should I use io.github.OdinBot33/cce-mcp-server?
Use it during Build when you are implementing agent-tooling or content features that need real astro computations instead of free-form LLM guesses.
How do I add io.github.OdinBot33/cce-mcp-server to my agent?
Install cce-mcp-server from npm (npx hint), set SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY, and register the stdio MCP entry in Claude Code, Cursor, or your client.