Connector guide1-minute read71 MCP toolsEnglish · Deutsch · Italiano

Mfr を Gemini に接続する方法 — MCP 経由

MCPを使用してMFRフィールドサービス管理をClaude AIに接続します。自然言語でサービスリクエスト、アポイントメント、技術者、チェックリストを照会します。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

MFR Mobile Field Report

MCP connector

MFR Mobile Field Report

Manage field service operations with Mobile Field Report (MFR). Access service requests, appointments, companies, contacts, technicians, service objects, products, documents, time tracking, invoices, checklists, items, tags, qualifications, cost centers, and reports via OData API.

Tools

71

Region

DE

Category

Field Service

Authentication

Basic Auth

Required env vars

MFR_USERNAMEMFR_PASSWORD
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 MFR Mobile Field Report 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

MCPを使用してMFRフィールドサービス管理をClaude AIに接続します。自然言語でサービスリクエスト、アポイントメント、技術者、チェックリストを照会します。

MFRをClaudeに接続する

モバイルフィールドレポート(MFR)は、技術者やサービス会社が使用するドイツのフィールドサービス管理プラットフォームです。AnythingMCPを使用すると、MFRのOData APIをClaudeに接続し、自然言語でフィールドオペレーションを管理できます。

できること

  • "今週のすべてのオープンサービスリクエストを表示"
  • "今日、最も多くのアポイントメントを持っている技術者は誰ですか?"
  • "会社Müller GmbHのサービスオブジェクトをリストアップ"
  • "リクエストSR-12345の未完了のチェックリストステップは何ですか?"
  • "チームは先月何時間働きましたか?"

セットアップ

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. http://localhost:3000/connectors/storeを開き、MFRモバイルフィールドレポートアダプターをインポートします
  2. MFRユーザー名パスワードを入力します
  3. MCPサーバーに割り当てます

Claudeに接続する

{
  "mcpServers": {
    "mfr": { "url": "http://localhost:4000/mcp" }
  }
}

利用可能なツール

ツール説明
mfr_list_service_requestsODataフィルタリングを使用して作業指示をリストアップ
mfr_get_service_requestリンクされたデータでリクエストの詳細を取得
mfr_list_appointmentsスケジュールされた技術者のアポイントメントを表示
mfr_list_companies顧客会社をリストアップ
mfr_list_contacts会社の連絡先をリストアップ
mfr_list_users技術者とユーザーをリストアップ
mfr_list_service_objectsサービス中の機器をリストアップ
mfr_list_stepsチェックリストのステップを表示
mfr_list_time_events労働時間を追跡
mfr_list_invoicesサービス請求書を表示

ODataフィルタリング

MFRのOData APIは強力なフィルタリングをサポートしています。Claudeは次のような式を使用できます:

  • $filter=Status eq 'Open' — ステータスでフィルタリング
  • $orderby=CreatedDate desc — 日付でソート
  • $expand=Company,Appointments — 関連データを含める
  • $top=10 — 結果を制限

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

Ready to ship

Your MFR agent is one click away.

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

関連ガイド

connectors

MFR Mobile Field Report を ChatGPT に接続する方法 — MCP 経由

Manage field service operations with Mobile Field Report (MFR). Access service requests, appointments, companies, contacts, technicians, service objects, products, documents, time tracking, invoices, checklists, items, tags, qualifications, cost centers, and reports via OData API.

connectors

MFR Mobile Field Report を Claude に接続する方法 — MCP 経由

Manage field service operations with Mobile Field Report (MFR). Access service requests, appointments, companies, contacts, technicians, service objects, products, documents, time tracking, invoices, checklists, items, tags, qualifications, cost centers, and reports via OData API.

connectors

MFR Mobile Field Report を Cursor に接続する方法 — MCP 経由

Manage field service operations with Mobile Field Report (MFR). Access service requests, appointments, companies, contacts, technicians, service objects, products, documents, time tracking, invoices, checklists, items, tags, qualifications, cost centers, and reports via OData API.

connectors

MFR Mobile Field Report を Gemini に接続する方法 — MCP 経由

Manage field service operations with Mobile Field Report (MFR). Access service requests, appointments, companies, contacts, technicians, service objects, products, documents, time tracking, invoices, checklists, items, tags, qualifications, cost centers, and reports via OData API.

connectors

MFRモバイルフィールドレポートをChatGPTに接続してAIフィールドサービスを実現する方法

MCPを使用してMFRフィールドサービスをChatGPTに接続します。自然言語でサービスリクエスト、アポイントメント、技術者のスケジュールを管理します。

connectors

Claudeを使用してAI駆動のフィールドサービスにMFRモバイルフィールドレポートを接続する方法

MCPを使用してMFRフィールドサービス管理をClaude AIに接続します。自然言語でサービスリクエスト、アポイントメント、技術者、チェックリストを照会します。