Quotewise✓
io.github.quotewise/mcp · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.quotewise/mcp",
"description": "Semantic quote search with 600K quotes. Find quotes by meaning, verify attributions.",
"title": "Quotewise",
"repository": {
"url": "https://github.com/quotewise/mcp",
"source": "github"
},
"version": "1.0.3",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.quotewise.io/",
"headers": [
{
"description": "Optional API key for higher rate limits. Format: Bearer YOUR_API_KEY. Anonymous access provides 100 requests/hour.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}