Connector guide2-minute readEnglish · Deutsch · Italiano

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

  • 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 connector 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 キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

SAP Concur + Claude

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 — Claude にコネクタを追加

推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。

  1. claude.ai/customize/connectors を開きます。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: SAP Concur
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
  4. Connect をクリックして認可。

下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

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

Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. 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 を 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 を 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.

SC
connectors

SAP Concur を MCP に — あらゆる AI エージェントから 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.

SB
connectors

SAP Business One を Claude に接続する方法 — 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 を Claude に接続する方法 — 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.