INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://orbylon.com/api/mcp
Connect to this endpoint to inspect the live schema for check_business_token and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.
Related tools
scan_business_readiness— Scan any business website and report whether AI agents can find, trust, and pay it.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).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.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.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.