← quotewise.io

INDIVIDUAL MCP TOOL

who_said

Use this to identify who said a quote.

quotewise.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

quotewise.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quotewise-io]
url = "https://mcp.quotewise.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quotewise-io": {
      "type": "http",
      "url": "https://mcp.quotewise.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quotewise-io
Remote MCP URL: https://mcp.quotewise.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quotewise-io": {
      "url": "https://mcp.quotewise.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quotewise-io": {
      "type": "http",
      "url": "https://mcp.quotewise.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quotewise-io",
  "transport": "streamable-http",
  "url": "https://mcp.quotewise.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • quotes_about — Use this for quote discovery by topic.
  • quotes_from — Use this for quotes from a specific book, speech, or work.
  • quotes_by — Use this for quotes by a specific person.
  • quotes_containing — Use this for exact phrase search in quotes.
  • quote — Use this to get full details for a quote.
  • quotes_like — Use this to find quotes similar to another quote.
  • quote_random — Return a random quote matching the specified filters.
  • originators — Lookup, search, or browse originators.