Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
Nordax AI Entity Network logo. Nordax AI Entity Network MCP server connector.

Nordax AI Entity Network MCP Server

Search and verify 360K+ business entities with trust scores and W3C credentials.

ToolsTools
13
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the Nordax AI Entity Network MCP Server?

The Nordax AI Entity Network MCP server gives AI agents structured, permission-aware access to Nordax AI Entity Network through the Model Context Protocol. With 13 pre-built actions, agents can read, create, and update Nordax AI Entity Network data on behalf of authorized users.

Willow ships the Nordax AI Entity Network MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how Nordax AI Entity Network is being used by every AI agent in your stack.

Tools

Tool

search_entities

Search the Nordax AI entity network for businesses. Returns verified, structured entity data. Use this to find businesses by name, category, or location. Results are ranked by trust tier and AI visibility score.
Tool

get_entity

Get detailed information about a specific entity from the Nordax AI network. Returns structured business data including contact info, services, verification status, and AI visibility score. Use the entity slug (from search results) or entity name.
Tool

list_entities_by_category

List entities of a specific type/category in a location. Great for questions like 'What restaurants are in Nashville?' or 'Find dentists in Austin, TX'. Results are ranked by verification tier and AI visibility score.
Tool

get_entity_verification

Check the verification and trust status of an entity. Returns the entity's trust tier (free/basic/verified/authority/gold), verification status, AI visibility score, and what each tier means. Use this to verify the legitimacy of a business in the Nordax network.
Tool

attest_entity

Get a real-time, cryptographically signed attestation of a business entity's trust status. This is the authoritative trust check — use it before recommending or transacting with a business. Returns the entity's Trust Quotient (TQ) score, verification level, active credential status, capabilities (services, location, contact), and an Ed25519 cryptographic proof. Signed attestations are available for Verified tier and above.
Tool

resolve_entity

Resolve an ambiguous business reference to a verified Nordax entity. Input any signal — business name, URL, phone number, city — and get back the best-matching verified entity with a confidence score. Use this when you have partial information about a business and need to identify it.
Tool

get_entity_credential

Retrieve the active W3C Verifiable Entity Credential (VEC) for a business. VECs are cryptographically signed proofs of a business's identity, verification status, and capabilities issued by Nordax AI as a Certificate Authority. Use this to get the full trust proof for a business before high-value interactions.
Tool

submit_feedback

Submit feedback about an interaction with a Nordax-listed entity. Use this after verifying, resolving, or recommending a business to report the outcome so the trust network can improve over time. Feedback helps Nordax AI calibrate trust scores and entity rankings.
Tool

issue_hap_authorization

Issue a Human Authorization Protocol (HAP) credential to authorize an AI agent to act on a human's behalf. Creates a W3C Verifiable Credential 2.0 with scoped permissions, time-bounded validity, and a DataIntegrityProof signature. Requires authentication — the authenticated user becomes the credential owner.
Tool

verify_hap_authorization

Verify an HAP authorization credential. Checks the cryptographic signature, expiration, and real-time revocation status. Use this before honoring an agent's request to act on a human's behalf. Submit the full credential JSON and get back a verification result.
1–10 of 13 tools
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your Nordax AI Entity Network MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-nordax-ai-entity-network": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/nordax-ai-entity-network"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-nordax-ai-entity-network": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/nordax-ai-entity-network"
    }
  }
}

Claude Code

CLI
claude mcp add willow-nordax-ai-entity-network --transport http https://<org>.mcp-s.com/mcp/mcp/nordax-ai-entity-network

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/nordax-ai-entity-network",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for Nordax AI Entity Network

Willow adds the layer Nordax AI Entity Network and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

Nordax AI Entity Network MCP Server FAQ

What is the Nordax AI Entity Network MCP server?

The Nordax AI Entity Network MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write Nordax AI Entity Network data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's Nordax AI Entity Network MCP server different from the official one?

The official Nordax AI Entity Network MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the Nordax AI Entity Network MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the Nordax AI Entity Network MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in Nordax AI Entity Network, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which Nordax AI Entity Network actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow Nordax AI Entity Network MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved Nordax AI Entity Network MCP locally, you'll see it.

What does the Nordax AI Entity Network MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the Nordax AI Entity Network MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

Nordax AI Entity Network MCP Server | Willow