MCP ServerHTTPOfficialv1.1.9

Pfx MCP Server

Query and automate Forterro Proffix Px5 ERP directly from AI assistants via standardized MCP protocol. For developers integrating Claude, ChatGPT, or Gemini with Proffix—no manual data export needed.

ch.pfx/mcp-server

Hosted URL

https://mcp.pfx.ch/api/server

Transport

HTTP

Auth

No auth required

Pfx repository at a glance

Live signal from GitHub, refreshed weekly.

Stars

2

Last commit

Nov 15, 2025

License

MIT

Language

JavaScript

What the Pfx MCP server does

How models use it and what it is built for.

Query and automate Forterro Proffix Px5 ERP directly from AI assistants via standardized MCP protocol. For developers integrating Claude, ChatGPT, or Gemini with Proffix—no manual data export needed.

Connect to Pfx

Hosted endpoint — paste into any MCP client.

https://mcp.pfx.ch/api/server

Resources

Where to find authoritative docs and source for Pfx.

Example prompts for Pfx

Paste any of these into Agent Studio after connecting Pfx.

  • Show me all open invoices older than 30 days
  • Search for articles with Laptop in the name under 1000 CHF
  • Create a report of top 10 customers by revenue this quarter
  • List all inventory items with stock below 10 units

Documentation from project README

View on GitHub

Excerpted from the project's README — boilerplate sections (license, changelog, contributing) omitted for clarity.

pfx MCP Server für Forterro Proffix Px5

🇩🇪 Deutsch | 🇬🇧 English

Model Context Protocol Server für Forterro Proffix Px5 ERP

Die universelle Schnittstelle für AI/KI-Integration mit deinem Proffix Px5 ERP

Verbinde AI-Assistenten (Claude, ChatGPT, Gemini) mit deinem Proffix Px5 über standardisiertes MCP-Protokoll.

JSON-RPC 2.0 Transport • Parameterbasierte Auth • Aufbereitete Proffix Endpoints

🌟 Was ist das Model Context Protocol (MCP)?

Model Context Protocol (MCP) ist ein offener Standard von Anthropic für sichere AI-Integration. KI-Assistenten greifen direkt auf deine Systeme zu - ohne manuelle Datenkopien oder Screenshots.

Ohne MCP: "Zeig mir alle offenen Rechnungen" → Du musst Proffix öffnen, Daten exportieren, in die KI kopieren

Mit MCP: "Zeig mir alle offenen Rechnungen" → Die KI greift direkt auf Proffix zu und liefert die Antwort

  • Echtzeit-Zugriff: KI arbeitet mit aktuellen Daten aus deinen Systemen
  • Sicherheit: Keine Daten werden in der KI gespeichert - nur temporärer Zugriff
  • Automatisierung: KI kann komplexe Aufgaben über mehrere Systeme hinweg ausführen
  • Natürliche Sprache: Keine SQL oder API-Kenntnisse erforderlich
  • Standardisiert: Funktioniert mit allen MCP-kompatiblen KI-Assistenten

📋 Was ist pfx MCP?

pfx MCP ist der erste MCP Server für Forterro Proffix Px5. Verbinde AI-Assistenten wie Claude, ChatGPT und Gemini mit deinem ERP. Greife auf Daten zu, erstelle Berichte und automatisiere Workflows - direkt über natürliche Sprache.

  • Proffix Funktionen direkt via MCP Tools
  • JSON-RPC 2.0 Transport für alle MCP-Clients
  • Kostenloser API Key (Beta)
  • Claude, ChatGPT, Gemini Ready

Offiziell gelistet im MCP Registry:

💡 Praktische Anwendungsfälle

📊 Intelligente Datenabfragen

Beispiel: "Zeige mir alle offenen Rechnungen"

Die KI greift direkt auf deine Proffix-Daten zu und liefert strukturierte Ergebnisse - ohne SQL oder API-Kenntnisse.

🔍 Komplexe Suchen

Beispiel: "Suche Artikel mit 'Laptop' im Namen und Preis unter 1000 CHF"

Natürliche Sprachabfragen werden automatisch in präzise API-Calls umgewandelt.

📈 Automatische Berichte

Beispiel: "Erstelle einen Bericht über die Top 10 Kunden nach Umsatz"

Die KI aggregiert Daten, erstellt Analysen und formatiert Ergebnisse professionell.

🔔 Änderungsverfolgung

Beispiel: "Welche Adressen haben sich diese Woche geändert?"

Zeitbasierte Abfragen und Änderungsanalysen in Echtzeit.

