Connector guide1-minute read71 MCP toolsEN · DE · IT

How to Connect Mfr to Gemini — via MCP

Connect MFR field service management to Claude AI using MCP. Query service requests, appointments, technicians, and checklists with natural language.

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
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the MFR Mobile Field Report in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Connect MFR field service management to Claude AI using MCP. Query service requests, appointments, technicians, and checklists with natural language.

Try asking

Example prompts for MFR Mobile Field Report

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

MFR Mobile Field Report · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

Connect MFR to Claude

Mobile Field Report (MFR) is a German field service management platform used by technicians and service companies. With AnythingMCP, you can connect MFR's OData API to Claude and manage field operations with natural language.

What You Can Do

  • "Show all open service requests for this week"
  • "Which technician has the most appointments today?"
  • "List service objects for company Müller GmbH"
  • "What checklist steps are incomplete for request SR-12345?"
  • "How many hours did the team work last month?"

Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. Open http://localhost:3000/connectors/store and import the MFR Mobile Field Report adapter
  2. Enter your MFR username and password
  3. Assign to an MCP server

Connect Claude

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

Available Tools

ToolDescription
mfr_list_service_requestsList work orders with OData filtering
mfr_get_service_requestGet request details with linked data
mfr_list_appointmentsView scheduled technician appointments
mfr_list_companiesList customer companies
mfr_list_contactsList contacts for companies
mfr_list_usersList technicians and users
mfr_list_service_objectsList equipment being serviced
mfr_list_stepsView checklist steps
mfr_list_time_eventsTrack working hours
mfr_list_invoicesView service invoices

OData Filtering

MFR's OData API supports powerful filtering. Claude can use expressions like:

  • $filter=Status eq 'Open' — Filter by status
  • $orderby=CreatedDate desc — Sort by date
  • $expand=Company,Appointments — Include related data
  • $top=10 — Limit results

Was this guide helpful?

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.

Related guides

connectors

How to Connect MFR Mobile Field Report to ChatGPT — via 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

How to Connect MFR Mobile Field Report to Claude — via 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

How to Connect MFR Mobile Field Report to Cursor — via 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

How to Connect MFR Mobile Field Report to Gemini — via 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

How to Connect MFR Mobile Field Report to ChatGPT for AI Field Service

Connect MFR field service to ChatGPT using MCP. Manage service requests, appointments, and technician schedules with natural language.

connectors

How to Connect MFR Mobile Field Report to Claude for AI-Powered Field Service

Connect MFR field service management to Claude AI using MCP. Query service requests, appointments, technicians, and checklists with natural language.