octen-mcp
OfficialRelated Servers
Alternatives to octen-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for Averra Extract — lets AI agents like Claude, Cursor, and ChatGPT convert any webpage into clean, LLM-ready Markdown.543 npmMIT
- AlicenseAqualityCmaintenanceMCP server that converts URLs to clean Markdown/Text for LLM agents.2558 npm5MIT
- AlicenseAqualityDmaintenanceMCP Server for Web2MD — convert webpage URLs to clean Markdown from Claude Desktop, Cursor, or any MCP-compatible agent.613 npmMIT
- AlicenseAqualityBmaintenanceWeb extraction MCP server for AI agents. Extract structured data from any URL with built-in Cloudflare bypass, JavaScript rendering, and intelligent parsing. Returns clean markdown or JSON.5794 npm2MIT
- AlicenseAqualityCmaintenanceFetch URLs and return clean, LLM-ready markdown with metadata and layered prompt injection defense. Configurable timeouts, word limits, JS rendering, and link extraction. All-in-one MCP server + CLI.11MIT
- AlicenseAqualityAmaintenanceA content exploration MCP server that helps LLMs surface high-signal, unsummarized web content through clean APIs and Markdown conversion, with intelligent frontmatter steering and citation tracking.134MIT
TDQS
Scored across 6 tools
Each tool targets a distinct retrieval modality (general search, fan-out research, news, page extraction, images, videos), and the descriptions draw explicit boundaries. The main ambiguity is that news_search is essentially search with topic=news, and broad_search can also operate in news mode, so the text-search tools could occasionally be confused.
Most tools follow a predictable <modifier>_search pattern (broad_search, news_search, image_search, video_search), with search as the base. extract breaks the pattern and the bare search is a slight deviation, but all names are lowercase snake_case and clearly signal their function.
Six tools is a well-scoped size for a web research server: each tool maps to a distinct retrieval task and none feels redundant or ornamental. This sits comfortably in the ideal range and avoids overwhelming an agent with overlapping capabilities.
The surface covers the full web-research workflow: finding pages via single or multi-angle search, filtering by news or media type, and extracting clean content from known URLs. There are no obvious dead ends, and the descriptions explicitly connect follow-up actions between search and extract.