Connector guide2-minute read10 MCP toolsEnglish · Deutsch · Italiano

Как подключить SAP Concur к Gemini — через MCP

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

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.

Tools

10

Region

INTL

Category

Finance

Authentication

OAuth 2.0

Required env vars

CONCUR_REGIONCONCUR_CLIENT_IDCONCUR_CLIENT_SECRETCONCUR_REFRESH_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

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.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → SAP Concur, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

SAP Concur + Gemini

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.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

CONCUR_REGION, CONCUR_CLIENT_ID, CONCUR_CLIENT_SECRET, CONCUR_REFRESH_TOKEN

Шаг 1 — Получите учётные данные

Setup:

  1. Sign up on https://developer.concur.com and create a Company Sandbox.
  2. Register a new app in the My Apps page → request scopes EXPRPT, USER, LIST (and optionally TRVPRO for travel).
  3. Concur emails you a Client ID + Client Secret. Generate a Refresh Token via the Password Grant — needed once.
  4. Decide your region: us (https://us.api.concursolutions.com) or eu (https://eu.api.concursolutions.com).
  5. 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.

Шаг 2 — Установите адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — SAP Concur должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

ToolWhat it does
concur_list_reportsList expense reports for the connected company
concur_get_reportGet the full detail of one expense report by its ID
concur_list_report_entriesList the individual expense entries (line items) inside a given report
concur_submit_reportSubmit an expense report for approval
concur_workflow_actionApprove, send-back or reject a submitted expense report
concur_list_attendeesList meeting/expense attendees registered in the company directory
concur_list_locationsList travel/expense locations (cities, regions) available to your tenant
concur_list_usersList user accounts in the connected Concur tenant
concur_get_userGet one user profile by its Concur user ID
concur_list_itinerariesList travel itineraries (Concur Travel)

FAQ

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

Ready to ship

Your SAP agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Похожие руководства

SC
connectors

Как подключить SAP Concur к ChatGPT — через MCP

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.

SC
connectors

Как подключить SAP Concur к Claude — через MCP

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.

SC
connectors

Как подключить SAP Concur к Cursor — через MCP

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.

SC
connectors

SAP Concur в MCP — управляйте SAP Concur из любого AI-агента

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.

SB
connectors

Как подключить SAP Business One к Gemini — через MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SS
connectors

Как подключить SAP S/4HANA Cloud к Gemini — через MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.