Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. Scout Security
Scout Security logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 12:46:31 AM

Scout Security

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
securitystatic-analysissecretscideveloper-tools

Deterministic local scanning for secrets, injection, headers, dependencies, and custom security rules.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

uvx scout-security

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 7d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "scout-security": {
      "command": "uvx",
      "args": [
        "scout-security"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Overview

Scout Security MCP server provides deterministic static analysis for common application security issues, including leaked secrets, injection risks, and missing security headers. It runs locally without API keys, tokens, signup, or a paid service, and can produce Markdown, JSON, SARIF, or AI-oriented fix prompts. Reach for it when an agent workflow or CI pipeline needs repeatable security checks before code is committed or merged. The supplied documentation focuses on the Scout CLI and does not specify an MCP transport or tool schema.

Use cases

•Scan application repositories for common security issues
•Gate CI on high or critical findings
•Generate JSON or SARIF for security tooling
•Create AI-ready remediation prompts
•Baseline existing findings before enforcing new checks

Key features

•Deterministic local static analysis
•Secret and injection detection
•Markdown, JSON, AI-prompt, and SARIF output
•Severity-based CI gating
•Custom YAML detection rules
•Optional Semgrep and CodeQL integration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Scout Security.

Extracted Tool Capabilities
Deterministic local static analysis
Secret and injection detection
Markdown, JSON, AI-prompt, and SARIF output
Severity-based CI gating
Custom YAML detection rules
Optional Semgrep and CodeQL integration

How Scout Security works

What the Scout Security MCP server does

The Scout Security MCP server is presented as a local security scanner for projects. Its native checks cover several recurring application risks: exposed secrets, injection patterns such as string-built SQL or unsafe shell usage, missing security headers, and dependency findings. It can also scan Git history for secrets that were committed and later removed.

The scanner is deterministic and does not call an external AI service. That makes it suitable for local development, automated checks, and agent workflows where results should be repeatable and no source code should be sent to a hosted analysis API. The project is open source under the MIT license and requires no API key, account, or signup.

How it works

The Scout Security MCP server scans a project directory and applies its native detectors. Results can be emitted as a human-readable Markdown report, JSON for downstream tooling, SARIF 2.1.0 for GitHub Code Scanning, or prompts intended for an AI coding assistant. Scout identifies the issue; the developer or their existing AI assistant applies the change.

Scans can act as CI gates. By default, the command exits with status 1 when high or critical findings are present. The threshold can be changed to critical, medium, or report-only mode. A baseline file lets an existing codebase accept current findings and fail only when new findings appear. Finding identity uses the rule, file, and a hash of the flagged line rather than line numbers.

Optional Semgrep and CodeQL engines can be requested and their findings merged with Scout output. These engines are not part of the default scan. Custom YAML rules can add project-specific regular-expression checks with severity, message, file suffix, and optional remediation metadata.

Setup and configuration

The documented zero-install path is uvx scout-security scan ./my-project. A permanent installation uses pip install scout-security. The package also provides a collision-resistant scoutsec executable; the standard scout name may conflict with another package.

Project defaults are read from [tool.scout] in pyproject.toml. Supported settings include excluded paths, selected scanners, external engines, custom rule files, and the default failure threshold. Command-line options override relevant project settings. Paths can also be excluded with repeatable --exclude options.

A pre-commit hook is available, and a GitHub Action wraps installation, scanning, and SARIF upload. The VS Code extension shells out to scoutsec and uses the same project configuration.

Tools and capabilities

The Scout Security MCP server supports:

  • Native scanners for secrets, injection, headers, dependencies, and custom rules.
  • Markdown, AI-prompt, JSON, and SARIF output formats.
  • Severity-based CI failure thresholds.
  • Baselines for distinguishing existing findings from new ones.
  • Inline suppression comments and scanner- or finding-specific suppression.
  • Git-history scanning for secrets in added lines across commits and branches.
  • Optional Semgrep and CodeQL result merging.

Limitations and notes

The provided material documents a CLI, pre-commit hook, GitHub Action, and VS Code wrapper, but does not define MCP tools, an MCP configuration block, or a server transport. The Scout Security MCP server should therefore not be assumed to expose a particular MCP command or client configuration from this documentation alone.

The default scan is intentionally dependency-light and deterministic, while Semgrep and CodeQL require separate installations. CodeQL analysis can take minutes because it builds a database. Custom rules are regular-expression checks with metadata; projects needing metavariables or taint analysis should use an optional external engine instead.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcptoon logoMcptoon
    Verified

    Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

    💰 Finance & Fintech7 views
    Compare vs Mcptoon →
  • JWT Decoder API logoJWT Decoder API

    Decode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment.

    💰 Finance & Fintech3 views
    Compare vs JWT Decoder API →
  • Klanex MCP logoKlanex MCP

    Reliable async execution for agent tool calls: schema-gate hallucinated payloads before they run, absorb rate limits and outages with retries/backoff/circuit breakers, idempotency keys, human approval gates, encrypted credentials, replay, and signed-webhook results. Errors come back with an llmhint the agent can self-correct from. Hosted remote (api.klanexai.com/mcp, free sandbox) or npx -y klanex-mcp.

    💰 Finance & Fintech3 views
    Compare vs Klanex MCP →
  • Llm Token Tracker logoLlm Token Tracker

    Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models

    💰 Finance & Fintech3 views
    Compare vs Llm Token Tracker →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
10d ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Scout Security

The documented CLI installation is `uvx scout-security scan ./my-project` for a temporary run, or `pip install scout-security` for a permanent installation.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewScout Security AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/scout-security?style=directory)](https://allmcps.com/mcp/scout-security)
HTML Embed
<a href="https://allmcps.com/mcp/scout-security"><img src="https://allmcps.com/api/badge/scout-security?style=directory" alt="Scout Security on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 14, 2026
11/12 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 14, 2026
41Quality signal: Fair · 41/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev · scout-security (PyPI)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to Scout Security →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients