Microsoft Dynamics NAV
Microsoft Dynamics NAV on-premises over OData v4: query and update any published page or query web service — customers, items, sales orders, vendors — in one company. NavUserPassword or Windows basic auth against your own NAV service tier.
7 Tage gratis · keine Kreditkarte · EU-Hosting
Frag Microsoft alles
Teste einen echten Prompt gegen Microsoft Dynamics NAV via AnythingMCP — Claude ruft die Tools auf, liefert die Antwort. Drück Enter auf deine eigene Nachricht, um auf Cloud zu installieren.
Microsoft auf Cloud installierenClaude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
Setup in 2 Minuten
- 1Free Trial auf cloud.anythingmcp.com starten.
- 2Im Connector-Store auf Microsoft Dynamics NAV klicken. Credentials einfügen.
- 3MCP-API-Key generieren und KI-Client auf die MCP-URL zeigen.
Anleitungen für Microsoft
Schritt-für-Schritt-Setup für die wichtigsten KI-Clients.
Microsoft Dynamics NAV einrichten
Direkt aus der Connector-Definition: wo du die Credentials findest, welche Rechte sie brauchen und mit welcher API dieser Adapter spricht. Vom Connector-Autor auf Englisch bereitgestellt.
Publish the web services first. NAV exposes nothing by default. In the NAV client open Web Services (page 810) and add a row per object you want to reach: Object Type Page, the object id, and a Service Name — that service name is the OData entity set name, not the page's caption. Tick Published. Common ones: page 21 → Customer, page 27 → Vendor, page 30 → Item, page 42 → SalesOrder.
Then point the connector at one company.
NAV_BASE_URLis the OData root of your service tier, e.g.https://nav.example.com:7048/DynamicsNAV110/OData. No trailing slash.NAV_COMPANYis the company name exactly as NAV spells it, including spaces —CRONUS Deutschland GmbH. The adapter builds.../OData/Company('<name>'), so one connector serves one company; add a second connector for a second company.NAV_USERNAMEandNAV_PASSWORDare a NavUserPassword credential (or a Windows account, if the service tier is configured for NTLM).
OData v4 vocabulary: $filter, $select, $top, $orderby, $expand. String comparison is Name eq 'Muster' with single quotes; dates are bare (Order_Date ge 2026-01-01). NAV replaces spaces in field names with underscores, so Order Date is Order_Date.
Updates need the row's etag. OData v4 requires If-Match on a PATCH. dynamics_nav_update_record sends If-Match: *, which means 'update whichever version is current' — simple, and deliberately last-writer-wins. Read the row first if that matters.
SOAP is being retired, in Business Central from release wave 2026-2. OData is the path forward, which is why this adapter speaks it and not the older SOAP endpoint.
Self-hosted, which is the thing to plan for.
- On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
- On an internal host (
nav.intern,10.0.0.x), self-host AnythingMCP on the same network and add that host toSSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.
Deine KI ist zwei Klicks von Microsoft Dynamics NAV entfernt.
Connector installieren, Credentials einfügen, KI fragen. 7 Tage gratis, keine Kreditkarte.