← myprivacyagent.com

INDIVIDUAL MCP TOOL

get_opt_out_instructions

Step-by-step, verified opt-out instructions for one people-search or data-broker site, plus what My Privacy Agent does for that site after a person authorizes it.

myprivacyagent.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://myprivacyagent.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "my-privacy-agent-public": {
      "type": "http",
      "url": "https://myprivacyagent.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "my-privacy-agent-public",
  "transport": "streamable-http",
  "url": "https://myprivacyagent.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_opt_out_guides — Summaries of every published step-by-step guide (slug, domain, category, method, difficulty, turnaround, support level).
  • get_removal_route — For any of the 950+ sites in the takedown registry: the documented removal method (form, email, both, guide, or none), the opt-out URL and privacy email on record, the parent company that actually processes the request, sibling sites one request may cover, and a link to our step-by-step guide when one exists.
  • search_privacy_library — Search My Privacy Agent's published articles, opt-out guides, help answers, and plan facts.
  • get_service_overview — The public service description: scope of these tools, the private handoff pages (free check, review a listing, pricing), the rules assistants must follow, and registry statistics.
  • list_my_subjects — Requires OAuth.
  • get_my_report — Requires OAuth and the 'share_results' permission for the subject.
  • list_my_cases — Requires OAuth and the 'share_results' permission.
  • get_case_status — Requires OAuth and the 'share_results' permission.