Microsoft Dynamics NAV

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 天免费 · 无需信用卡 · EU 托管

问 Microsoft 任何事

通过 AnythingMCP 对 Microsoft Dynamics NAV 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。

在 Cloud 上安装 Microsoft
Microsoft Dynamics NAV · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

2 分钟设置

  1. 1在 cloud.anythingmcp.com 开始免费试用。
  2. 2在连接器商店点击 Microsoft Dynamics NAV。提示时粘贴凭据。
  3. 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
立即安装 Microsoft Dynamics NAV

Microsoft 指南

面向主流 AI 客户端的逐步设置。

配置 Microsoft Dynamics NAV

直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。

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.

  1. NAV_BASE_URL is the OData root of your service tier, e.g. https://nav.example.com:7048/DynamicsNAV110/OData. No trailing slash.
  2. NAV_COMPANY is 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.
  3. NAV_USERNAME and NAV_PASSWORD are 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 to SSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.

你的 AI 距离 Microsoft Dynamics NAV 仅两次点击。

安装连接器、粘贴凭据、向 AI 提问。7 天免费,无需信用卡。