mcpbeat

MCP Customs MCP Server

by mcpcustoms
local only

MCP Customs runs on your own machine — the client starts it, so there is no endpoint to ping. 162 installs a week from npm. Last commit 31 Jul 2026.

Inspect an MCP server for common security risks before you install it. Offline, zero telemetry.

162
Installs / week
npm · mcp-customs
2
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-customs -- npx -y mcp-customs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-customs": {
      "args": [
        "-y",
        "mcp-customs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-customs]
command = "npx"
args = ["-y", "mcp-customs"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-customs": {
      "args": [
        "-y",
        "mcp-customs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-customs": {
      "args": [
        "-y",
        "mcp-customs"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Customs

same job, measured the same way
Mcpgrade
by mcpgrade

Security grades (A-F) for MCP servers. Check one before you install or trust it. mcpgrade.dev

51 installs/wk local only
Veragent
by lixiaowww

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

75 installs/wk local only
Agent Sec
by kernora

Zero-install security baseline for AI coding agents — OWASP/CWE-cited rules over MCP.

2 tools answering
Mund — MCP Security Scanner
by tyox-all

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

102 installs/wk local only
AgentSecurityLens MCP Security Trust Check
by professor2k8

MCP security trust-check for agents before installing MCPs, Skills or tools.

42 installs/wk local only
C
MCP Compliance Preflight
by dynsuplabs

Scan an MCP server for EU AI Act Art. 50, tool quality, OAuth hygiene & security before shipping.

answering
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
I
Mception
by soufianetahiri

Audits other MCP servers for security risks. Returns safe / caution / unsafe / inconclusive.

50 installs/wk local only

MCP Customs — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Customs?
MCP Customs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-customs was installed 162 times last week.
How do I connect MCP Customs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-customs straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Customs?
The npm package mcp-customs was installed 162 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Customs open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.