Checkout Champ Connector for AI agents.
8 live capabilities
Manage your e-commerce orders and CRM data through natural conversation.
Waiting for input…
Why people use Checkout Champ
Checkout Champ CRM for E-commerce Order Management
Checkout Champ changes this by putting your data where you're already working. Your AI agent can pull up order statuses, customer histories, and transaction logs in seconds. You get a unified view of your business without the headache of manual navigation.
What Vinkius changes
You get a conversational interface for your entire e-commerce backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking an order status
A customer asks about a shipment.
- Real-world use case 02
Reviewing the sales pipeline
You need to see who to call today.
- Real-world use case 03
Checking inventory during a chat
A customer asks if a specific item is in stock.
Complete set · 8capabilities
The complete Checkout Champ capability set.
These are the exact actions your AI can choose when you ask it to work with Checkout Champ.
01—04
4 capabilities in this set.
Part of 8 available through Checkout Champ.
- 01 Capability
List champ products
Pulls your entire product catalog to show what you have in stock. You can quickly check item details or availability during a conversation.
- 02 Capability
List champ campaigns
Lists all your active marketing campaigns and their metadata. Use this to see which ads are running and how they are performing.
- 03 Capability
Get champ customer details
Pulls the full profile and history for a specific customer. This helps you provide faster support by seeing every past interaction in one place.
- 04 Capability
Get champ order details
Retrieves every detail about a single order, including its current status. You can use this to quickly confirm if a package has shipped or is still processing.
05—08
4 capabilities in this set.
Part of 8 available through Checkout Champ.
- 05 Capability
List champ customers
Shows a full list of everyone currently in your CRM. Use this to browse your entire customer base without opening a separate browser tab.
- 06 Capability
List champ leads
Fetches all captured leads so you can see your sales pipeline. It helps you identify which potential customers need a follow-up today.
- 07 Capability
List champ orders
Lists all recent orders from your store to keep you updated on volume. This is great for checking daily sales totals or looking for specific transactions.
- 08 Capability
List champ transactions
Shows a list of recent financial transactions for auditing. This makes it easy to verify payment success or find failed gateway responses.
Set up in minutes
One URL. Then ask Checkout Champ to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Checkout Champ 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_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Checkout Champ for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ URL.
- Step 03
Save and start
Save the connection and enable Checkout Champ in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"checkout-champ": {
"url": "https://edge.vinkius.com/vk_preview_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ
Open Agent mode in chat and ask: "Using Checkout Champ, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"checkout-champ": {
"url": "https://edge.vinkius.com/vk_preview_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ
Ask Copilot: "Using Checkout Champ, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"checkout-champ": {
"url": "https://edge.vinkius.com/vk_preview_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ
Open Cascade and ask: "Using Checkout Champ, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"checkout-champ": {
"url": "https://edge.vinkius.com/vk_preview_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ
Ask Cline: "Using Checkout Champ, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add checkout-champ --transport http "https://edge.vinkius.com/vk_preview_MTsM0STPUUTE7ZxCeQxzL8meLNbo6Z7Z20As5eZy/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 Checkout Champ
Ask Claude: "Using Checkout Champ, show me...". 8 tools are ready
Where the request belongs
Work Checkout Champ can move forward.
For e-commerce owners and ops leads who are drowning in manual CRM updates and need a faster way to query order statuses and lead data.
E-commerce Store Owner
Checks daily sales volume and lead counts while grabbing coffee.
Sales Operations Lead
Audits transaction failures and customer history to spot trends.
Marketing Coordinator
Pulls campaign metadata to see which ads are live.
Customer Support Rep
Verifies order IDs and shipping statuses instantly during live chats.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFunil de Vendas
Visualize your sales funnel, track deal stages, and manage your pipeline with a CRM designed for the Brazilian market.
Freshsales (Sales CRM & Lead Scoring API)
Manage your sales pipeline via Freshsales. create leads, track contacts, manage deals, and automate CRM workflows directly from any AI agent.
Attio
Build powerful CRM workflows with flexible data models, relationship tracking, and deal management tailored to your process.
Freshsales
Manage your CRM pipelines, track leads, and oversee sales deals via AI agents with Freshsales.
Drip
Automate e-commerce marketing via Drip. manage subscribers, trigger workflows, track custom events, and audit campaigns directly from any AI agent.
SugarCRM
Intelligent CRM platform for sales and marketing.
Bring your own AI
Change the model, client or framework. Keep Checkout Champ 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 Checkout Champ.
The practical details behind the request, access and result.
Can Checkout Champ MCP help me track my orders?
Yes. It allows your agent to pull real-time fulfillment statuses and order details directly from your CRM so you can check them in a chat.
How does Checkout Champ connect to my AI agent?
You connect it by providing your API credentials through the Vinkius platform. Once connected, your agent can access your CRM data automatically.
Can I use Checkout Champ MCP to see my marketing campaigns?
Yes. Your agent can list all your active campaigns and pull metadata about how they are performing without you needing to log into your marketing dashboard.
Does Checkout Champ MCP work for lead management?
It does. You can ask your agent to list your current leads, which helps you stay on top of your sales pipeline and follow-ups.
Can I see my product list using Checkout Champ MCP?
Yes. Your agent can retrieve your full product catalog, making it easy to check stock levels or product specs during a conversation.
How do I get transaction history with Checkout Champ MCP?
The Connector can list recent financial transactions, allowing you to audit payments and check for successful or declined gateway responses instantly.
Can I see the reason why a transaction failed?
Yes! Use the list_champ_transactions capability. The agent will retrieve recent transactions including the decline reason and response from the payment gateway.
How do I list my latest leads from a specific campaign?
Use the list_champ_leads capability. You can then ask the agent to filter the results by campaign name or ID to see who signed up recently.
Where do I find my API Login ID and Password?
Log in to Checkout Champ and go to the 'Settings' or 'Admin' section to manage API Users. You can create a dedicated API user and get the credentials there.
One connection away
Give your agent a direct line to Checkout Champ.
Connect Checkout Champ once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available