Devin Search MCP
Related Servers
Alternatives to Devin Search MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides AI coding agents with a live web search tool that returns extracted, answer-ready text from web pages. Enables real-time information retrieval without any local installation or maintenance.7MIT
- FlicenseNot gradedqualityCmaintenanceProvides 42+ MCP tools for browser automation, web scraping, and search, enabling AI agents like Claude and Cursor to browse, extract data, and run research agents on the live web.8-
- AlicenseNot gradedqualityDmaintenanceProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.2MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform unified web research through a single MCP server, including search, page fetching, recursive crawling, document parsing, YouTube transcript extraction, and deep multi-query research.2-
- AlicenseAqualityDmaintenanceCLI-first web and code search for agents, with MCP support for integration with IDEs like Cursor, VS Code, and Claude Code.3MIT
- AlicenseAqualityBmaintenanceEnables AI agents to perform multi-engine web search, fetch web pages, and extract clean Markdown content via MCP, with no API keys required.36MIT
TDQS
Scored across 4 tools
The four tools have largely distinct purposes: status diagnostics, web search, web fetch, and key extraction. However, devin_status and extract_devin_key both inspect the local Devin installation, which could cause minor confusion about which to use for setup troubleshooting.
Three tools use the devin_ prefix (devin_status, devin_web_search, devin_web_fetch) while extract_devin_key breaks the pattern and embeds the prefix in the middle. Verb style also varies (noun for status/search/fetch vs. verb for extract), but all use snake_case consistently.
Four tools is a well-scoped set for a search-focused MCP server, covering search, fetch, diagnostics, and credential extraction. Each tool has a clear purpose without redundancy.
The surface covers the core search and fetch operations plus setup helpers, leaving no major dead ends for typical use. A minor gap exists around active authentication or login management, but agents can work around it.