Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
2
  • Apple
  • Linux
research.md822 B
# 深度研究工具 ## 概述 深度研究相关的搜索和分析工具。 ## 工具列表 (1个) ### 1. search_comprehensive **描述**: Perform comprehensive research across multiple sources (arXiv, Wikipedia, GitHub, Hacker News) **文件位置**: `research\simple.ts` **使用示例**: ```javascript // 调用 search_comprehensive const result = await search_comprehensive({ query: "搜索关键词", maxResults: 10 }); console.log(result); ``` **返回格式**: ```json { "success": true, "data": { "source": "深度研究", "query": "搜索关键词", "results": [...], "totalResults": 10, "searchTime": 1500 } } ``` --- ## 相关文档 - [返回主文档](../README.md) - [查看使用示例](../examples/research-examples.md) - [API参考文档](../api/research-api.md)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flyanima/open-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server