Layup Connector for AI agents.
9 live capabilities
Manage lay-by orders and customer deposits from your chat interface.
Waiting for input…
Why people use Layup
Layup for Lay-by Order Management
With this Connector, that entire loop disappears. You just tell your agent to check the balance, and it pulls the data instantly. You get a clear picture of your store's financial health without ever leaving your chat window.
What Vinkius changes
You get a direct chat interface for managing your entire lay-by checkout infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Customer asks about a balance
A shopper pings support asking if their last payment went through.
- Real-world use case 02
Setting up a new plan
A customer wants to start a lay-by for a new item.
- Real-world use case 03
Batch auditing
An ops lead needs to see all active orders for a specific sale.
Complete set · 9capabilities
The complete Layup capability set.
These are the exact actions your AI can choose when you ask it to work with Layup.
01—03
3 capabilities in this set.
Part of 9 available through Layup.
- 01 Capability
Cancel order
Voids an existing order so it no longer appears as active. Use this to clean up your order list.
- 02 Capability
Create deposit
Registers a new manual deposit for a customer's lay-by. This lets you record payments the moment they happen.
- 03 Capability
Create order
Initializes a brand new lay-by order for a customer. Use this to set up new plans without leaving your chat.
04—06
3 capabilities in this set.
Part of 9 available through Layup.
- 04 Capability
Get customer
Pulls specific details about a shopper's profile from your records. Use this to see who you are dealing with.
- 05 Capability
Get order
Fetches the specific details and status of a single lay-by order. It helps you see the current state of a purchase.
- 06 Capability
Get payment
Retrieves the details for a specific payment made toward an order. This is useful for verifying individual transactions.
07—09
3 capabilities in this set.
Part of 9 available through Layup.
- 07 Capability
List customers
Shows a list of all shoppers saved in your Layup account. Use this to find specific people in your database.
- 08 Capability
List orders
Pulls a list of all currently active lay-by payment plans. It gives you a bird's eye view of your active sales.
- 09 Capability
List payments
Shows every payment associated with a specific order. This helps you track the money coming in for a single plan.
Set up in minutes
One URL. Then ask Layup to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Layup from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Layup, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Layup for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Layup URL.
- Step 03
Save and start
Save the connection and enable Layup in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"layup": {
"url": "https://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Layup
Open Agent mode in chat and ask: "Using Layup, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"layup": {
"url": "https://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Layup
Ask Copilot: "Using Layup, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"layup": {
"url": "https://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Layup
Open Cascade and ask: "Using Layup, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"layup": {
"url": "https://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Layup
Ask Cline: "Using Layup, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add layup --transport http "https://edge.vinkius.com/vk_preview_rGRHcRd2M0HJbP3jOSqFXNgdJRG5AVQyLKTOzp3e/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Layup
Ask Claude: "Using Layup, show me...". 9 tools are ready
Where the request belongs
Work Layup can move forward.
For e-commerce owners and support leads who are drowning in manual deposit tracking and need to give customers real-time balance updates without digging through a backend.
E-commerce Operations Manager
Checks if an installment was matched during a busy sale to ensure the order moves forward.
Customer Support Lead
Responds to customer balance inquiries in seconds by querying the agent for payment history.
Store Developer
Audits tracking logs and debugging data directly from their IDE to troubleshoot checkout issues.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAfterpay
Buy Now, Pay Later orchestration. manage checkouts, payments, and refunds via AI.
Getpaid
Manage billing, track payments, and initiate checkouts via AI agents with Getpaid.io.
Checkout.com
Manage global payments via Checkout.com. process payments, capture funds, handle refunds, and vault instruments directly from any AI agent.
Durianpay
Equip your AI agent to manage payments, track checkout orders, and monitor settlements via the Durianpay API.
FastSpring
Manage digital commerce via FastSpring. track orders and subscriptions, handle accounts, and manage product catalogs directly from any AI agent.
Everyware Payments & Messaging
Equip your AI agent to manage payments, track digital invoices, and monitor SMS messages via the Everyware API.
Bring your own AI
Change the model, client or framework. Keep Layup connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Layup.
The practical details behind the request, access and result.
Can the Layup MCP help me track customer payments?
Yes, it connects directly to your Layup account to show every payment linked to an order.
How does Layup MCP handle new lay-by orders?
Your agent can initialize new orders on the fly, so you don't have to do it manually in the portal.
Can I use Layup MCP to check customer balances?
Absolutely. It pulls real-time data so you can tell customers exactly what they owe in seconds.
Does Layup MCP work for my e-commerce store?
It is designed specifically for businesses using the Layup checkout gateway for installment-based sales.
Can I cancel orders using the Layup MCP?
Yes, your agent can void existing orders directly to keep your records accurate.
What happens when I use Layup MCP with my AI agent?
Your agent becomes an expert in your checkout data, able to read, create, and audit your lay-by records.
How do I get started?
Subscribe, enter your API credentials (your secret token from Layup Dashboard → Developer Settings → API Keys), and you're ready. No code, no environment files, no endpoints. just connect and start managing your orders through your AI agent.
Can my AI agent check the remaining balance on an active order?
Yes! Provide the Order target ID to the agent. It utilizes the get_order capability returning exact metrics on money received vs pending values. It aggregates everything in conversational format so you don't jump windows.
What happens when I need to create a manual dynamic lay-by in chat?
Just specify the item price, customer token, and configuration. The AI agent executes a create_order action connecting via the payload and creates proper links. The shopper gets billed correctly, saving you minutes of UI clicking.
Can I query an exact list of all historically recorded buyers/customers?
Absolutely. Ask the agent to list all stored customers. It compiles email arrays, reference ID trackers, phone tags. perfect for store leads and analysts evaluating buyer records without exporting flat files.
One connection away
Give your agent a direct line to Layup.
Connect Layup once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available