io.github.Lodewijkheemskerk/syftly
Official1 toolSyftly
Ranks the best AI tool or API per task: transcription, TTS, web search, scraping and OCR.
Ranks best AI tools and APIs for transcription, TTS, search, scraping and OCR tasks.
Captured live from the server via tools/list.
find_best_tool
Given a natural-language question about which AI tool or API is best for a task (currently transcription, text-to-speech, web search, scraping & browser and ocr & document extraction), return Syftly's ranked recommendation: a citeable summary, a provider table with prices and trade-offs, dated sources, and a confidence label. Optionally pass "category" to disambiguate; otherwise it is detected from the question.
Parameters (2)
- querystringrequired
The question in natural language, e.g. 'best transcription API for Dutch'.
- categorystring
Optional category id to disambiguate the question; omit to let Syftly detect it.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"syftly": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://syftly.vercel.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.