MCP Smart Searcher
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| PROXY_URL | No | Proxy URL | http://127.0.0.1:7890 |
| USE_PROXY | No | Enable proxy | true |
| GITHUB_TOKEN | No | GitHub API token | (none) |
| PROXY_ENGINES | No | Comma-separated engines using proxy | (all) |
| TAVILY_API_KEY | No | Tavily AI Search API key | (none) |
| DEFAULT_SEARCH_ENGINE | No | Default search engine | duckduckgo |
| MAX_CONCURRENT_SEARCH | No | Max concurrent search requests | 5 |
| ALLOWED_SEARCH_ENGINES | No | Comma-separated engine allowlist | (all allowed) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Search the web using one or more search engines simultaneously. Args: query: Search query string (non-empty) engines: Search engines to use (duckduckgo, baidu, juejin, github, github_code, tavily) limit: Maximum number of results per engine (1-50, default 10) Returns: Formatted search results from all specified engines |
| fetch_web_contentA | Fetch and extract text content from any public URL. Args: url: Public HTTP/HTTPS URL to fetch prompt: Optional hint for what to extract. When provided, the content is filtered to prioritize paragraphs most relevant to the prompt keywords. Useful for AI agents to focus on specific content (e.g., "extract code examples only", "summarize the main argument"). max_chars: Maximum characters to return (default 30000) Returns: Extracted text content from the webpage, optionally filtered by prompt |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/PXSR/mcp-smart-searcher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server