Skip to main content
Glama
kecven

Scouts-AI-MCP

by kecven

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCOUTS_AI_BASE_URLNoBase URL of the SCOUTS-AI API.https://scouts-ai.com
SCOUTS_AI_MAX_PAGENoReject page numbers above this.10
SCOUTS_AI_TIMEOUT_SNoHTTP timeout in seconds (0.1–60).5.0
SCOUTS_AI_USER_AGENTNoUser-Agent header.scouts-ai-mcp/0.1.5
SCOUTS_AI_DEFAULT_LANGNoDefault lang when the tool omits it.en
SCOUTS_AI_MAX_QUERY_LENGTHNoReject 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

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool name 'web_search' follows a clear verb_noun pattern (snake_case) and is internally consistent.

Tool Count5/5

One tool is appropriate for a server focused solely on web search. The scope is well-defined and the tool serves its purpose effectively.

Completeness4/5

The tool covers basic web search well, but lacks support for pagination or advanced filters, which are minor gaps for a search-specific server.

Maintenance

ActivityInactive
ResponsivenessNo issues