INDIVIDUAL MCP TOOL
list_monitored_sites
List the sites your Orbilo team monitors, with the latest grade per spec (UCP, WebMCP, Access), how many issues are open on each, and how many sites the plan still allows.
LIVE ENDPOINT
https://orbilo.co/mcp
Connect to this endpoint to inspect the live schema for list_monitored_sites 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
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.orbilo]
url = "https://orbilo.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orbilo": {
"type": "http",
"url": "https://orbilo.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orbilo
Remote MCP URL: https://orbilo.co/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": {
"orbilo": {
"url": "https://orbilo.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orbilo": {
"type": "http",
"url": "https://orbilo.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orbilo",
"transport": "streamable-http",
"url": "https://orbilo.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_site— Check whether a website is ready for AI agents against the UCP, WebMCP and Access specs.get_report— Fetch a check report by its share token, the 16 character code at the end of an orbilo.get_site_status— The current standing of one monitored site: the latest stored check per spec (UCP and Access for the site, WebMCP per monitored page) and every open issue with its fix.add_monitored_site— Start monitoring a site: Orbilo checks it against UCP, WebMCP and Access now and on a schedule, and alerts the team when readiness changes.