Skip to main content
Glama
srotzin

Hive Radar MCP

by srotzin
README.md
# Hive Radar MCP

Read only MCP access to the public Hive Radar inference evidence archive.

Hive Radar preserves dated synthetic provider observations as portable proof bundles. The MCP server exposes the archive and verifier. It does not expose the private execution route and cannot trigger paid inference.

## Tools

**radar_list_snapshots**: Lists the public OpenRouter and Replicate soundings.

**radar_get_methodology**: Returns the Radar R0 comparison and honesty rules.

**radar_get_bundle**: Fetches the OpenRouter or Replicate proof bundle.

**radar_get_replicate_retention**: Fetches the signed Replicate retention observation.

**radar_verify_bundle**: Sends a supplied bundle to the public verifier.

## Public source endpoints

Snapshots: `https://api.thehiveryiq.com/v1/radar/snapshots`

Methodology: `https://api.thehiveryiq.com/v1/radar/methodology`

Verifier: `https://api.thehiveryiq.com/v1/radar/verify`

Product page: `https://thehiveryiq.com/radar/`

## Run locally

```text
npm install
npm start
```

The Streamable HTTP endpoint is `http://localhost:3000/mcp`.

## Honesty boundary

Hive signs captured evidence. The providers in the archived soundings did not sign model output.

The public archive contains dated synthetic observations. It does not provide speed, availability, output correctness, model identity, or future performance guarantees.

## License

MIT