Skip to main content
Glama
nod-protocol

nod-mcp-server

Official
by nod-protocol

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOD_LOCAL_PORTNoPort the demo manifest server listens on3456
NOD_FORCE_LOCALNoRoute every domain through the local manifest server (useful for contributors testing new example manifests)
NOD_LOCAL_MANIFEST_SERVERNoBase URL the MCP server uses for .localhost lookupshttp://localhost:3456

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_nodA

Fetches a business's NOD Protocol manifest from https://{domain}/.well-known/nod.json (or the local demo server for *.localhost domains) and returns a structured summary: business identity, declared capabilities, supported actions, API endpoints, and contact methods.

check_capabilityA

Given a domain and an action (e.g. order_food, book_appointment, search_products, get_pricing, view_menu, book_table, check_status, create_account), fetches the business's NOD manifest and reports whether the action is supported, the endpoint URL, authentication requirements, and any policy constraints.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nod-protocol/nod-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server