← kernelscan.io
INDIVIDUAL MCP TOOL
request_access
Request an invitation to KernelScan from inside MCP (no API key needed).
LIVE ENDPOINT
https://kernelscan.io/mcp
Connect to this endpoint to inspect the live schema for request_access and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.kernelscan]
url = "https://kernelscan.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kernelscan": {
"type": "http",
"url": "https://kernelscan.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kernelscan
Remote MCP URL: https://kernelscan.io/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": {
"kernelscan": {
"url": "https://kernelscan.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kernelscan": {
"type": "http",
"url": "https://kernelscan.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kernelscan",
"transport": "streamable-http",
"url": "https://kernelscan.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_cves— Search Linux kernel CVEs.get_cve— Fetch a single Linux kernel CVE by ID (e.list_products— List the calling user's products with denormalized analysis stats.get_product— Fetch one product owned by the caller, including the CVE breakdown.get_product_vex— Return the CycloneDX 1.create_product— Create a new product, run analysis, and return its initial stats.update_product— Update a product owned by the caller.whoami— Return the caller's identity, plan, and quota state.