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.

What each integration can and cannot do
IntegrationUses OpenAPI?Uses MCP?Can create invoice intent?Can sign recipient wallet?Can create final invoice directly?Can pay via x402?Notes
Claude / MCP-compatible clientsREST fallback or /mcpYesYesNoNoNoUse the hosted MCP server or REST API.
Cursor / coding agentsYesOptional via custom toolsYesNoNoYes, if acting as payerUse raw HTTP/tool calls.
LangChain / LlamaIndexYesOptionalYesNoNoYes, if acting as payerWrap REST endpoints as tools.
n8n / Zapier-style workflowsYes via HTTPNoYesNoNoNoSend walletSignUrl to the recipient.
Custom backend agentYesOptionalYesOnly if it is a trusted wallet-capable appNo without approvalYes, if acting as payerKeep action keys server-side.
Human dashboardNoNoNoAccount verification flowYes with verified merchant authorizationNoUse 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.