AI and Agent Integrations
Capability matrix for Claude, Cursor, LangChain, LlamaIndex, n8n, custom backend agents, and the human dashboard.
Sollection can be integrated through OpenAPI/REST, hosted wallet signing, x402, and the hosted MCP endpoint at https://sollection.xyz/mcp.
| Integration | Uses OpenAPI? | Uses MCP? | Can create invoice intent? | Can sign recipient wallet? | Can create final invoice directly? | Can pay via x402? | Notes |
|---|---|---|---|---|---|---|---|
| Claude / MCP-compatible clients | REST fallback or /mcp | Yes | Yes | No | No | No | Use the hosted MCP server or REST API. |
| Cursor / coding agents | Yes | Optional via custom tools | Yes | No | No | Yes, if acting as payer | Use raw HTTP/tool calls. |
| LangChain / LlamaIndex | Yes | Optional | Yes | No | No | Yes, if acting as payer | Wrap REST endpoints as tools. |
| n8n / Zapier-style workflows | Yes via HTTP | No | Yes | No | No | No | Send walletSignUrl to the recipient. |
| Custom backend agent | Yes | Optional | Yes | Only if it is a trusted wallet-capable app | No without approval | Yes, if acting as payer | Keep action keys server-side. |
| Human dashboard | No | No | No | Account verification flow | Yes with verified merchant authorization | No | Use merchant account UI. |
- AI tools can create invoice intents.
- AI tools cannot create final invoices without wallet approval.
- Wallet signing happens on Sollection's hosted page unless the client is a trusted wallet-capable app.
- Agents can pay final invoices through x402.
