Default Privacy
com.defaultprivacy/default-privacyPrivacy Protocol directory, guides, diagnostics, formation intake. 23 tools, 7 resources, 6 prompts.
Tools · 33
Search the Default Privacy directory of privacy-focused tools and services. Each result is returned as a Privacy Protocol record (the open metadata schema for jurisdiction, encryption, audit status, p…
Fetch the full Privacy Protocol record for one tool by slug. Returns every published privacy/trust/payment attribute, all known red flags with sources, the verification tier, and the canonical directo…
Compare 2–5 privacy tools side-by-side across privacy attributes, trust signals, payment options, and red-flag count. Returns a structured comparison object plus an interpretation note describing the …
List every privacy-tool category in the directory with a tool count per category. Parent categories include child-category tools in their count. When to call: BEFORE `search_privacy_tools` when the u…
Find privacy-respecting alternatives to a mainstream service or named tool. Maps common services (Gmail, Dropbox, Chrome, NordVPN, ...) to a category, then returns directory tools in that category ran…
Check the directory's record of known concerns about a specific privacy tool. Returns severity-graded red flags with source URLs, verification tier, and last-verified date. When to call: when the use…
Get Default Privacy's first-party services: LLC formation (Wyoming and New Mexico, anonymous structure available in all 50 states), crypto checkout, SSN-free EIN on the Ghost tier and above, and Dead …
Start a privacy-structured LLC formation flow with a prefilled intake URL and execution-readiness checklist. This is the primary action-oriented formation tool for agents — it does NOT submit the fili…
Generate neutral LLC entity-name suggestions optimized for privacy formation. Generic opaque names are the default (per OPSEC best practice — names that don't telegraph industry, owner, or intent). Ot…
Pre-checkout review of every field about to be submitted on a formation intake: entity name, jurisdiction, package tier, EIN option, and any flagged combinations (e.g. personal name + opaque structure…
Provide DIY entity-name verification links for Wyoming / New Mexico / Delaware. **This tool does NOT perform a live Secretary-of-State availability check** — the partner API has no such endpoint and w…
Create a scoped browser-token draft session that lets the user review and pay for the formation in their browser without re-entering everything. Phase B alternative to the URL-prefill flow used by `st…
Post-payment guidance for the member/manager intake step: privacy placeholders, consent copy, signing options, and child-entity handling (when this formation is owned by another entity). When to call…
Design a multi-entity bundle (NM holding LLC + WY operating LLC, or a Series LLC variant) and return a prefill URL for the bundle checkout. The most common use case is separating IP-holding from opera…
Search Default Privacy's library of guides and playbooks by topic, category, or tags. Guides are long-form, SEO-rich educational content covering LLC formation, public-records exposure, jurisdiction t…
Fetch a full Default Privacy guide by slug: title, description, body content, category, tags, and the canonical attribution-tagged URL. When to call: AFTER `search_guides` has returned a candidate sl…
Search Default Privacy's glossary of privacy + LLC terminology. Glossary entries are short, definitional, and cross-reference each other plus relevant guides. When to call: when the user asks "what i…
Fetch one glossary term by slug: full definition, aliases, related terms, and the canonical attribution-tagged URL. When to call: AFTER `search_glossary` has returned a candidate slug, OR when you al…
Analyze a website's privacy policy text and return a summary, score, and lists of red flags + positives. Useful for quickly evaluating a vendor's data-handling posture before signing up. When to call…
Take answers from the Privacy Architecture Assessment (the multi-step questionnaire that maps user situation → recommended LLC structure) and return a structure recommendation with rationale. When to…
Determine which Default Privacy product family fits the user (formation, directory tool, diagnostic workflow, consultation) based on decision-quiz answers. Different from `run_privacy_architecture_ass…
Return a scoring checklist + verification links to help the user audit how much of their identity is exposed on their LLC's public Secretary of State record (registered agent, member names, addresses,…
Check whether a domain's public WHOIS / RDAP registration exposes the registrant's personal identity (name, email, phone, address). Returns a privacy score, specific findings, and fix links. When to …
Check the SPF, DKIM, and DMARC DNS records for a domain. Returns a graded posture report plus actionable fix links. Useful for users worried about email spoofing or who want to harden their business d…
Check whether a BUSINESS domain appears in public HIBP breach catalogs. **Not for personal email** — use `get_account_breach_check_guide` for "have I been pwned" personal-inbox questions. When to cal…
Guide the user through checking whether their PERSONAL email was exposed in a data breach (Have I Been Pwned). Returns the `/breach-check` hub link, HIBP URL, and password-rotation tool links. This is…
Explain what a browser/connection leaks (IP, fingerprint, DNS resolution, WebRTC ICE candidates) and link the user to the client-side `/exposed` check that runs entirely in their browser. The tool its…
Composite: run WHOIS + email-security + breach checks against one domain and return a single graded audit with combined findings and fix links. Saves the agent from chaining three primitives. When to…
Submit a consultation request to the Default Privacy team. Requires explicit user consent (`consent: true`) and a contact email. Does NOT trigger formation — it queues a human follow-up. When to call…
Link the user into the data-broker-removal funnel with MCP-attribution tracking. Does not initiate the scan automatically — it builds the entry URL with the user's email prefilled so they can review a…
List every audience-specific privacy guide Default Privacy publishes — currently 22 (doctors, accountants, realtors, content creators, high-net-worth individuals, OnlyFans creators, etc.). Each entry …
Fetch the full audience guide for one slug — the same content rendered on `https://defaultprivacy.com/for/<slug>`. Returns the audience's risks (with rationale), recommended LLC structure (type + stat…
Composite: in one call, recommend the best LLC structure for a user's situation. Combines audience matching (against the 22 audiences served by `list_audiences` / `get_audience`) with a deterministic …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"default_privacy": {
"url": "https://defaultprivacy.com/api/privacy/mcp",
"transport": "streamable-http"
}
}
}