# vibe-pay

Platform access code. Email coryhigham@gmail.com with subject "MCP Trial" to request one

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xqb/vibe-pay

# Browse available tools
npx -y @smithery/cli@latest tool list xqb/vibe-pay

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xqb/vibe-pay quantum_attest

# Call a tool
npx -y @smithery/cli@latest tool call xqb/vibe-pay quantum_attest '{}'
```

## Direct MCP Connection

Endpoint: `https://vibe-pay--xqb.run.tools`

## Tools (8)

- `quantum_attest` — Notarize any agent statement or manifest on the Stellar blockchain. Computes SHA-256, pins a quantum-signed certificate…
- `xqbusd_get_price` — Real-time USD price for any of 65 assets (BTC, ETH, XRP, XLM, GOLD, EUR, XQBUSD, etc.). x402 micropayment: 0.001 XQBUSD…
- `xqbusd_batch_prices` — Real-time prices for multiple assets in one call. x402 micropayment: 0.002 XQBUSD per call.
- `xqbusd_get_quote` — Cross-chain FlowBridge swap quote across 37 blockchain networks. 0.09% universal fee. x402 micropayment: 0.003 XQBUSD p…
- `xqbusd_iso20022_message` — Generate ISO 20022 pacs.008 payment message for cross-border settlement. FedNow, SWIFT, Fedwire validated. x402 micropa…
- `xqbusd_oracle_status` — XQBUSD platform health — oracle uptime, 65 assets, 37 chains, GENIUS Act reserve status, 6 world firsts. x402 micropaym…
- `xqbusd_xrpl_gateway` — XQBUSD XRP Ledger gateway status. First GENIUS Act compliant Issued Currency on XRP Ledger (April 3, 2026). x402 microp…
- `xqbusd_protocol25_proof` — Latest Protocol 25 quantum proof — XRP payment with ML-DSA-65 signature and Poseidon ZK hash on IPFS. x402 micropayment…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xqb/vibe-pay <tool-name>
```
