You're viewing a demo portfolio

Join the waitlist
PRSM

check_attribution

Active

Tool of Quotes

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Quotes

https://github.com/pipeworx-io/mcp-quotes

2/7 registries
View full server →