Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Cloud Platforms
  3. Takedown
  4. README

Takedown README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Takedown listing page.

Back to Takedown View source on GitHub

DMCA Takedown MCP Server

The first DMCA takedown & host-reveal MCP server. Connect it to Claude (or any MCP client) and your AI agent can answer: “who really hosts this infringing site — even behind Cloudflare — where does the DMCA/abuse notice go, and how do I actually get it taken down?”

Hosted and operated by Lawyerd, a counsel-led content-removal practice. This repository is the public home and documentation for the server; it is a remote, hosted MCP server — there is nothing to install or run yourself. Just point your agent at the endpoint.

  • Endpoint: https://mcp.lawyerd.net/takedown (Streamable HTTP)
  • Alias: https://mcp.lawyerd.net/mcp
  • Registry: net.lawyerd/takedown in the official MCP Registry
  • Cost: free, no account, rate-limited
  • Discovery: /.well-known/mcp.json

Quick start

Add the server to Claude Code / Claude Desktop:

Terminal
claude mcp add --transport http lawyerd https://mcp.lawyerd.net/takedown

Or add it to any MCP client config (mcpServers):

config.json
{
  "mcpServers": {
    "lawyerd": {
      "type": "http",
      "url": "https://mcp.lawyerd.net/takedown"
    }
  }
}

Then just ask your assistant, in your own words:

“Someone reposted my photo set and is selling prints at https://example-infringer.com. Who hosts it and how do I take it down?”

The agent chains the three tools below and hands you a plain-language answer.


Tools

resolve_host

Look up who hosts a URL and where a DMCA/abuse notice would go. Identifies the platform, the CDN/proxy in front (e.g. Cloudflare, DDoS-Guard), or the direct hosting provider and its abuse contact. For domains whose real host has already been revealed from behind a proxy, it returns that host immediately; for a domain still hidden behind a proxy it says so honestly — revealing the true host means initiating an abuse report. Read-only; files nothing.

assess_takedown

The plan for a takedown of a specific URL: the route it would follow (host abuse, platform form, or reveal-first), what the rights holder must supply (proof of ownership and a one-time signed attestation), the step-by-step process, and the legal caveats — including 17 U.S.C. §512(f) and scope limits. Read-only; it does not judge the merits of the claim.

start_takedown

Returns a secure onboarding link to actually begin a takedown. A human opens it once in a browser to identify themselves, sign the authorization (the one step that legally requires a human), and provide proof of ownership. Nothing is filed by the agent.


Example

jsonc
// tools/call → resolve_host  { "url": "https://example-infringer.com" }
{
  "domain": "example-infringer.com",
  "frontedBy": "cdn_proxy",
  "proxy": { "name": "Cloudflare" },
  "realHostHidden": true,
  "takedownRoute": "needs_reveal",
  "nextStep": "The site is behind Cloudflare — the real host is hidden. Revealing it requires initiating an abuse report; start a takedown to do that."
}

For a domain already revealed, resolve_host returns the real host and its abuse email directly, with revealSource: "cached_reveal".


What this is — and is not

  • ✅ A lookup and planning layer for DMCA / abuse takedowns, callable by AI agents.
  • ✅ Honest about what it knows: it never invents an abuse contact, and it does not claim a synchronous “reveal behind Cloudflare” it cannot actually perform without filing.
  • ❌ Not an auto-filing bot. A DMCA notice is signed by the rights holder under penalty of perjury; that signature is always made by a human.
  • ❌ Not legal advice, and it does not guarantee removal.
  • ❌ Not a tool for suppressing lawful content. Copyright, trademark and brand-impersonation matters only — lawful criticism, reviews and journalism are declined at intake.

The actual enforcement — revealing the real host, filing the notice, following up, and confirming the content is genuinely gone — is done by Lawyerd under qualified counsel. The MCP server is the front door; lawyerd.net is the practice behind it.


Keywords

DMCA takedown · MCP server · Model Context Protocol · AI agent · host reveal · find the real host behind Cloudflare · abuse contact lookup · copyright takedown · brand protection · content removal · Claude · takedown automation.

Links

  • Website: https://lawyerd.net
  • MCP endpoint: https://mcp.lawyerd.net/takedown
  • Official MCP Registry entry: https://registry.modelcontextprotocol.io/v0/servers?search=lawyerd
  • Model Context Protocol: https://modelcontextprotocol.io
  • Contact: dmca@lawyerd.net

License

Documentation in this repository is released under the MIT License. The hosted service, its tool implementations and the underlying host-resolution data are proprietary to Lawyerd and are not included here.