INDIVIDUAL MCP TOOL
call_skill
Execute one publisher tool for a Skill DNS name via same-origin forward.
LIVE ENDPOINT
https://orrery.lol/mcp
Connect to this endpoint to inspect the live schema for call_skill and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent server
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 catalogcoverage_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.