Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Default Privacy

io.github.privatebydefault/default-privacy

Search vetted privacy tools, read guides & glossary, and run free privacy diagnostics.

Uptime
100.0%
1 direct probes · 30d
Response
1377ms
last probe
Tools
14
callable
Resources
4
readable
Prompts
3
available

Tools · 14

dp_search_tools

Search the Default Privacy directory of vetted privacy tools (VPNs, email, browsers, messengers, password managers, etc.). Filter by category and privacy attributes; results carry an ADO score (Anonym…

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.

dp_list_categories

List the privacy tool directory's category groups and subcategories with tool counts. Use the returned slugs to filter dp_search_tools.

dp_find_alternatives

Given a mainstream or privacy-hostile product/service (e.g. 'Google Analytics', 'Hotjar', 'Mixpanel', 'Facebook Pixel'), return curated privacy-respecting alternatives from the Default Privacy directo…

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. Excludes the input tool.

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). Use to help a user choose between short…

dp_search_guides

Search Default Privacy's long-form guides and playbooks. The corpus centers on legal and structural privacy — anonymous LLCs, trusts, asset protection, entity selection, and BOI/CTA compliance — plus …

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. Returns term, definition, and link; use dp_get_glossary_term for the full entry.

dp_get_glossary_term

Fetch a single glossary term's full definition and content by slug.

dp_check_email_security

Check a domain's email authentication posture — SPF, DKIM, and DMARC DNS records — and return an A–F grade with explanations. Read-only DNS lookups; no email is sent or stored.

dp_check_whois_privacy

Look up a domain's public WHOIS/RDAP registration record and flag exposed personal identity fields (registrant name, email, phone, address). Read-only RDAP lookup.

dp_check_domain_breaches

Check whether a domain appears in known public data breaches (via the Have I Been Pwned breach catalog). Returns matching breaches with dates, exposed data classes, and account counts. Domain-level on…

dp_check_password_pwned

Check whether a password has appeared in known breaches using HIBP k-anonymity. The password is SHA-1 hashed locally and only the first 5 hash characters are sent to HIBP — the password itself never l…

Resources · 4

categories

All privacy tool category groups and subcategories with tool counts.

defaultprivacy://categories
guides

Index of all long-form guides and playbooks — primarily legal/structural privacy (anonymous LLCs, trusts, asset protection, entity selection, BOI/CTA compliance) plus general privacy how-tos.

defaultprivacy://guides
glossary

Index of all defined privacy and security terms.

defaultprivacy://glossary
stats

Aggregate counts for the public directory.

defaultprivacy://stats

Prompts · 3

find_private_alternative

Find privacy-respecting alternatives to a product or service using the directory.

audit_domain_privacy

Run email-security, WHOIS, and breach checks on a domain and summarize the risks.

harden_email

Assess a domain's email posture and recommend private email tooling from the directory.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "default_privacy": {
      "url": "https://defaultprivacy.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}