Skip to main content
Glama
Scout-AI-Labs

Scout MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoListen port for HTTP transport. Default: 3000
SCOUT_API_KEYYesYour Scout API key (required).
SCOUT_BASE_URLNoOverride the API origin. Default: https://core.usescout.sh
SCOUT_MCP_PATHNoEndpoint path for HTTP transport. Default: /mcp
SCOUT_MCP_TOKENNoIf set, clients must send Authorization: Bearer <token>.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
scout_searchA

Search the live web and return ranked results as JSON. Set depth="deep" for an agentic multi-step search; it reports progress as it runs.

scout_scrapeC

Fetch a web page and return clean, LLM-ready Markdown. Handles JS rendering and bot defenses.

scout_extractB

Extract structured data from one or more URLs. Provide an objective describing what to pull.

scout_crawlC

Crawl a website from a start URL and return its pages. Bound it with max_pages.

scout_screenshotB

Capture a screenshot of a web page. Returns a URL (or data URI) to the image.

scout_companyA

Look up a company profile from its domain: name, description, industry, socials, logo, and more.

scout_answerA

Answer a natural-language question by reading a page and the pages it links to.

scout_find_allA

Build a list of entities matching a natural-language query (e.g. "Series A fintech companies in Europe").

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Scout-AI-Labs/scout-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server