MCP.so
Sign In
D

dep-scout

@unievolver

About dep-scout

Multi-ecosystem package scout for AI agents — search crates.io, npm, PyPI, Go, Maven, NuGet before reinventing wheels. Reuse scoring, OSV vulns, license warnings, MCP registry search. Keyless.

Basic information

Category

Other

Transports

stdio

Publisher

unievolver

Submitted by

unievolver

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "dep-scout": {
      "command": "/absolute/path/to/dep-scout"
    }
  }
}

Tools

3

ranked search with reuse score

license, OSV vulns, deprecation

official MCP registry search

Overview

What is dep-scout?

dep-scout is an MCP server that searches multiple package registries (crates.io, npm, PyPI, Go, Maven, NuGet) for mature packages before AI agents reinvent the wheel. It helps developers and AI agents discover existing, battle-tested libraries instead of building from scratch.

How to use dep-scout?

Install by building from source with cargo build --release or download a pre-built .mcpb from the GitHub Releases. The server exposes three tools: find_packages (ranked search with reuse score), inspect_package (license, OSV vulnerabilities, deprecation status), and find_mcp_servers (official MCP registry search).

Key features of dep-scout

  • Searches crates.io, npm, PyPI, Go, Maven, NuGet
  • Ranks packages by a reuse score
  • Inspects licenses and deprecation status
  • Checks for OSV-known vulnerabilities
  • Finds MCP servers in the official registry

Use cases of dep-scout

  • AI agents looking for existing packages before generating code
  • Developers researching library maturity across multiple ecosystems
  • Automated dependency evaluation in CI pipelines

FAQ from dep-scout

What package registries does dep-scout support?

dep-scout searches crates.io, npm, PyPI, Go, Maven, and NuGet.

How do I install dep-scout?

Build from source with cargo build --release or download a pre-built .mcpb file from the GitHub Releases page.

What tools does dep-scout provide?

It provides three tools: find_packages (ranked search with reuse score), inspect_package (license, OSV vulnerabilities, deprecation), and find_mcp_servers (official MCP registry search).

Does dep-scout check for vulnerabilities?

Yes, inspect_package checks for known vulnerabilities from the OSV database.

Where can I find dep-scout in the MCP registry?

The MCP registry identifier is io.github.unievolver/dep-scout.

Comments

More Other MCP servers