check_attribution
ActiveTool of Quotes
Given a quote and (optionally) the author it is claimed to be by, return one of four verdicts: "verified" (genuine, with citation), "misattributed" (no primary source — popular but fake), "paraphrase_of_verified" (popular corruption of a real quote, returns the actual text), or "no_match" (not in corpus). Useful for journalists, researchers, and anyone tired of fake Mark Twain quotes.
Parameters schema
{
"type": "object",
"examples": [
{
"text": "Be yourself; everyone else is taken",
"claimed_author": "Oscar Wilde"
},
{
"text": "The reports of my death have been greatly exaggerated",
"claimed_author": "Mark Twain"
},
{
"text": "You have bewitched me, body and soul",
"claimed_author": "Jane Austen"
},
{
"text": "Twenty years from now you will be more disappointed by the things that you didn't do"
}
],
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The quote text to check."
},
"claimed_author": {
"type": "string",
"description": "Optional: who the quote is popularly attributed to (e.g., \"Oscar Wilde\", \"Mark Twain\"). Narrows the check."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Quotes
https://github.com/pipeworx-io/mcp-quotes
2/7 registries