← Registry

API Tools

zurilink.com

This MCP server enables querying a member's affiliation standing through a consent-governed hard pull and polling the status of previously filed inquiries.

1 endpoint2 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://zurilink.com/mcp

No auth detected

MCP server metadata

Name
zurilink-verification
Version
1.0.0
Capabilities
tools
Server instructions

ZuriLink is a member-sovereign trust bureau for institutional belonging. verify_affiliation files a consent-governed inquiry; check_inquiry_result returns the signed answer. Authenticate with a verifier API key: Authorization: Bearer zk_… (register at https://zurilink.com).

Known tools 2

verify_affiliation

Ask ZuriLink about one member's standing in one affiliation (a consent-governed 'hard pull').

Inferred read-only
check_inquiry_result

Poll a previously filed inquiry.

Inferred read-only

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.zurilink-verification]
url = "https://zurilink.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zurilink-verification": {
      "type": "http",
      "url": "https://zurilink.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zurilink-verification
Remote MCP URL: https://zurilink.com/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": {
    "zurilink-verification": {
      "url": "https://zurilink.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zurilink-verification": {
      "type": "http",
      "url": "https://zurilink.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zurilink-verification",
  "transport": "streamable-http",
  "url": "https://zurilink.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.