Google PageRank for AI agents. 25,000+ tools indexed.

mcp-server-oss-license-auditor MCP Server

vinkius-labs/mcp-server-oss-license-auditor

Score: 51.4 Rank #64 Agent Framework
Are you the maintainer of vinkius-labs/mcp-server-oss-license-auditor? Claim this listing →

OSS License Auditor - MCP server that audits open-source package licenses against corporate policy — detects viral (GPL, AGPL, SSPL) and unknown licenses before they enter the codebase. Built with Vurb.ts

Add AgentRank to Claude Code Discover and compare tools like vinkius-labs/mcp-server-oss-license-auditor — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

vinkius-labs/mcp-server-oss-license-auditor is a TypeScript MCP server. OSS License Auditor - MCP server that audits open-source package licenses against corporate policy — detects viral (GPL, AGPL, SSPL) and unknown licenses before they enter the codebase. Built with Vurb.ts Topics: european-union, license-checking, mcp-servers, vurb, vurb-framework, oss-licenses.

Ranked #64 out of 100 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript NOASSERTION
european-unionlicense-checkingmcp-serversvurbvurb-frameworkoss-licenses

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License NOASSERTION

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for vinkius-labs/mcp-server-oss-license-auditor
[![AgentRank](https://agentrank-ai.com/api/badge/tool/vinkius-labs--mcp-server-oss-license-auditor)](https://agentrank-ai.com/tool/vinkius-labs--mcp-server-oss-license-auditor/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/vinkius-labs--mcp-server-oss-license-auditor/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/vinkius-labs--mcp-server-oss-license-auditor" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="vinkius-labs/mcp-server-oss-license-auditor"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# 🔍 OSS License Auditor

> MCP server that audits open-source package licenses against corporate policy — detects viral (GPL, AGPL, SSPL) and unknown licenses before they enter the codebase. Built with [Vurb.ts](https://github.com/vinkius-labs/vurb.ts).

## Why This Exists

A single GPL or AGPL dependency can legally contaminate your entire codebase, forcing you to open-source your proprietary code. Most developers don't check licenses before running `npm install`.

This MCP server gives any LLM client a **deterministic license firewall** — call `license.audit` before adding any dependency. The classification is SPDX-based lookup (no regex, no hallucination), resolved live from the npm registry.

## Architecture

```
Agent reads package.json
        ↓
Sends dependencies to MCP
        ↓
MCP fetches license metadata from npm registry (parallel, 8s timeout)
        ↓
Normalises SPDX → classifies into 5 categories → applies corporate policy
        ↓
Returns audit report: BLOCKED ❌ / WAR
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.