← Registry

General Tools

xyb.co

Provides general-purpose tools through the Model Context Protocol.

1 endpoint11 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://xyb.co/api/mcp

No auth detected

MCP server metadata

Name
xyb-agent-interface
Version
1.0.0
Capabilities
tools
Server instructions

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_overview

Who XYB is: the Adaptive Financial Infrastructure company: positioning, mission and vision, values, and the leadership team.

Inferred read-only
get_category_overview

What Adaptive Financial Infrastructure (AFI) is: the category case, the adjacent software categories it unifies, and what it is not.

Inferred read-only
get_platform_overview

The AFI Platform (the banking orchestrator): design principles, three layers, and the Apache Kafka + Apache Iceberg substrate.

Inferred read-only
get_platform_layer

Detail on one of the three AFI Platform layers: Experience, Orchestration, or Runtime.

Inferred read-only
list_solutions

The Solutions that run on the AFI Platform: Adaptive Digital Banking (Retail & SMB) and Commercial Treasury Solution (Commercial Banking).

Inferred read-only
get_solution

Detail on one Solution: 'adb' (Adaptive Digital Banking, Retail & SMB) or 'cts' (Commercial Treasury Solution, Commercial Banking).

Inferred read-only
get_trust_posture

XYB's security and compliance posture: SOC 2 Type II, ISO 27001, DORA support, and the Trust Center.

Inferred read-only
get_glossary

The AFI vocabulary: category, mechanism, platform, layers, Capabilities, and substrate engines.

Inferred read-only
list_pages

Index of the site's key pages with one-line descriptions and URLs.

Inferred read-only
get_page

The digest for a specific page path (e.g.

Inferred read-only
get_demo_booking

How to reach the XYB team: the single conversion route, serving a demo, a conversation, a partnership, or adoption mapping.

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

Indexed

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