Skip to main content
Glama
zhaiy
by zhaiy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_LOG_LEVELNo日志级别INFO
MCP_HTTP_PROXYNoHTTP 代理
MCP_USER_AGENTNo自定义 User-Agent内置 UA
MCP_BING_DOMAINNoBing 检索域名(可设 www.bing.com/cn.bing.com)www.bing.com
MCP_HTTPS_PROXYNoHTTPS 代理
MCP_SEARCH_ENGINENo搜索引擎:duckduckgo/bing/baiduduckduckgo
MCP_SEARCH_API_KEYNo可选搜索 API Key(预留扩展)
MCP_DEFAULT_TIMEOUTNo默认请求超时(秒)30
MCP_RATE_LIMIT_HTTPNohttp_request 每分钟调用上限30
MCP_RATE_LIMIT_SEARCHNoweb_search 每分钟调用上限5
MCP_RATE_LIMIT_EXTRACTNoextract_webpage_content 每分钟调用上限10
MCP_SEARCH_API_ENDPOINTNo可选搜索 API Endpoint(预留扩展)
MCP_STDIN_INVALID_INPUT_POLICYNo非法 stdin 行处理策略:ignore/warn/strictwarn

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
http_requestD
fetch_jsonD
batch_http_requestD
web_searchD
web_search_and_extractD
extract_webpage_contentD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 6 tools

Disambiguation2/5

Several tools have overlapping purposes: http_request and fetch_json both perform HTTP requests, and web_search and web_search_and_extract overlap in functionality. The distinctions between generic request and search/extract operations are unclear without detailed descriptions.

Naming Consistency2/5

Tool names mix different patterns: some start with verbs (fetch_json, extract_webpage_content), while others are noun phrases (http_request, web_search) or compound verbs (web_search_and_extract). No consistent verb_noun convention is followed.

Tool Count5/5

Six tools is a reasonable number for a web server utility, covering HTTP requests, JSON handling, batch operations, search, and extraction without being excessive or minimal.

Completeness4/5

The set covers core web operations: making requests, fetching JSON, batch processing, searching, and extracting content. Minor gaps exist, such as no explicit tool for HTML parsing beyond extraction, but the core surface is largely complete.

Maintenance

ActivityInactive
ResponsivenessNo issues