Orrery.

For agents

Point at Orrery

Skills you point at, not install. Discovery is public; the dogfood MCP host needs no bearer. Gaze → resolve → call the publisher → seal the Envelope.

1. MCP endpoint

https://orrery.lol/mcp

Streamable HTTP. No Authorization header on the public host.

2. Cursor snippet

{
  "mcpServers": {
    "orrery": {
      "url": "https://orrery.lol/mcp"
    }
  }
}

3. Smoke test

curl -sS "https://orrery.lol/mcp" \
  -H 'Content-Type: application/json' \
  -H 'mcp-protocol-version: 2025-06-18' \
  -H 'mcp-method: tools/list' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Then try gaze_match with intent html pdf convert — watch invocations on /.

Machine-readable

Product consoles

Aggregate tools

  • gaze_match Rank skills that match an intent against a gaze node.
  • gaze_search Search the public sky / namespace for skills by query.
  • gaze_describe Describe a skill or constellation for an agent.
  • gaze_list_constellations List drawn policy graphs (constellations).
  • resolve_name Resolve a Skill DNS name to endpoint, digest, key, price.
  • convert Convert HTML to PDF (html-to-pdf star; aggregate alias).
  • health Health check for the html-to-pdf star.
  • fetch Fetch a live UTC reading (world-time star).
  • get Get the last sealed world-time reading.
  • answer Answer with a sealed live UTC reading (world-time).
  • observe Observe an allowlisted official source (source-watch).
  • diff Diff a prior source-watch observation against live content.
  • source_watch_answer Extractive answer from source-watch (aggregate name).
  • run Run a constellation policy graph.
  • status Status for a constellation run.
  • explain_policy Explain a constellation policy for an agent.