LicenseGuard
Rank #9,701io.github.rccaoki-wq/license-guard
Check if a dependency's license obligates you, based on how you ship. npm, PyPI, Go.
LicenseGuard is a Model Context Protocol (MCP) server published by rccaoki-wq. It ranks #9,701 of 132,046 servers tracked on MCP Toplist. LicenseGuard is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 20, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 122,345 of 132,046 servers on MCP Toplist.
Use LicenseGuard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http license-guard https://license-guard.rcc-aoki.workers.dev/mcpclaude mcp add license-guard -- docker run -i --rm ghcr.io/rccaoki-wq/license-guard:1.1.0[mcp_servers.license-guard]
url = "https://license-guard.rcc-aoki.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.license-guard]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/rccaoki-wq/license-guard:1.1.0"]Add to ~/.codex/config.toml.
https://license-guard.rcc-aoki.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"license-guard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rccaoki-wq/license-guard:1.1.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"license-guard": {
"url": "https://license-guard.rcc-aoki.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"license-guard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rccaoki-wq/license-guard:1.1.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"license-guard": {
"type": "http",
"url": "https://license-guard.rcc-aoki.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"license-guard": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rccaoki-wq/license-guard:1.1.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"license-guard": {
"serverUrl": "https://license-guard.rcc-aoki.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"license-guard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rccaoki-wq/license-guard:1.1.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"license-guard": {
"url": "https://license-guard.rcc-aoki.workers.dev/mcp"
}
}
}{
"mcpServers": {
"license-guard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rccaoki-wq/license-guard:1.1.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rccaoki-wq%2Flicense-guard)<a href="https://mcptoplist.com/server/io.github.rccaoki-wq%2Flicense-guard"><img src="https://mcptoplist.com/badge/io.github.rccaoki-wq%2Flicense-guard.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
rccaoki-wq
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 21, 2026 |
| 1.0.0 | Aug 20, 2026 |
Frequently asked questions
- Who maintains LicenseGuard?
- LicenseGuard is maintained by rccaoki-wq, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is LicenseGuard listed on the Official MCP Registry?
- Yes — LicenseGuard is listed on the Official MCP Registry, alongside Glama.
- How many versions does LicenseGuard have?
- MCP Toplist tracks 2 versions of LicenseGuard, most recently published on Aug 21, 2026.
- Where can I find the source code for LicenseGuard?
- The source code for LicenseGuard is hosted at github.com/rccaoki-wq/license-guard.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.