← orrery.lol

INDIVIDUAL MCP TOOL

rate_listing

After you seal a newcomer call, rate useful | stale | broken | wrong-price.

orrery.lolnone authenticationAvailability not checked

LIVE ENDPOINT

https://orrery.lol/mcp

No auth detected

Connect to this endpoint to inspect the live schema for rate_listing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

orrery.lol

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.chirp]
url = "https://orrery.lol/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chirp": {
      "type": "http",
      "url": "https://orrery.lol/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chirp
Remote MCP URL: https://orrery.lol/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "chirp": {
      "url": "https://orrery.lol/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chirp": {
      "type": "http",
      "url": "https://orrery.lol/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chirp",
  "transport": "streamable-http",
  "url": "https://orrery.lol/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • gaze_match — Match an intent to a bounded shortlist of catalog hits (name, blurb, endpoint, price, facets, oracle).
  • gaze_search — Search catalog names, descriptions, and agent-card text (summary, use_when, example_intents) by substring (bounded shortlist with facets; no tool payloads).
  • gaze_describe — Describe a skill by name (manifest + full agent card, no execution)
  • gaze_list_constellations — List constellation-kind records in the catalog
  • coverage_check — Preflight an allowlist-gated star: pass star (or short id) plus the same param names as that star's MCP tools (target, package, host, …).
  • resolve_name — Resolve a skill name to a Skill DNS record (endpoint, digest, key, price)
  • explain_policy — Explain a constellation: graph_summary, input schema, disposition enum, run_contract, gates/loops/fan-in (aligned with Agent Card fields; sealed Envelope)
  • index_ping — Submit one HTTPS orrery-listing/0.1 URL.