TLS Radar
SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.
Install TLS Radar in your MCP client
TLS Radar is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add TLS Radar to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; TLS Radar's tools should appear.
{
"mcpServers": {
"tls-radar": {
"command": "npx",
"args": [
"-y",
"@tls-radar/mcp-server"
],
"note": "Replace with the actual package name from the server's documentation."
}
}
}Install TLS Radar in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. TLS Radar will show up in the assistant's tool list on next launch.
Install TLS Radar in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). TLS Radar will show up in the assistant's tool list on next launch.
Install TLS Radar in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). TLS Radar will show up in the assistant's tool list on next launch.
Install TLS Radar in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. TLS Radar will show up in the assistant's tool list on next launch.
Transport
TLS Radar supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as TLS Radar. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
crawlforge-mcp-server
CrawlForge MCP Server - Professional Model Context Protocol server with 26 web scraping, crawling, deep-research, and autonomous-extraction tools. Returns clean Markdown and structured JSON for Claude, Cursor, and any MCP client. Defaults to local Ollama
codefizz-editor-agent
CLI and MCP server for driving the Unreal Engine 5 editor with AI — create and edit materials, blueprints, Niagara, PCG, StateTrees, data tables, widgets, and Enhanced Input. Single Go binary, no Python, no dependencies.
GuruPDF
Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.
T1/T2 Protocol
Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.
perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
mcp
Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias.
Spanly
MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
Russian Web Data Access for AI Agents
Fetch any Russian website or API via a Russian IP — flagship tool fetch_ru. Pay x402/RUB.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.