mcpbeat Sign in
I

EverThread MCP Server

by pb-digital-llc Your server? Claim it
local only

EverThread runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Plain-English website security check for agents: certificate, headers, scripts, forms, spam.

Installs / week
npm · everthread
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check EverThread every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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 everthread -- npx -y everthread
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "everthread": {
      "args": [
        "-y",
        "everthread"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.everthread]
command = "npx"
args = ["-y", "everthread"]
.cursor/mcp.json
{
  "mcpServers": {
    "everthread": {
      "args": [
        "-y",
        "everthread"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "everthread": {
      "args": [
        "-y",
        "everthread"
      ],
      "command": "npx"
    }
  }
}

Alternatives to EverThread

same job, measured the same way
ScanLabsAI Security Scanner
by scanlabsai

Scan a website for vulnerabilities: OWASP Top 10, CVEs, SSL, headers - with plain-English fixes

29 installs/wk 8 tools answering
Trustsource
by surfether

x402-paid domain verification for AI agents — trustscore, SSL, security headers, robots.

22 installs/wk local only
MCP Server Security Audit
by joepangallo

Scan websites for security vulnerabilities, headers, TLS, and email security.

20 installs/wk local only
Dep
by rog0x

License check, outdated deps, security for AI agents

32 installs/wk local only
Jikida
by jikida

Security tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.

778 installs/wk local only
Recon Kit MCP
by nan786521

Read-only network & security recon tools (DNS, TLS, headers, CORS) for AI agents, each graded.

215 installs/wk local only
Passiv Web Tools
by mahope

Free web tools for AI agents: HTML to Markdown, compliance scan, page profile, security headers.

local only
Domain Intel
by erikirby

Website intelligence for AI agents: tech stack, hosting, security posture, SEO, and DNS.

17 installs/wk local only

EverThread — questions

Answers built from our own checks of this server.

Why is there no uptime for EverThread?
EverThread 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 everthread.
How do I connect EverThread?
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 everthread straight from npm; nothing to host, nothing to sign up for.
Is EverThread open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.