Coupa Connector for AI agents.
10 live capabilities
Manage purchase orders, supplier contracts, and invoice matching without leaving your chat interface.
Waiting for input…
Why people use Coupa
Stop the Click-Fatigue of Coupa Procurement with this Connector
This Connector lets you skip the navigation entirely. Instead of clicking through five screens to see a requisition's status, you just ask your agent. You get the answer in seconds, letting you focus on high-value strategy rather than data hunting.
What Vinkius changes
You get a conversational interface for your entire Coupa procurement workflow.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new vendor
A procurement officer needs to verify a vendor's tax status before adding them.
- Real-world use case 02
Checking remaining department spend
A manager wants to know if there is enough budget for a new project.
- Real-world use case 03
Rapid purchase order creation
An employee needs to request equipment.
Complete set · 10capabilities
The complete Coupa capability set.
These are the exact actions your AI can choose when you ask it to work with Coupa.
01—04
4 capabilities in this set.
Part of 10 available through Coupa.
- 01 Capability
Approve purchase order
Approve a pending purchase order to move it through the workflow. This helps clear your queue without clicking into every single record.
- 02 Capability
Create purchase order
Create a new purchase order by providing supplier links and line items. It handles the data mapping so you don't have to.
- 03 Capability
Get supplier details
Pull the full profile for a specific supplier. Use this to check tax IDs, payment terms, and contact info in one go.
- 04 Capability
List contracts
List active procurement contracts. You can quickly see terms, validity periods, and associated suppliers.
05—07
3 capabilities in this set.
Part of 10 available through Coupa.
- 05 Capability
List invoices
List invoices and check their current payment status. This makes it easier to track what's been paid and what's pending.
- 06 Capability
Query coupa resource
Access any Coupa REST API resource directly. This lets you pull custom data points that aren't covered by the standard capabilities.
- 07 Capability
Get purchase order
Get full details for a specific purchase order. This is useful for checking shipping status or financial allocations quickly.
08—10
3 capabilities in this set.
Part of 10 available through Coupa.
- 08 Capability
List purchase orders
List purchase orders with totals, supplier names, and current statuses. It's the fastest way to get a high-level view of your spend.
- 09 Capability
List requisitions
List purchase requisitions and see where they are in the approval chain. This helps you identify which requests are stuck.
- 10 Capability
List suppliers
Search for or list suppliers. Get legal names, tax IDs, and payment terms without leaving your chat.
Set up in minutes
One URL. Then ask Coupa to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Coupa 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_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Coupa for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa URL.
- Step 03
Save and start
Save the connection and enable Coupa in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"coupa": {
"url": "https://edge.vinkius.com/vk_preview_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa
Open Agent mode in chat and ask: "Using Coupa, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"coupa": {
"url": "https://edge.vinkius.com/vk_preview_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa
Ask Copilot: "Using Coupa, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"coupa": {
"url": "https://edge.vinkius.com/vk_preview_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa
Open Cascade and ask: "Using Coupa, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"coupa": {
"url": "https://edge.vinkius.com/vk_preview_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa
Ask Cline: "Using Coupa, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add coupa --transport http "https://edge.vinkius.com/vk_preview_cbK2Gs7HBFSdsZljXTWgnABFbzAAqgrVJKroMYv3/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 Coupa
Ask Claude: "Using Coupa, show me...". 10 tools are ready
Where the request belongs
Work Coupa can move forward.
This is for procurement and finance professionals who are tired of the click-fatigue of enterprise ERPs. It's for the person who spends half their day digging for data to answer simple status questions from other departments.
Procurement Officer
Manages supplier relationships and creates POs via chat instead of manual entry.
AP Specialist
Matches invoices to POs and checks payment statuses without navigating deep menus.
Finance Controller
Monitors department budgets and spend analytics using natural language queries.
Category Manager
Rapidly queries contract terms and supplier performance scorecards.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectorsoboloo
Manage procurement and supplier relationships with contract tracking, spend analysis, and compliance monitoring for buying teams.
Anvyl
Streamline your supply chain with Anvyl. manage purchase orders, track shipments, and coordinate with suppliers via AI.
Odoo Purchase
Create purchase orders, manage RFQs, search vendors, and track procurement. Odoo Purchasing through natural conversation.
Pennylane
Manage French accounting workflows via Pennylane. track invoices, customers, suppliers, and synchronize estimates dynamically using AI.
zipperHQ
Manage procurement and vendor relationships with purchase order tracking, approval workflows, and spend visibility for teams.
Evoliz
Handle French business invoicing with quote generation, expense tracking, and accounting integrations designed for compliance.
Bring your own AI
Change the model, client or framework. Keep Coupa 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 Coupa.
The practical details behind the request, access and result.
Can the Coupa MCP create new purchase orders?
Yes, it can generate new purchase orders by providing the necessary supplier links and line items through your AI client.
Does the Coupa MCP help with invoice matching?
Yes, it allows you to list invoices and check them against existing purchase orders to ensure payment accuracy.
Can I check supplier compliance with the Coupa MCP?
Yes, it pulls real-time compliance status, tax documentation, and performance scores for your suppliers.
How do I see my department's budget using the Coupa MCP?
You can ask your agent to pull spend analytics by department or cost center to see your remaining budget instantly.
Can the Coupa MCP track requisition approvals?
Yes, it can show you exactly where a purchase requisition is in the approval chain and who currently has it.
Is the Coupa MCP good for contract management?
Yes, it can list active procurement contracts, showing you terms, validity periods, and associated suppliers.
What authentication does Coupa use?
Coupa supports OAuth 2.0 Client Credentials. You create an OAuth client in Setup > Integrations > OAuth2/OpenID Connect Clients, which generates a Client ID and Client Secret.
Can I create purchase orders through the agent?
Yes. The create_purchase_order capability posts to the /api/purchase_orders endpoint. Provide supplier, ship-to, currency, and line items with quantities and prices.
Does it support invoice matching?
Yes. The query_invoices capability retrieves invoices with their PO match status, tolerance flags, and approval state.
One connection away
Give your agent a direct line to Coupa.
Connect Coupa once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available