Security & Testing
orbilo.co
Monitors websites for AI agent readiness, checking against UCP, WebMCP, and Access specs and providing reports and alerts.
ENDPOINT 1
https://orbilo.co/mcp
MCP server metadata
- Name
- orbilo
- Version
- 1.0.0
Orbilo checks whether websites are ready for AI agents against the UCP (Universal Commerce Protocol), WebMCP and Access specs. check_site and get_report work without an account: check any public site and get a score, grade and fixes per spec, plus a shareable report link. check_site runs live and can take up to a minute. The monitoring tools (list_monitored_sites, get_site_status, add_monitored_site) need a connected Orbilo account and are scoped to that account's team. The changelog resources explain recent UCP and WebMCP spec releases in plain English.
Known tools 5
check_siteCheck whether a website is ready for AI agents against the UCP, WebMCP and Access specs.
Inferred read-onlyget_reportFetch a check report by its share token, the 16 character code at the end of an orbilo.
Inferred read-onlylist_monitored_sitesList 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.
Inferred read-onlyget_site_statusThe 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.
Inferred read-onlyadd_monitored_siteStart monitoring a site: Orbilo checks it against UCP, WebMCP and Access now and on a schedule, and alerts the team when readiness changes.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.