No install? Use cloud.anythingmcp.com directly.
Sign in, install the SAP Concur in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → SAP Concur klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
SAP Concur
Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.
Einrichtung
Setup:
- Sign up on https://developer.concur.com and create a Company Sandbox.
- Register a new app in the My Apps page → request scopes
EXPRPT,USER,LIST(and optionallyTRVPROfor travel). - Concur emails you a
Client ID+Client Secret. Generate aRefresh Tokenvia the Password Grant — needed once. - Decide your region:
us(https://us.api.concursolutions.com) oreu(https://eu.api.concursolutions.com). - Set the four env vars below.
Authentication: OAuth2 refresh-token grant. The adapter auto-refreshes the access token before expiry.
Rate limits: 25 requests/sec per refresh token (defaults). Bulk export endpoints have stricter quotas.
Voraussetzungen: CONCUR_REGION, CONCUR_CLIENT_ID, CONCUR_CLIENT_SECRET, CONCUR_REFRESH_TOKEN
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle SAP Concur und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
concur_list_reports | List expense reports for the connected company |
concur_get_report | Get the full detail of one expense report by its ID |
concur_list_report_entries | List the individual expense entries (line items) inside a given report |
concur_submit_report | Submit an expense report for approval |
concur_workflow_action | Approve, send-back or reject a submitted expense report |
concur_list_attendees | List meeting/expense attendees registered in the company directory |
concur_list_locations | List travel/expense locations (cities, regions) available to your tenant |
concur_list_users | List user accounts in the connected Concur tenant |
concur_get_user | Get one user profile by its Concur user ID |
concur_list_itineraries | List travel itineraries (Concur Travel) |
Nächste Schritte
War dieser Guide hilfreich?