vibe-pay
xqb/vibe-payPlatform access code. Email coryhigham@gmail.com with subject "MCP Trial" to request one
Tools · 5
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…
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…
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…
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…
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 …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"vibe-pay": {
"url": "https://xqb.io/mcp",
"transport": "http"
}
}
}