Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCOUT_PROXYNoProxy configuration, e.g., http://127.0.0.1:7897
SCOUT_REDIS_URLNoRedis URL if using redis cache
SCOUT_SAFESEARCHNoSafe search level: off, moderate, strictmoderate
SCOUT_MAX_RESULTSNoMaximum number of results10
SCOUT_CACHE_BACKENDNoCache backend: sqlite or redissqlite
SCOUT_REQUEST_TIMEOUTNoRequest timeout in seconds15
SCOUT_CACHE_TTL_SECONDSNoCache TTL in seconds (default 7 days)604800
SCOUT_RATE_LIMIT_PER_MINUTENoRate limit per minute60

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
searchC

Run a multi-engine web search and return a ranked, deduplicated link list.

Args: translate_to: 翻译目标语言(例如 "zh", "en", "ja")。需要启用 LLM。

fetchA

Fetch one URL and return reader-mode Markdown of the main content.

Args: url: Absolute http(s) URL. extract_code: 提取代码块(默认 False)。 extract_tables: 提取表格数据(默认 False)。 format: "markdown" or "json".

fetch_batchA

Fetch multiple URLs in parallel and return their contents.

enginesA

List engine names accepted by the engines= parameter of search.

cache_searchB

Full-text search across previously fetched and cached pages.

semantic_searchB

Search through semantically indexed pages using meaning-based matching.

semantic_index_pageA

Fetch a page and add it to the semantic search index.

image_searchC

Search for images using SearXNG meta-search engine.

researchC

One-shot research: search the web, fetch the top results, return both.

summarizeC

Search, fetch, extract key points, and assess credibility.

extract_structuredA

Pull JSON-LD, OpenGraph, Twitter cards from a web page.

read_docC

Read an http(s) document (PDF) into Markdown.

video_searchA

Search for videos on YouTube and Bilibili.

Args: query: Search query. platforms: Video platforms to search. Default: ["youtube", "bilibili"]. max_results: Max results per platform. freshness: Time filter. format: "markdown" or "json".

video_platformsA

List available video search platforms.

Prompts

Interactive templates invoked by user choice

NameDescription
research_prompt_mcpInstruct the model to do a thorough, cited research pass.
factcheck_prompt_mcpInstruct the model to fact-check a specific claim.
news_brief_mcpInstruct the model to produce a fresh news brief.
compare_sources_mcpInstruct the model to compare and cross-reference multiple sources.

Resources

Contextual data attached and managed by the client

NameDescription
cache_statsCurrent cache entry counts and configuration.
search_historyRecent search queries and their results.
engines_listList of all registered search engines with their capabilities.
engines_healthCurrent health status of all search engines (circuit breaker, rate limit).

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/duguobao812718-wq/scout'

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