How the Kindly Web Search MCP Server works
mainKindly Web Search is an MCP server designed to provide AI coding assistants with up-to-date API documentation and robust web content retrieval. Unlike generic search MCP servers that only return snippets, Kindly retrieves full conversations (questions, answers, comments, and metadata) from specialized sources like StackOverflow, GitHub, and arXiv, or parses arbitrary webpages using a headless browser.
It uses a priority-based content resolver to fetch data efficiently:
- StackExchange API (StackOverflow, etc.)
- GitHub GraphQL API (Issues and Discussions)
- MediaWiki Action API (Wikipedia)
- Atom API + PDF to Markdown (arXiv)
- Universal HTML loader (Headless Chromium via
nodriverfor all other URLs)
It also features 'Markdown fast paths' to skip the browser for documentation sites that support direct Markdown fetching via specific host suffixes or Accept: text/markdown headers.