💼 Weitere Anwendungsfälle

  • Lagerverwaltung: "Zeige mir alle Artikel mit Lagerbestand unter 10"
  • Kundenanalysen: "Analysiere die Umsatzentwicklung von Kunde 1001"
  • Workflow-Automatisierung: "Erstelle eine neue Adresse für Firma XY"
  • Endpoint-Discovery: "Welche API-Endpoints gibt es für Aufträge?"
  • Multi-System-Abfragen: "Vergleiche Proffix-Daten mit unserem CRM"

🚀 Quick Start

Option 1: One-Click Installation (Empfohlen) 🎯

Für Claude Desktop Benutzer - Einfachste Installation!

Die schnellste Methode - keine manuelle Konfiguration nötig!

  1. API Key holen
    Besuche request-api-key.html und fordere deinen kostenlosen Key an (per E-Mail)

  2. MCPB Bundle laden
    pfx-mcp-server.mcpb herunterladen

  3. Installieren
    In Claude Desktop: Einstellungen → Erweiterungen → Erweiterte Einstellungen (Bereich Extension Developer) → Erweiterung installieren… → die .mcpb Datei auswählen und den Anweisungen folgen

  4. Zugangsdaten eingeben
    API Key + deine Proffix Px5 Credentials (Username, Passwort, URL, Port, Datenbank)

  5. Fertig!
    Claude neu starten und testen: "Zeige mir alle Adressen aus Zürich aus Proffix Px5"


Option 2: Manuelle Installation (Fortgeschritten) ⚙️

Für andere MCP-Clients oder erweiterte Konfiguration

Für andere MCP-Clients (Cursor, Windsurf, Gemini CLI, etc.) oder wenn du die Konfiguration selbst verwalten möchtest:

  1. API Key anfordern
    request-api-key.html

  2. Bridge-Script laden
    mcp-http-bridge.txt herunterladen und zu mcp-http-bridge.js umbenennen

  3. Config-Datei öffnen
    Je nach Client:

    • Claude: %APPDATA%\Claude\claude_desktop_config.json (Windows) oder ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
    • Cursor/Windsurf: Siehe AI Client Setup
  4. Server hinzufügen
    Siehe Beispiel-Config unten:

{
  "mcpServers": {
    "pfx-mcp": {
      "command": "node",
      "args": ["C:\\mcp\\mcp-http-bridge.js", "https://mcp.pfx.ch/api/server"],
      "env": {
        "HTTP_AUTHORIZATION": "Bearer DEIN_API_KEY",
        "PROFFIX_USERNAME": "dein-username",
        "PROFFIX_PASSWORD": "dein-passwort",
        "PROFFIX_URL": "https://dein-proffix.com",
        "PROFFIX_PORT": "11011",
        "PROFFIX_DATABASE": "deine-db",
        "RESPONSE_FORMAT": "json"
      }
    }
  }
}
  1. Client neu starten und testen
    Frage deinen AI-Assistenten: "Zeige mir alle Adressen aus Proffix"

📚 Dokumentation

Vollständige Setup-Anleitungen für alle AI-Clients:

Continue reading on GitHub

Pfx MCP server — FAQ

Common questions about connecting and running Pfx.

  • What does the pfx MCP server do?

    It connects AI assistants (Claude, ChatGPT, Gemini) directly to Forterro Proffix Px5 ERP via the Model Context Protocol, enabling real-time queries, reports, and workflow automation through natural language—no SQL or manual data export required.

  • How do I get started and authenticate?

    Request a free API key at mcp.pfx.ch/request-api-key.html, then install the .mcpb bundle in Claude Desktop (or manually configure for other clients) with your Proffix credentials (username, password, URL, port, database). The README provides step-by-step setup for Claude, Cursor, Windsurf, and other MCP clients.

  • Is there a cost to use this server?

    The API key is free during the beta phase. The README does not document pricing after beta or any usage limits.

  • What are the alternatives to pfx MCP?

    The README does not compare alternatives; however, without MCP you would manually export data from Proffix, copy it into your AI chat, and lose real-time access. pfx MCP is described as the first MCP server for Proffix Px5.

  • Does the server store my Proffix credentials or data?

    No. Credentials are passed as HTTP headers with each request and not stored on the MCP server. The README emphasizes that no data is retained—only temporary access is granted—and recommends always using HTTPS and strong passwords.

Run Pfx across 60+ AI models, side-by-side

Connect Pfx to Claude, GPT, Gemini, DeepSeek and 60+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground