← nordax.ai
INDIVIDUAL MCP TOOL
get_entity_credential
Retrieve the active W3C Verifiable Entity Credential (VEC) for a business.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nordax-ai]
url = "https://mcp.nordax.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nordax-ai": {
"type": "http",
"url": "https://mcp.nordax.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nordax-ai
Remote MCP URL: https://mcp.nordax.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nordax-ai": {
"url": "https://mcp.nordax.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nordax-ai": {
"type": "http",
"url": "https://mcp.nordax.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nordax-ai",
"transport": "streamable-http",
"url": "https://mcp.nordax.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_entities— Search the Nordax AI entity network for businesses.get_entity— Get detailed information about a specific entity from the Nordax AI network.list_entities_by_category— List entities of a specific type/category in a location.get_entity_verification— Check the verification and trust status of an entity.attest_entity— Get a real-time, cryptographically signed attestation of a business entity's trust status.resolve_entity— Resolve an ambiguous business reference to a verified Nordax entity.submit_feedback— Submit feedback about an interaction with a Nordax-listed entity.issue_hap_authorization— Issue a Human Authorization Protocol (HAP) credential to authorize an AI agent to act on a human's behalf.