Use Sollection with MCP-compatible assistants
Connect MCP clients to the hosted Sollection MCP endpoint and use its three tools: create_invoice_intent, get_invoice_intent, get_invoice_status.
The Sollection MCP server runs inside this Next.js app at https://sollection.xyz/mcp. The production URL is https://sollection.xyz/mcp. The hosted public MCP endpoint does not require a bearer token. Connect MCP-compatible clients directly to the endpoint.
MCP tools
create_invoice_intent: create a non-payable invoice intent.get_invoice_intent: check wallet approval and final invoice status.get_invoice_status: read public-safe final invoice links and status.
The MCP server does not expose wallet signature confirmation, dashboard, private account, payment-link, or merchant tools. Wallet signing happens on Sollection's hosted signing page. create_invoice_intent returns preview and walletSignUrl only; it never returns payUrl or x402Url before wallet approval. Invoice intents use USDC or USDT on Solana mainnet-beta only.
MCP endpoint:
https://sollection.xyz/mcp
Authentication:
No Authorization header required for the hosted public MCP endpoint.
Exposed tools:
- create_invoice_intent
- get_invoice_intent
- get_invoice_status