Content Tools
quotewise.io
Server for discovering and retrieving quotes by topic, source, author, or phrase.
ENDPOINT 1
https://mcp.quotewise.io/mcp
MCP server metadata
- Name
- Quotewise.io Quote Server
- Version
- 3.4.5
Semantic quote search with source-attributed quotes. Find quotes by meaning (not keywords) using vector embeddings. Verify attributions and catch misquotes. Explore authors, works, and discover similar content. Tools: quotes_about, quotes_by, who_said, cite_quote, originators, sources, collection Auth: Anonymous (20/day) or Bearer token (tier-based). Collections require auth. Prompts: find_quotes, verify_attribution, explore_author, discover_similar Full docs: https://mcp.quotewise.io/llms.txt
Known tools 20
originators_likeFind originators similar to the given one using vector similarity (quote themes).
Inferred read-onlycollectionPerform collection operations: CRUD, browse public collections, view public/shared/system collections, or collect quotes.
Inferred read-onlycollection_quotesManage quotes within a collection: add, remove, list, or public_list.
Potential side effectsreport_quoteReport one issue category across one or more quotes for human moderation.
Inferred read-onlyCONNECT 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-quote-server]
url = "https://mcp.quotewise.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quotewise-io-quote-server": {
"type": "http",
"url": "https://mcp.quotewise.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quotewise-io-quote-server
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-quote-server": {
"url": "https://mcp.quotewise.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quotewise-io-quote-server": {
"type": "http",
"url": "https://mcp.quotewise.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quotewise-io-quote-server",
"transport": "streamable-http",
"url": "https://mcp.quotewise.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for quotewise.io was fetched 2026-08-12T12:43:39.273Z and is being refreshed.
quotewise.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.