ghostkit MCP Server
MCP server that provides AI clients with 26 security and developer tools, enabling tasks like JWT decoding, HTTP header analysis, and phishing URL inspection.
README
ghostkit MCP Server - Security Tools for AI
MCP server that gives Claude, Cursor, Windsurf, and any MCP-compatible AI client access to 26 security and developer tools. Ask your AI to decode a JWT, analyze HTTP security headers, hash a payload, or inspect a phishing URL, and it picks the right tool automatically.
Free during early access. Sign in and get your API key
What you can do with it
Ask your AI things like:
- "Decode this JWT and tell me if it's expired"
- "Check this HTTP response for missing security headers"
- "Analyze the CSP policy and grade it"
- "Is this URL a phishing attempt? Check for homoglyphs"
- "Generate an Ed25519 keypair"
- "Decode this Ethereum calldata"
- "Hash this string with SHA-256 and MD5"
- "Inspect these email headers for SPF/DKIM issues"
The MCP server routes each request to the right tool. No manual tool selection needed.
All 26 tools
Decode & Transform
- Encoder/Decoder - Base64, Hex, URL, HTML entities, Unicode, Octal with auto-detection
- JWT Decoder - Parse headers, claims, expiry, and flag security warnings (alg:none, missing iss)
- JS Deobfuscator - Decode hex/unicode strings, unpack arrays, unwrap eval(), beautify output
- SAML Decoder - Decode base64 SAML responses, extract assertions, attributes, and conditions
Inspect & Analyze
- URL Analyzer - Break down URLs, detect phishing indicators, homoglyphs, suspicious TLDs, defang for sharing
- Email Header Analyzer - Trace message routes, check SPF/DKIM/DMARC, detect spoofing
- CSP Analyzer - Parse Content-Security-Policy, detect unsafe-inline/eval, grade A-F
- CORS Checker - Detect wildcard origins, credential leaks, missing preflight headers
- Character Inspector - Find zero-width chars, homoglyphs, mixed scripts, bidi control characters
- Cookie Analyzer - Parse Set-Cookie headers, check Secure/HttpOnly/SameSite, detect misconfigurations
- Entropy Analyzer - Shannon entropy calculation, detect encrypted/compressed/obfuscated data
- Hex Viewer - Hex + ASCII dump with magic byte file signature detection
- HTTP Response Inspector - Parse raw responses, audit security headers, flag info leaks
- Certificate Decoder - Decode PEM certificates, show subject, issuer, SANs, expiry, key details
Format & Compare
- JSON Formatter - Validate, pretty-print, minify, report key count and nesting depth
- YAML/TOML Formatter - Parse, format, convert between YAML, TOML, and JSON
- Code Diff - Line-by-line unified diff between two code snippets
- Regex Tester - Test patterns with match positions and capture groups
- Timestamp Converter - Convert Unix/ISO/human dates, relative time, auto-detect format
Crypto & Network
- Hash Generator - MD5, SHA-1, SHA-256, SHA-512 with optional hash comparison
- Password Generator - Cryptographically secure passwords and passphrases with entropy scoring
- RSA/EC Key Generator - Generate RSA, ECDSA, ECDH, Ed25519 keypairs in PEM format
- IP/CIDR Calculator - Subnet math, host ranges, private/reserved detection, membership checks
Web3 & Blockchain
- Keccak-256 Hasher - Compute Keccak-256 hashes, Ethereum function selectors, event topics
- ABI Decoder - Decode Ethereum calldata into function calls (transfer, approve, swap, etc.)
- Transaction Decoder - Parse RLP-encoded transactions (Legacy, EIP-2930, EIP-1559)
Quick start
1. Get your API key
Sign in at ghostkit.net and create a free API key from your account page.
2. Clone and install
git clone https://github.com/pspray/ghostkit-mcp.git
cd ghostkit-mcp
npm install
3. Connect to your AI client
<details> <summary><strong>Claude Desktop</strong></summary>
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ghostkit": {
"command": "node",
"args": ["/path/to/ghostkit-mcp/index.js"],
"env": {
"GHOSTKIT_API_KEY": "gk_your_key_here"
}
}
}
}
</details>
<details> <summary><strong>Claude Code (CLI)</strong></summary>
GHOSTKIT_API_KEY=gk_your_key_here \
claude mcp add ghostkit -- node /path/to/ghostkit-mcp/index.js
</details>
<details> <summary><strong>Cursor / Windsurf / other MCP clients</strong></summary>
Add to your MCP configuration (check your client's docs for the exact file):
{
"mcpServers": {
"ghostkit": {
"command": "node",
"args": ["/path/to/ghostkit-mcp/index.js"],
"env": {
"GHOSTKIT_API_KEY": "gk_your_key_here"
}
}
}
}
</details>
Replace /path/to/ghostkit-mcp with the actual path where you cloned the repo.
How it works
This repo is a thin MCP client. On startup it fetches the tool definitions from the ghostkit API, then forwards each tool call to the backend for execution. Your AI client sees 26 tools it can call, and the actual processing happens server-side.
This means you always have the latest tools without pulling updates, and no security-sensitive computation runs on your machine.
Requires a ghostkit API key for authentication.
Links
- ghostkit.net/mcp - Full documentation, pricing, and setup guide
- ghostkit.net/toolkit - Try all 26 tools in your browser for free
- ghostkit.net/recon - URL intelligence scanner
License
Proprietary. See Terms of Use.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。