Skip to main content
Glama
PXSR

MCP Smart Searcher

by PXSR

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
PROXY_URLNoProxy URLhttp://127.0.0.1:7890
USE_PROXYNoEnable proxytrue
GITHUB_TOKENNoGitHub API token(none)
PROXY_ENGINESNoComma-separated engines using proxy(all)
TAVILY_API_KEYNoTavily AI Search API key(none)
DEFAULT_SEARCH_ENGINENoDefault search engineduckduckgo
MAX_CONCURRENT_SEARCHNoMax concurrent search requests5
ALLOWED_SEARCH_ENGINESNoComma-separated engine allowlist(all allowed)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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