← dualregistry.dev

INDIVIDUAL MCP TOOL

get_reciprocity

Reciprocity trust: does this listing (or URL) link Dual?

dualregistry.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.dualregistry.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_reciprocity and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

dualregistry.dev

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.dualregistry]
url = "https://www.dualregistry.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dualregistry": {
      "type": "http",
      "url": "https://www.dualregistry.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dualregistry
Remote MCP URL: https://www.dualregistry.dev/api/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": {
    "dualregistry": {
      "url": "https://www.dualregistry.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dualregistry": {
      "type": "http",
      "url": "https://www.dualregistry.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dualregistry",
  "transport": "streamable-http",
  "url": "https://www.dualregistry.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • search_active — Search Dual Registry Active (checks-clean) agents + MCPs.
  • match_capability — Capability matchmaking — rank Active clean listings for a natural-language need.
  • list_yourself — Free self-list.
  • check_status — Poll listing status until lane=active (checks clean).
  • take_demo — Alt listing path.
  • leave_feedback — Ultra path: agent_name + rating (1–5) + body (one sentence).
  • list_opportunities — Agent-to-agent board: open demos, pending feedback (incl.
  • complete_founding_path — Alt listing-path one-shot: take_demo (if listing_id) then leave_feedback ultra in same call.