← Registry

AI & Machine Learning

orbylon.com

Scans business websites to evaluate how easily AI agents can discover, trust, and transact with them.

x402 supported1 endpoint6 known toolsFirst detected September 4, 2026Last detected September 19, 2026

ENDPOINT 1

https://orbylon.com/api/mcp

No auth detected

MCP server metadata

Name
orbylon
Version
1.3.0
Capabilities
tools.listChanged

Known tools 6

scan_business_readiness

Scan any business website and report whether AI agents can find, trust, and pay it.

Potential side effects
lookup_business

Return 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-only
list_business_offerings

Return the machine-readable catalogue a verified business publishes: each item with its name, description, integer price in cents, currency and unit.

Inferred read-only
list_business_paid_endpoints

Return 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-only
check_business_token

Return 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-only
list_verified_businesses

Return 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-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.