← defaultprivacy.com

INDIVIDUAL MCP TOOL

dp_get_tool

Fetch a single privacy tool's full Privacy Protocol record by slug — description, ADO score, jurisdiction, encryption, PII requirements, platforms, and audit status.

defaultprivacy.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

defaultprivacy.com

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.default-privacy]
url = "https://defaultprivacy.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "default-privacy": {
      "type": "http",
      "url": "https://defaultprivacy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "default-privacy": {
      "type": "http",
      "url": "https://defaultprivacy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "default-privacy",
  "transport": "streamable-http",
  "url": "https://defaultprivacy.com/api/mcp"
}
MCP Inspector

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

Related tools

  • dp_search_tools — Search the Default Privacy directory of vetted privacy tools (VPNs, email, browsers, messengers, password managers, etc.
  • dp_list_categories — List the privacy tool directory's category groups and subcategories with tool counts.
  • dp_find_alternatives — Given a mainstream or privacy-hostile product/service (e.
  • dp_get_related_tools — Given a directory tool slug, return other tools in the SAME category ranked by ADO score — a shortlist of peers/alternatives within the directory.
  • dp_compare_tools — Fetch the full Privacy Protocol records for 2–5 tools by slug for side-by-side comparison (ADO score, jurisdiction, encryption, PII requirements, audit status).
  • dp_search_guides — Search Default Privacy's long-form guides and playbooks.
  • dp_get_guide — Fetch a single guide's full markdown content and metadata by slug.
  • dp_search_glossary — Search the privacy & security glossary for defined terms.