start_takedown
ActiveTool of net.lawyerd/takedown
Get the secure onboarding link to actually start a takedown. The content owner opens it once in a browser to identify themselves, sign the standing authorization (the one step that legally requires a human), and provide proof of ownership. Returns the link plus what to prepare and what happens next. Creates nothing by itself; filings targeting lawful criticism, reviews or journalism are declined at intake.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"minLength": 1,
"description": "The infringing URL or bare domain"
}
},
"additionalProperties": false
}Parent server
net.lawyerd/takedown
https://github.com/lawyerd999/dmca-takedown-mcp
1/7 registries