Scouts-AI-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCOUTS_AI_BASE_URL | No | Base URL of the SCOUTS-AI API. | https://scouts-ai.com |
| SCOUTS_AI_MAX_PAGE | No | Reject page numbers above this. | 10 |
| SCOUTS_AI_TIMEOUT_S | No | HTTP timeout in seconds (0.1–60). | 5.0 |
| SCOUTS_AI_USER_AGENT | No | User-Agent header. | scouts-ai-mcp/0.1.5 |
| SCOUTS_AI_DEFAULT_LANG | No | Default lang when the tool omits it. | en |
| SCOUTS_AI_MAX_QUERY_LENGTH | No | Reject queries longer than this. | 512 |
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 | Search the public web via SCOUTS-AI and return compact JSON results. Use this when the user asks a question that requires current information, fresh context, or citations from the open web. No API key required. Returns at most 10 results per page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no ambiguity. The tool's purpose is clearly defined.
The single tool name 'web_search' follows a clear verb_noun pattern (snake_case) and is internally consistent.
One tool is appropriate for a server focused solely on web search. The scope is well-defined and the tool serves its purpose effectively.
The tool covers basic web search well, but lacks support for pagination or advanced filters, which are minor gaps for a search-specific server.