nod-mcp-server

opennod/nod-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 7d ago
Reference MCP server for the NOD Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nod-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "opennod/nod-mcp-server"
      ]
    }
  }
}

README Excerpt

This is how AI agents will interact with businesses — not by scraping, but by reading structured manifests. This reference MCP server teaches any MCP-compatible client (Claude Desktop, agent frameworks, IDEs) to read a business's [`nod.json`](https://opennod.ai/protocol) manifest at `https://{domain}/.well-known/nod.json` and answer real questions about what the business can do: order food, book an appointment, search products, check pricing, and more.

Tools (2)

actiondomain