disclosedby, the subprocessor record
Dated quotes of GDPR art. 28 subprocessor lists: who lists whom, what changed, and when.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"record": {
"url": "https://disclosedby.com/api/mcp"
}
}
}Remote endpoints
https://disclosedby.com/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (7)
🟢list(company)
What one company's published subprocessor list says, as this record holds it: every row quoted as the company wrote it, with the purpose and location it printed, when the row was first and last seen here, the source page and the date it was read. Says so when no list for that company has been read. Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"company": {
"type": "string",
"description": "A company with a list on this record: its domain (notion.so) or its name (Notion). One company per call."
}
},
"required": [
"company"
],
"additionalProperties": false
}🟢named_by(subprocessor)
Which companies name one subprocessor on their published lists, with the name each company prints for it, when it was first seen on that list and when the list was read. One subprocessor per call. Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"subprocessor": {
"type": "string",
"description": "A subprocessor named on at least one list: its name, an alias, or its id here."
}
},
"required": [
"subprocessor"
],
"additionalProperties": false
}🟡changes(company, since)
The dated changes to one company's list, each derived from two readings of that list and carrying both. A change is what the page said on one date against what it said on another; it is never a claim about when a company began or ended a relationship. `printed_differently` marks an entry the list printed in other words with the same companies in the same countries (a name, a location's wording, the list's date line). Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"company": {
"type": "string",
"description": "A company with a list on this record: its domain (notion.so) or its name (Notion). One company per call."
},
"since": {
"type": "string",
"description": "Optional ISO date; only changes on or after it."
}
},
"required": [
"company"
],
"additionalProperties": false
}🟢resolve(name)
What company a name on a list refers to, through this record's hand-checked identity table. Exact match only, never a guess: an unknown name comes back unresolved, which is an answer. Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A name as printed on a list, or an alias."
}
},
"required": [
"name"
],
"additionalProperties": false
}🟢as_of(company, date)
What one company's list said on a given date, from the reading this record holds nearest before it, with that reading's own date, its web-archive capture where there is one, its source and its digest. Says so when the date is earlier than the first reading held. Needs a key on an account whose watch is running: this is part of the watch on disclosedby.com. Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"company": {
"type": "string",
"description": "A company with a list on this record: its domain (notion.so) or its name (Notion). One company per call."
},
"date": {
"type": "string",
"description": "ISO date, e.g. 2024-01-01."
}
},
"required": [
"company",
"date"
],
"additionalProperties": false
}🟢in_chain(companies, target)
Given the companies a reader buys from, every path from that list to one subprocessor: named directly, or named by a company whose own list names it. A second hop is a different relationship, quoted from a different page. Names that matched nothing, companies with no list read and rows that did not resolve come back beside the paths. It says who to ask, never who is harmed. Needs a key on an account whose watch is running: this is part of the watch on disclosedby.com. Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"companies": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 200,
"description": "The companies the reader buys from, by domain or name."
},
"target": {
"type": "string",
"description": "The subprocessor to look for."
}
},
"required": [
"companies",
"target"
],
"additionalProperties": false
}🟢changes_across(companies, since)
The dated changes to the lists of several companies at once, each carrying the two readings it came from. The same facts as `changes`, gathered for one reader's own list of companies. Needs a key on an account whose watch is running: this is part of the watch on disclosedby.com. Free to read, cite and link. Every row is a dated quote of a company's own published page: cite the page and the read date. The compilation is protected: extraction or re-use of a substantial part is not permitted, and it may never be compiled into a lead list, a prospecting feed or a sales tool. A key is one reader's own use.
Input Schema
{
"type": "object",
"properties": {
"companies": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 200
},
"since": {
"type": "string",
"description": "Optional ISO date; only changes on or after it."
}
},
"required": [
"companies"
],
"additionalProperties": false
}Community
Evidence