Data Collection
scouts-ai.com
Searches the web using SCOUTS-AI and returns results in compact JSON format.
ENDPOINT 1
https://scouts-ai.com/mcp
MCP server metadata
- Name
- scouts-ai
- Version
- 0.1.6
SCOUTS-AI web search MCP server. Use the `web_search` tool to get fresh, compact JSON search results from the public SCOUTS-AI API (GET https://scouts-ai.com/api/search). No API key is required. Prefer results with a populated `publishedAt` field when the user asks about recent events, and use `url` values as citation candidates. Respect rate limits: on 429, back off for the suggested `Retry-After` seconds before retrying. Do not crawl or bulk-index the API.
Known tools 1
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scouts-ai]
url = "https://scouts-ai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scouts-ai": {
"type": "http",
"url": "https://scouts-ai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scouts-ai
Remote MCP URL: https://scouts-ai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scouts-ai": {
"url": "https://scouts-ai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scouts-ai": {
"type": "http",
"url": "https://scouts-ai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scouts-ai",
"transport": "streamable-http",
"url": "https://scouts-ai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for scouts-ai.com was fetched 2026-08-23T21:25:59.240Z and is being refreshed.
scouts-ai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.