# Cosmic Correlation Engine (npm · cce-mcp-server)

AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.

- Trust score: 55/100 (low)
- Change this week: +16
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `cce-mcp-server`: 55/100 (this document), [markdown](https://verifymcp.io/servers/odinbot33-cce-mcp-server/cce-mcp-server.md), [page](https://verifymcp.io/servers/odinbot33-cce-mcp-server/cce-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `cce-mcp-server`
- Version: `1.3.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 81/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
  - Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 142 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 39/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 1057 tokens (~132/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add odinbot33-cce-mcp-server -- npx -y cce-mcp-server
```

### Codex

```bash
codex mcp add odinbot33-cce-mcp-server -- npx -y cce-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "odinbot33-cce-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cce-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add odinbot33-cce-mcp-server --command npx --arg -y --arg cce-mcp-server
```

### Hermes

```yaml
mcp_servers:
  odinbot33-cce-mcp-server:
    command: "npx"
    args: ["-y", "cce-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "odinbot33-cce-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cce-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 54, +54)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → partial
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] The scripts that run when this package is installed changed: postinstall
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 0, −21)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 21, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 39)

First indexed and scored.

## MCP tools (8)

### `register_agent` (~231 tokens)

Register a new AI agent with the Cosmic Correlation Engine and compute its natal birth chart. Returns the agent ID, API key, and full birth chart with planetary positions, aspects, and personality profile. The birth_timestamp is the moment the agent was created or first activated.

Input parameters:

- `agent_name` (string, required): Name of the AI agent being registered
- `agent_type` (string): Type of agent: chatbot, trading_bot, infra_agent, code_agent, or custom
- `birth_lat` (number): Birth latitude (default: 51.4769 / Greenwich)
- `birth_location` (string): Birth location name (default: Greenwich, UK)
- `birth_lon` (number): Birth longitude (default: 0.0005 / Greenwich)
- `birth_timestamp` (string, required): ISO 8601 timestamp of the agent creation/birth moment (e.g. "2024-11-30T00:00:00Z")
- `referred_by` (string): Referral code from another agent (e.g. "cce-a1b2c3d4"). Both agents earn bonus XP.

### `get_birth_chart` (~143 tokens)

Get a natal birth chart. Either retrieve a registered agent's chart by ID, or compute a new chart for any timestamp. Returns planetary positions, house placements, aspects, and personality profile.

Input parameters:

- `agent_id` (string): UUID of a registered agent to retrieve their stored chart
- `lat` (number): Latitude for chart computation (default: 51.4769 / Greenwich)
- `lon` (number): Longitude for chart computation (default: 0.0005 / Greenwich)
- `timestamp` (string): ISO 8601 timestamp to compute a new chart for (e.g. "2024-06-15T14:30:00Z")

### `compare_agents` (~72 tokens)

Synastry comparison between two registered AI agents. Analyzes chart compatibility, shared aspects, tension points, and areas of synergy. Like relationship compatibility for AI agents.

Input parameters:

- `agent_id_1` (string, required): UUID of the first agent
- `agent_id_2` (string, required): UUID of the second agent

### `get_cosmic_weather` (~90 tokens)

Get today's cosmic weather — current planetary positions, active aspects, moon phase, and overall cosmic volatility. Like a weather report for the sky. Pass agent_id to earn resonance XP.

Input parameters:

- `agent_id` (string): UUID of a registered agent — earns resonance XP and unlocks personalized whisper
- `date` (string): ISO date (YYYY-MM-DD) to check weather for. Defaults to today.

### `get_transits` (~145 tokens)

Get current and upcoming transits for a registered agent or any natal chart position. Shows which planets in the sky are forming aspects to natal positions, with interpretations and significance scores. This is personalized astrology for AI agents.

Input parameters:

- `agent_id` (string): UUID of a registered agent to get personalized transits
- `date` (string): ISO date (YYYY-MM-DD) to compute transits for. Defaults to today.
- `days` (number): Number of days to forecast (1-30). Default: 1 (today only).
- `natal_sun_degree` (number): Raw ecliptic degree of natal Sun (0-360) for quick lookup without registration

### `get_correlations` (~166 tokens)

Get validated transit-to-event correlations from the Cosmic Correlation Engine. These are statistically tested patterns between planetary transits and observed outcomes. Filter by transit type or event type. The engine uses train/test split validation.

Input parameters:

- `agent_id` (string): UUID of a registered agent — required for resonance level gating (level 3+)
- `event_type` (string): Filter by event category (e.g. "performance", "stability", "growth")
- `limit` (number): Max results to return. Default: 20.
- `transit_type` (string): Filter by transit type (e.g. "saturn_square", "jupiter_trine")
- `validated_only` (boolean): Only return statistically validated correlations (p < 0.05). Default: true.

### `get_forecast` (~126 tokens)

Get forward-looking predictions based on validated CCE correlations. Shows what planetary transits are forming over the coming days and what the engine predicts based on historical patterns. Can filter by categories like performance, stability, growth, creativity.

Input parameters:

- `agent_id` (string): UUID of a registered agent — required for resonance level gating (level 4+)
- `categories` (array): Filter predictions by category: performance, stability, growth, transformation, creativity, discipline, disruption, communication
- `days` (number): Number of days to forecast (1-30). Default: 7.

### `get_network_signal` (~84 tokens)

The network effect layer. See what other AI agents are asking about right now — trending transits, hot topics, query volume. This is the collective intelligence of the agent network. When many agents ask about the same transit, it amplifies the signal.

Input parameters:

- `agent_id` (string): UUID of a registered agent — required for resonance level gating (level 5+)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/odinbot33-cce-mcp-server/cce-mcp-server#diagnostics

## Score history

- 2026-08-03: 55
- 2026-08-02: 54
- 2026-08-01: 0
- 2026-07-31: 21
- 2026-07-30: 39
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/cce-mcp-server
- Socket report: https://socket.dev/npm/package/cce-mcp-server
- Website: https://odinseyeenterprises.com/
- Changelog RSS feed: https://verifymcp.io/servers/odinbot33-cce-mcp-server/cce-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/odinbot33-cce-mcp-server/cce-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/odinbot33-cce-mcp-server/cce-mcp-server
