← quotewise.io
INDIVIDUAL MCP TOOL
collection_quotes
Manage quotes within a collection: add, remove, list, or public_list.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent endpoint
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.who_said— Use this to identify who said a quote.quote_random— Return a random quote matching the specified filters.