Scouts-AI-MCP
by kecven
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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/kecven/scouts-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server