Connector guide3-minute read71 MCP toolsEnglish · Deutsch · Italiano

MFR Mobile Field Report mit ChatGPT verbinden — über 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.

HCBy HelpCode teamUpdated 3 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

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

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → MFR Mobile Field Report klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

MFR Mobile Field Report + ChatGPT

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.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

MFR_USERNAME, MFR_PASSWORD

Schritt 1 — Zugangsdaten holen

Key conventions:

Date format: Use datetime'YYYY-MM-DDTHH:mm:ssZ' for all date filters (e.g. DateModified gt datetime'2025-01-01T00:00:00Z').

ID format: Entity IDs are numeric. When used in URL paths, append an 'L' suffix (e.g. /ServiceRequests(11164418048L)). The tools handle this automatically.

OData filtering: All list endpoints support $filter, $orderby, $top, $skip, $select, and $expand. Combine filters with and/or. Operators: eq, ne, gt, ge, lt, le.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in ChatGPT hinzufügen

ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.

  1. Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: MFR Mobile Field Report
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Verfügbare Tools

ToolWhat it does
mfr_list_service_requestsList service requests (work orders)
mfr_get_service_requestGet a single service request by its numeric ID
mfr_get_service_request_by_external_idFind a service request by its external ID (your system's reference)
mfr_create_service_requestCreate a new service request (work order)
mfr_update_service_requestUpdate an existing service request
mfr_delete_service_requestDelete a service request by its numeric ID
mfr_link_service_request_service_objectLink a service object (equipment/device) to a service request
mfr_link_service_request_documentLink a document to a service request
mfr_add_tags_to_service_requestAdd a tag to a service request
mfr_remove_tag_from_service_requestRemove a tag from a service request
mfr_add_qualification_to_service_requestAdd a required qualification to a service request
mfr_remove_qualification_from_service_requestRemove a qualification from a service request
mfr_list_appointmentsList scheduled appointments for field technicians
mfr_create_appointmentCreate a new appointment (standard, vacation, illness, or other)
mfr_update_appointmentUpdate an existing appointment
mfr_delete_appointmentDelete an appointment by its numeric ID
mfr_list_companiesList companies (customers/clients)
mfr_get_companyGet a single company by its numeric ID with all details
mfr_create_companyCreate a new company (customer/client)
mfr_update_companyUpdate an existing company
mfr_delete_companyDelete a company by its numeric ID
mfr_list_contactsList contacts (people linked to companies)
mfr_get_contactGet a single contact by its numeric ID
mfr_create_contactCreate a new contact (person)
mfr_update_contactUpdate an existing contact
mfr_list_service_objectsList service objects (equipment, machines, devices)
mfr_get_service_objectGet a single service object by its numeric ID
mfr_create_service_objectCreate a new service object (equipment/device)
mfr_update_service_objectUpdate an existing service object
mfr_delete_service_objectDelete a service object by its numeric ID

(showing 30 of 71 tools — install the connector to see them all)

FAQ

Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.

Nächste Schritte

Ready to ship

Your MFR agent is one click away.

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