INDIVIDUAL MCP TOOL
get_demo_booking
How to reach the XYB team: the single conversion route, serving a demo, a conversation, a partnership, or adoption mapping.
LIVE ENDPOINT
https://xyb.co/api/mcp
Connect to this endpoint to inspect the live schema for get_demo_booking 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.xyb-agent-interface]
url = "https://xyb.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xyb-agent-interface": {
"type": "http",
"url": "https://xyb.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xyb-agent-interface
Remote MCP URL: https://xyb.co/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": {
"xyb-agent-interface": {
"url": "https://xyb.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xyb-agent-interface": {
"type": "http",
"url": "https://xyb.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xyb-agent-interface",
"transport": "streamable-http",
"url": "https://xyb.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_overview— Who XYB is: the Adaptive Financial Infrastructure company: positioning, mission and vision, values, and the leadership team.get_category_overview— What Adaptive Financial Infrastructure (AFI) is: the category case, the adjacent software categories it unifies, and what it is not.get_platform_overview— The AFI Platform (the banking orchestrator): design principles, three layers, and the Apache Kafka + Apache Iceberg substrate.get_platform_layer— Detail on one of the three AFI Platform layers: Experience, Orchestration, or Runtime.list_solutions— The Solutions that run on the AFI Platform: Adaptive Digital Banking (Retail & SMB) and Commercial Treasury Solution (Commercial Banking).get_solution— Detail on one Solution: 'adb' (Adaptive Digital Banking, Retail & SMB) or 'cts' (Commercial Treasury Solution, Commercial Banking).get_trust_posture— XYB's security and compliance posture: SOC 2 Type II, ISO 27001, DORA support, and the Trust Center.get_glossary— The AFI vocabulary: category, mechanism, platform, layers, Capabilities, and substrate engines.