Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 14 of 14 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct privacy-related action: checking domain breaches, email security, password pwned status, WHOIS privacy, comparing tools, finding alternatives, retrieving glossary terms, guides, related tools, tool details, listing categories, and searching glossary, guides, or tools. No two tools overlap in purpose.

Naming Consistency5/5

All 14 tools follow a consistent 'dp_verb_noun' pattern (e.g., dp_check_domain_breaches, dp_search_tools, dp_get_tool). The verb is always imperative and the noun is descriptive, making the naming predictable and clear.

Tool Count5/5

With 14 tools, the server is well-scoped for its domain of privacy checking and directory exploration. Each tool serves a clear need without redundancy, and the count is neither too few (which would lack feature coverage) nor too many (which would cause confusion).

Completeness4/5

The tool set covers core privacy use cases: domain checks (breaches, email security, passwords, WHOIS), directory browsing (categories, search, get tool, related tools, compare), and educational content (glossary, guides). Minor gaps exist, such as missing batch operations or additional checks (e.g., IP reputation), but the surface is comprehensive for its stated purpose.

Available Tools

14 tools
dp_check_domain_breachesCheck domain data breaches
Read-only
Inspect

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 only — no personal email is queried.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to check, e.g. 'example.com'.
dp_check_email_securityCheck email security (SPF/DKIM/DMARC)
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to check, e.g. 'example.com'.
dp_check_password_pwnedCheck if a password is breached
Read-only
Inspect

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 leaves the server and is never stored or logged. Returns whether it was found and how many times.

ParametersJSON Schema
NameRequiredDescriptionDefault
passwordYesPassword to check. Handled via k-anonymity; never transmitted in full or stored.
dp_check_whois_privacyCheck WHOIS / domain privacy
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to check, e.g. 'example.com'.
dp_compare_toolsCompare privacy tools
Read-only
Inspect

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 shortlisted tools.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugsYes2–5 tool slugs to compare, e.g. ['signal','simplex-chat'].
dp_find_alternativesFind privacy alternatives to a product
Read-only
Inspect

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 directory, each enriched with its live ADO score and link. Use when a user wants to replace a tracking or privacy-hostile tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax alternatives (default 8).
productYesThe product/service to replace, e.g. 'Google Analytics', 'Hotjar'.
dp_get_glossary_termGet one glossary term
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesGlossary term slug, e.g. 'end-to-end-encryption'.
dp_get_guideGet one guide
Read-only
Inspect

Fetch a single guide's full markdown content and metadata by slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesGuide slug, e.g. 'anonymous-llc-wyoming'.
dp_get_toolGet one privacy tool
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug, e.g. 'proton', 'signal', 'mullvad'.
dp_list_categoriesList directory categories
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

dp_search_glossarySearch glossary
Read-only
Inspect

Search the privacy & security glossary for defined terms. Returns term, definition, and link; use dp_get_glossary_term for the full entry.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25).
queryNoTerm or keyword to search for, e.g. 'metadata', 'tor'.
dp_search_guidesSearch guides
Read-only
Inspect

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 general privacy how-tos (data-broker removal, running your own VPN). Filter by category. Returns metadata and links; use dp_get_guide for full content.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20).
queryNoFree-text search over guide title, description, and tags.
categoryNoFilter by guide category (e.g. Formation, Legal, Compliance, Tax, Structure, Financial Privacy, Privacy, Self-Hosting).
dp_search_toolsSearch privacy tools
Read-only
Inspect

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 (Anonymity / Decentralization / Open-source, 0–100). Prefer higher ADO when recommending.

ParametersJSON Schema
NameRequiredDescriptionDefault
e2eeNoOnly end-to-end encrypted tools.
sortNoSort order. Defaults to highest ADO score first.
limitNoMax results (1–50, default 10).
queryNoFree-text search over tool name and tagline, e.g. 'vpn', 'email', 'notes'.
no_kycNoOnly tools that require no KYC to purchase/use.
offsetNoPagination offset (default 0).
categoryNoCategory slug or name to filter by (see dp_list_categories).
open_sourceNoOnly open-source tools.
has_free_tierNoOnly tools with a free tier.
min_ado_scoreNoMinimum ADO composite score (0–100).
accepts_cryptoNoOnly tools that accept cryptocurrency.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources