AI & Machine Learning
orbylon.com
Scans business websites to evaluate how easily AI agents can discover, trust, and transact with them.
ENDPOINT 1
https://orbylon.com/api/mcp
MCP server metadata
- Name
- orbylon
- Version
- 1.3.0
Known tools 6
scan_business_readinessScan any business website and report whether AI agents can find, trust, and pay it.
Potential side effectslookup_businessReturn the verified identity record for a domain: its domain-bound Ed25519 public key, when it was verified and how, and what it can prove (signed documents, a published catalogue of what it sells).
Inferred read-onlylist_business_offeringsReturn the machine-readable catalogue a verified business publishes: each item with its name, description, integer price in cents, currency and unit.
Inferred read-onlylist_business_paid_endpointsReturn the priced endpoints a verified business publishes: each with its title, what it does, the HTTP method, the price, and the URL to call.
Inferred read-onlycheck_business_tokenReturn what is left on a closed-loop token issued by a business through Orbylon: a gift card, prepaid hours, a membership or a points balance.
Inferred read-onlylist_verified_businessesReturn businesses with a verified, domain-bound identity on Orbylon, newest first, each with its public key and links to its full record and catalogue.
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.orbylon]
url = "https://orbylon.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orbylon": {
"type": "http",
"url": "https://orbylon.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orbylon
Remote MCP URL: https://orbylon.com/api/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": {
"orbylon": {
"url": "https://orbylon.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orbylon": {
"type": "http",
"url": "https://orbylon.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orbylon",
"transport": "streamable-http",
"url": "https://orbylon.com/api/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.