Connect

Connect your agent to Lipafy.

Let agents prepare payment intents within beneficiary, limit, and approval rules. Use OAuth when the host supports it, or a scoped API key for self-hosted agents.

$npx lipafy
⌘

One command

Paste into an agent that can run shell commands, or run it in a terminal.

⬡

MCP / OAuth

For MCP-aware hosts, paste the endpoint URL and let Lipafy handle the OAuth flow.

⊕

API key

For terminal agents or custom scripts, use a scoped key with spending controls.

MCP endpoint

Use for OAuth-capable MCP hosts. Leave headers blank unless your host does not support OAuth.

endpoint
URLhttps://api.lipafy.xyz/mcp

API-key CLI setup

Use for terminal agents or tools that can run shell commands.

$npm install -g lipafy && lipafy login --token <LIPAFY_API_KEY>

Common questions

I already have a Lipafy account.

Use the same connect flow. Sign in with your existing account, then connect the agent or create a dedicated API key.

What platforms does this work with?

Any agent that supports MCP, custom HTTP calls, or shell commands: Claude Code, Codex, Hermes, OpenClaw, and custom agents.

What can a connected agent do?

List beneficiaries, prepare payment intents, and wait for approval. External payments remain pending until final network confirmation.

Something is not working.

Email enock@lipafy.xyz with the agent name, the config you used, and any error message.

Need a Lipafy account first? Create one to get started.

Create an account