Scout MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Scout MCP Serversearch for best climate tech startups 2026"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scout CLI
Run Scout from the terminal, and wire the Scout MCP server into your coding agent with one command.
npm install -g @scout-ai/cli
# or run without installing: npx @scout-ai/cli search "..."Set your key once (get one at platform.usescout.sh/settings):
export SCOUT_API_KEY=sk_your_keyCommands
scout search "best climate tech startups 2026" --limit 5 --country us
scout scrape https://example.com
scout extract https://example.com/pricing --objective "plan names and prices"
scout crawl https://example.com --max-pages 50
scout screenshot https://example.com --full-page
scout company stripe.com
scout answer https://example.com "what does this company sell?"
scout find-all "Series A fintech companies in Europe" --limit 25Output is JSON on stdout, so it pipes into jq and friends:
scout search "serp api" --limit 3 | jq '.results[].url'Related MCP server: Kryfto
Wire it into your coding agent
One command adds the Scout MCP server (web search, scraping, extraction) to your agent's config:
scout mcp install --client claude-code
scout mcp install --client codex
scout mcp install --client gemini-cli
scout mcp install --client antigravity
scout mcp install --client cursor
scout mcp install --client windsurfIt writes the config file each client expects (e.g. .mcp.json for Claude Code, ~/.codex/config.toml for Codex, ~/.gemini/settings.json for Gemini CLI). Pass --api-key to bake the key in, or set SCOUT_API_KEY first.
To see the raw config block without writing anything:
scout mcp printFlags
Flag | Use |
| Override |
| Max results (search, find-all) |
| Two-letter country code (search) |
|
|
| Version / usage |
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.Last updated2MIT
- Flicense-qualityCmaintenanceProvides 42+ MCP tools for browser automation, web scraping, and search, enabling AI agents like Claude and Cursor to browse, extract data, and run research agents on the live web.Last updated8
- AlicenseAqualityCmaintenanceEnables AI agents to perform multi-engine web search, fetch web pages, and extract clean Markdown content via MCP, with no API keys required.Last updated35MIT
- Flicense-qualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.Last updated
Related MCP Connectors
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
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/Scout-AI-Labs/scout-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server