Maibaamcrawler
@MABAAM
关于 Maibaamcrawler
MCP_crawlertool
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"research": {
"command": "uvx",
"args": [
"mcp-research"
],
"env": {
"BRAVE_API_KEY": "",
"OLLAMA_URL": ""
}
}
}
}工具
3Search the web using a 3-tier cascade (Brave → DuckDuckGo → scraper). Args: query: Search query string. max_results: Maximum number of results to return (1-20). summarize: If true and Ollama is available, summarize the results. auto_fetch_top: If true, also fetch the full content of the top result.
Fetch a URL, convert to markdown. SSRF-protected and cached. Args: url: The URL to fetch. summarize: If true and Ollama is available, include a summary. max_chars: Maximum characters of content to return.
Compound research: search → fetch top pages → summarize → synthesize. Args: query: The research question. depth: Research depth — "quick" (2 pages), "standard" (5 pages), or "deep" (10 pages). context: Optional context from prior research to inform synthesis.
概览
What is Maibaamcrawler?
Maibaamcrawler is an MCP server that provides eight read-only tools for web research, academic paper retrieval, Twitter/X extraction, YouTube video analysis, and file ingestion. It integrates with the MCP stdio protocol to enable AI assistants to perform research tasks.
How to use Maibaamcrawler?
Install the mcp-research package via pip install mcp-research or run directly with uvx mcp-research. Configure environment variables like BRAVE_API_KEY and OLLAMA_URL, then add the server to your MCP client configuration (e.g., Claude Code or Claude Desktop). Use the CLI commands such as mcp-research search or mcp-research doctor for direct interaction.
Key features of Maibaamcrawler
- Eight read-only tools for diverse research needs
- Credential vault for institutional access to paywalled content
- 3-tier web search cascade with Brave API, DuckDuckGo, and fallback
- YouTube transcript extraction, AI summary, chapters, and quotes
- Academic paper resolution via DOI, ArXiv, or PubMed
- File ingestion from PDF, DOCX, XLSX, PPTX, audio, video
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论