ENDPOINT 1
https://xyb.co/api/mcp
MCP server metadata
- Name
- xyb-agent-interface
- Version
- 1.0.0
Read-only tools serving XYB's site content for agents. Start with list_pages or get_company_overview. Human-readable surfaces: /llms.txt and /llms-full.txt.
Known tools 11
get_company_overviewWho XYB is: the Adaptive Financial Infrastructure company: positioning, mission and vision, values, and the leadership team.
Inferred read-onlyget_category_overviewWhat Adaptive Financial Infrastructure (AFI) is: the category case, the adjacent software categories it unifies, and what it is not.
Inferred read-onlyget_platform_overviewThe AFI Platform (the banking orchestrator): design principles, three layers, and the Apache Kafka + Apache Iceberg substrate.
Inferred read-onlyget_platform_layerDetail on one of the three AFI Platform layers: Experience, Orchestration, or Runtime.
Inferred read-onlylist_solutionsThe Solutions that run on the AFI Platform: Adaptive Digital Banking (Retail & SMB) and Commercial Treasury Solution (Commercial Banking).
Inferred read-onlyget_solutionDetail on one Solution: 'adb' (Adaptive Digital Banking, Retail & SMB) or 'cts' (Commercial Treasury Solution, Commercial Banking).
Inferred read-onlyget_trust_postureXYB's security and compliance posture: SOC 2 Type II, ISO 27001, DORA support, and the Trust Center.
Inferred read-onlyget_glossaryThe AFI vocabulary: category, mechanism, platform, layers, Capabilities, and substrate engines.
Inferred read-onlyget_demo_bookingHow to reach the XYB team: the single conversion route, serving a demo, a conversation, a partnership, or adoption mapping.
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.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.
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.