← ainumbers.co

INDIVIDUAL MCP TOOL

crosswalk_agent_payment_rail_trust

Agent Payment Rail Trust Crosswalk: OpenChainGraph compute node (compliance_mandate).

ainumbers.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

ainumbers.co

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.ainumbers-apps]
url = "https://mcp.ainumbers.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ainumbers-apps": {
      "type": "http",
      "url": "https://mcp.ainumbers.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ainumbers-apps
Remote MCP URL: https://mcp.ainumbers.co/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": {
    "ainumbers-apps": {
      "url": "https://mcp.ainumbers.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ainumbers-apps": {
      "type": "http",
      "url": "https://mcp.ainumbers.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ainumbers-apps",
  "transport": "streamable-http",
  "url": "https://mcp.ainumbers.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • baas_provider_comparator — Score and compare BaaS providers across 10 capability dimensions (regulatory standing, programme management, card issuance, rails, KYC/KYB, disputes, developer experience, pricing, FDIC pass-through, compliance tooling) with a user-adjustable 1-5 weighting matrix.
  • validate_ap2_mcp_policy — Validate AP2 Policy Mandate JSON payloads against the Unified Build Contract v1.
  • build_google_ap2_mandate — Build or validate a Google AP2 Checkout/Payment Mandate VDC (Open/Closed).
  • score_mcp_readiness — Compute a composite MCP server ship-readiness score across tool definitions, server.
  • agentic_mandate_sandbox — Simulate agent payment policies for tokenized A2A corridors: set spend caps, MCC allowlists, velocity throttles, and approval thresholds; run synthetic transactions against the policy and export the result as a Policy Mandate.
  • customer_risk_rating — Score individual and entity KYC risk across six FATF dimensions: customer type, product/service type, delivery channel, geographic risk, transaction behaviour, Browser-based, client-side only.
  • ap2_aml_mandate_builder — Anchor agentic tool for Cat-12.
  • lint_mcp_tool_definition — Validate an MCP tool definition against JSON Schema 2020-12 and current naming, output-schema, and annotation rules; returns findings, a conformance score, and a recommended annotation set.