MCP Server für Forterro Proffix Px5 ERP
Remote endpoints: streamable-http: https://mcp.pfx.ch/api/server
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ch-pfx-mcp-server": {
"url": "https://mcp.pfx.ch/api/server"
}
}
}From the project's GitHub README.
🇩🇪 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
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
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.
Offiziell gelistet im MCP Registry:
ch.pfx/mcp-serverBeispiel: "Zeige mir alle offenen Rechnungen"
Die KI greift direkt auf deine Proffix-Daten zu und liefert strukturierte Ergebnisse - ohne SQL oder API-Kenntnisse.
Beispiel: "Suche Artikel mit 'Laptop' im Namen und Preis unter 1000 CHF"
Natürliche Sprachabfragen werden automatisch in präzise API-Calls umgewandelt.
Beispiel: "Erstelle einen Bericht über die Top 10 Kunden nach Umsatz"
Die KI aggregiert Daten, erstellt Analysen und formatiert Ergebnisse professionell.
Beispiel: "Welche Adressen haben sich diese Woche geändert?"
Zeitbasierte Abfragen und Änderungsanalysen in Echtzeit.
Für Claude Desktop Benutzer - Einfachste Installation!
Die schnellste Methode - keine manuelle Konfiguration nötig!
API Key holen
Besuche request-api-key.html und fordere deinen kostenlosen Key an (per E-Mail)
MCPB Bundle laden
pfx-mcp-server.mcpb herunterladen
Installieren
In Claude Desktop: Einstellungen → Erweiterungen → Erweiterte Einstellungen (Bereich Extension Developer) → Erweiterung installieren… → die .mcpb Datei auswählen und den Anweisungen folgen
Zugangsdaten eingeben
API Key + deine Proffix Px5 Credentials (Username, Passwort, URL, Port, Datenbank)
Fertig!
Claude neu starten und testen: "Zeige mir alle Adressen aus Zürich aus Proffix Px5"
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:
API Key anfordern
request-api-key.html
Bridge-Script laden
mcp-http-bridge.txt herunterladen und zu mcp-http-bridge.js umbenennen
Config-Datei öffnen
Je nach Client:
%APPDATA%\Claude\claude_desktop_config.json (Windows) oder ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)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"
}
}
}
}
Vollständige Setup-Anleitungen für alle AI-Clients:
Der pfx MCP Server läuft als hosted service unter:
https://mcp.pfx.ch/api/server
Transport: JSON-RPC 2.0 via HTTP
Status: https://mcp.pfx.ch/api/version
Der pfx MCP Server implementiert das standardisierte Model Context Protocol über JSON-RPC 2.0:
arguments übergeben.proffix_search_endpoints - Fuzzy-Search über 120+ Endpointsproffix_call_endpoint - Direkter Endpoint-Aufrufproffix_describe_endpoint - Endpoint-DokumentationDer Server unterstützt zwei Antwortformate:
Format-Aktivierung:
{
"name": "proffix_call_endpoint",
"arguments": {
"endpointId": 9,
"format": "toon",
"params": {
"limit": 10
}
}
}
{
"name": "proffix_call_endpoint",
"arguments": {
"endpointId": 9,
"params": {
"limit": 10,
"format": "toon"
}
}
}
Priorität: params.format > arguments.format > "json" (Standard)
Server URL: https://mcp.pfx.ch/api/server
"Zeige mir alle offenen Rechnungen"
"Suche Artikel mit 'Laptop' im Namen"
"Welche Adressen haben sich diese Woche geändert?"
"Erstelle einen Bericht über Umsätze nach Kunde"
MIT License - See LICENSE file for details
Bei Fragen: https://mcp.pfx.ch/#kontakt
Hinweis: Erfordert Zugang zur Forterro Proffix Px5 REST API.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.