SAP Concur Connector for AI agents.
9 live capabilities
Manage corporate expenses and travel reports through natural language.
Waiting for input…
Why people use SAP Concur
SAP Concur for Corporate Expense Tracking
This Connector lets your agent do that work for you. You can just ask for a summary of recent reports or a list of pending expenses. It turns a multi-click process into a single sentence, giving you the data you need without the tab-switching.
What Vinkius changes
You get a chat-based way to interact with your corporate spending data without leaving your current workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding Missing Receipts
An employee asks the agent to find expenses that aren't in a report yet using list_pending_expenses.
- Real-world use case 02
Quick Audit
A finance lead asks the agent to list all expenses for a specific month to find outliers.
- Real-world use case 03
Travel Approval Check
A travel manager asks if a specific report is approved so they can clear a traveler's account.
Complete set · 9capabilities
The complete SAP Concur capability set.
These are the exact actions your AI can choose when you ask it to work with SAP Concur.
01—03
3 capabilities in this set.
Part of 9 available through SAP Concur.
- 01 Capability
List pending expenses
See all expenses that aren't in a report yet. It helps you catch stray receipts before they get lost in the system.
- 02 Capability
Get expense report
Pull the full details of a specific expense report. This lets you see everything bundled into one submission.
- 03 Capability
Get expense
Get the specific details for a single expense. This helps you see the exact category and amount for any line item.
04—06
3 capabilities in this set.
Part of 9 available through SAP Concur.
- 04 Capability
List expenses
Pull a full list of your expenses from Concur. This is your go-to for a broad overview of all spending.
- 05 Capability
List expense reports
Get a list of all your expense reports. Use this to see every submission you've made in the system.
- 06 Capability
Get report summaries
Calculate the totals for your recent expense reports. This gives you a quick snapshot of spending without manual math.
07—09
3 capabilities in this set.
Part of 9 available through SAP Concur.
- 07 Capability
Get user profile
Fetch the profile of the currently logged-in user. This pulls in details like department and cost center automatically.
- 08 Capability
List attendees
Get a list of people at a business meal. This is useful for verifying who was present for specific company events.
- 09 Capability
List expense types
See all the valid expense categories your company allows. This helps you check if a specific claim is categorized correctly.
Set up in minutes
One URL. Then ask SAP Concur to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SAP Concur 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_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SAP Concur for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur URL.
- Step 03
Save and start
Save the connection and enable SAP Concur in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sap-concur": {
"url": "https://edge.vinkius.com/vk_preview_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur
Open Agent mode in chat and ask: "Using SAP Concur, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sap-concur": {
"url": "https://edge.vinkius.com/vk_preview_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur
Ask Copilot: "Using SAP Concur, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sap-concur": {
"url": "https://edge.vinkius.com/vk_preview_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur
Open Cascade and ask: "Using SAP Concur, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sap-concur": {
"url": "https://edge.vinkius.com/vk_preview_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur
Ask Cline: "Using SAP Concur, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sap-concur --transport http "https://edge.vinkius.com/vk_preview_0qCZpkH4BBmIENj9R8wvC0vuyhCpiNrbDWmclTqS/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 SAP Concur
Ask Claude: "Using SAP Concur, show me...". 9 tools are ready
Where the request belongs
Work SAP Concur can move forward.
This is for finance professionals who are tired of manual data entry and travel managers who need to keep a pulse on company spending without constant dashboard refreshes.
Finance Auditor
Checks expense reports for policy compliance and cost center accuracy without opening every single file.
Travel Manager
Verifies travel bookings and ensures employees stay within budget by querying real-time report statuses.
Corporate Employee
Quickly checks if their latest reimbursement has been approved from their chat interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSpendesk
Empower your AI with real-time spend management. Track budgets, audit invoices, and review expense claims directly from your IDE.
Certify (Emburse)
Manage expenses and invoices via Certify (Emburse). track reports, receipts, and employee spend directly from any AI agent.
Sage Accounting
Automate business finances via Sage Accounting. manage invoices, banking, and contacts directly from any AI agent.
Daftra
Equip your AI agent to manage your ERP, accounting, and client relations directly via the Daftra API.
Diese
Equip your AI agent to manage ERP projects, track invoices, and monitor resource planning via the Diese API.
Altoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
Bring your own AI
Change the model, client or framework. Keep SAP Concur 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 SAP Concur.
The practical details behind the request, access and result.
Can the SAP Concur MCP help me see if my report is approved?
Yes, it can check the status of any report. This allows you to give employees instant updates on their reimbursement status without having to log into the admin panel yourself.
Does the SAP Concur MCP work for checking cost centers?
Yes, it pulls department and cost center data from user profiles. This is great for ensuring that every expense is billed to the right department automatically.
Can I use the SAP Concur MCP to find missing receipts?
It can list expenses that aren't in a report yet. This helps you catch stray receipts before they get lost or forgotten by the team.
Is the SAP Concur MCP good for travel managers?
Yes, it helps verify attendees and spending totals. This makes it easy to confirm who was actually at a meeting for tax and audit purposes.
Can I see all my expenses at once with the SAP Concur MCP?
Yes, you can list all expenses or reports in your account. This provides a broad overview of your spending history in one place.
How do I get my employee's department info using SAP Concur MCP?
The agent can pull profile details for authenticated users. This allows you to quickly verify an employee's department and cost center details.
How do I get my Concur Client ID and Secret?
Register a new application in the SAP Concur Developer Portal. Once approved, you'll receive a Client ID and Client Secret.
What is the Refresh Token used for?
SAP Concur uses OAuth 2.0. The Refresh Token automatically generates short-lived access tokens without requiring manual login each time.
Can I submit an expense report via this integration?
The current version focuses on reading and listing data. Submit and approve capabilities may be added in future updates.
One connection away
Give your agent a direct line to SAP Concur.
Connect SAP Concur once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available