multsearch-mcp
by liujp2015
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NO_PROXY | No | Comma-separated hosts to bypass proxy (e.g., localhost,127.0.0.1,ark.cn-beijing.volces.com) | |
| HTTP_PROXY | No | HTTP proxy for accessing Tavily/Firecrawl/Gemini (e.g., http://127.0.0.1:7890) | |
| MULT_DEBUG | No | Enable detailed debug logging | false |
| MULT_MODEL | No | LLM model name, can be switched via switch_model tool | glm-5.2 |
| HTTPS_PROXY | No | HTTPS proxy for accessing Tavily/Firecrawl/Gemini | |
| GEMINI_MODEL | No | Gemini model name | gemini-2.5-flash |
| MULT_API_KEY | Yes | Required API key for the LLM provider | |
| MULT_API_URL | No | OpenAI-compatible endpoint (e.g., https://ark.cn-beijing.volces.com/api/plan/v3) | |
| MULT_LOG_DIR | No | Directory for log output | ~/.config/multsearch/logs |
| MULT_PROVIDER | No | Provider: custom or ark (preset by setup wizard) | custom |
| GEMINI_API_KEY | No | Optional Gemini API key for gemini_search (second search path) | |
| MULT_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR | INFO |
| TAVILY_API_KEY | No | Optional Tavily API key for web_search and web_fetch/web_map | |
| MULT_MAX_TOKENS | No | Maximum tokens for LLM responses (e.g., 8192 for reasoning models) | |
| FIRECRAWL_API_KEY | No | Optional Firecrawl API key for web_search and web_fetch fallback |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | |
| get_sourcesA | |
| gemini_searchA | |
| web_fetchA | |
| web_mapA | |
| get_config_infoA | |
| switch_modelA | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/liujp2015/multsearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server