← zeltser.com
INDIVIDUAL MCP TOOL
assessment_get_frameworks
Get Lenny Zeltser's Security Assessment frameworks (primary frameworks the brief structurally derives from) plus optional sibling frames (adjacent frameworks that aren't the structural backbone).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lenny-zeltser-s-website-mcp-server]
url = "https://website-mcp.zeltser.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lenny-zeltser-s-website-mcp-server": {
"type": "http",
"url": "https://website-mcp.zeltser.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lenny-zeltser-s-website-mcp-server
Remote MCP URL: https://website-mcp.zeltser.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lenny-zeltser-s-website-mcp-server": {
"url": "https://website-mcp.zeltser.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lenny-zeltser-s-website-mcp-server": {
"type": "http",
"url": "https://website-mcp.zeltser.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lenny-zeltser-s-website-mcp-server",
"transport": "streamable-http",
"url": "https://website-mcp.zeltser.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_zeltser— Search Lenny Zeltser's Website by keywords.get_article— Get the full content of a specific article from Lenny Zeltser's Website by URL path.get_index_info— Get statistics about the Lenny Zeltser's Website search index including total pages indexed, last update time, and available tools.get_capabilities— List all capabilities and tools available from the Lenny Zeltser's Website MCP server, including search tools and any specialized features like IR report writing assistance.get_security_writing_guidelines— Get Lenny Zeltser's expert writing guidelines for security reports and assessments.ir_get_template— Get Lenny Zeltser's structured incident response template.ir_get_guidelines— Get Lenny Zeltser's expert writing guidelines for incident response reports.ir_load_context— Load Lenny Zeltser's IR report writing context for local analysis.