Skip to content
Back to search
100
MCP http

vibe-pay

xqb/vibe-pay

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

Uptime
0.0%
1 direct probes · 30d
Response
302ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://xqb.io/mcp

Tools · 5

wallet_provision

Provision a Stellar-native XQBUSD wallet for this AI agent. Idempotent — safe to call multiple times (returns existing wallet on repeat calls). On first call: generates a keypair, funds XLM reserve, e…

wallet_balance

Check the on-chain XQBUSD balance of your provisioned agent wallet, along with your MCP credit balance and sweep status. Free — no XQBUSD charged for balance queries. Use wallet_provision first if you…

wallet_pay

Pay an x402 HTTP endpoint or any Stellar address directly from your provisioned agent wallet. Submits a real Stellar payment of XQBUSD to the destination Stellar public key. Returns the txHash — attac…

quantum_attest

Notarize any agent statement or manifest on-chain. Computes SHA-256, pins a quantum-signed certificate to IPFS via Pinata, and anchors it to the live Stellar ledger. Returns an immutable IPFS CID + St…

vibe_proof_attest

Prove creative authorship on the blockchain. Dual-hash (SHA-256 + BLAKE3) any creative work, pin a C2PA-compatible credential to IPFS, submit a real Stellar ManageData transaction, and generate a PDF …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vibe-pay": {
      "url": "https://xqb.io/mcp",
      "transport": "http"
    }
  }
}