Security & Testing
compuute.se
Scans public GitHub MCP-server repositories for security issues and provides B2B lead enrichment and validation.
ENDPOINT 1
https://scan.compuute.se/mcp
MCP server metadata
- Name
- compuute-scan
- Version
- 1.29.1
Scan a public GitHub MCP-server repo with compuute-scan, the MCP-specific static security scanner (38 L1 rules across TS/JS, Python, Go, Rust, C#, Java, Kotlin). Use this before an agent connects to an unknown MCP server or before installing a third-party MCP-server package. Every response carries a triage disclaimer: findings are pattern matches, not exploitability claims — manual dataflow review required for production decisions.
Known tools 1
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.compuute-scan]
url = "https://scan.compuute.se/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compuute-scan": {
"type": "http",
"url": "https://scan.compuute.se/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compuute-scan
Remote MCP URL: https://scan.compuute.se/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": {
"compuute-scan": {
"url": "https://scan.compuute.se/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compuute-scan": {
"type": "http",
"url": "https://scan.compuute.se/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compuute-scan",
"transport": "streamable-http",
"url": "https://scan.compuute.se/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://leads.compuute.se/mcp
MCP server metadata
- Name
- lead-enrichment
- Version
- 1.10.1
Search and retrieve enriched B2B leads scored against an ideal customer profile. Each lead includes industry, funding stage, region, tech stack signals, buying signals (hiring, recent funding, product launch), an ICP score (0-100), and a buying intent score (0-100). Use search_leads to find prospects, validate_lead to check freshness, get_usage to see remaining quota.
Known tools 3
get_usageReturn current month quota status and recent usage for the calling API key.
Inferred read-onlyCONNECT 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.lead-enrichment]
url = "https://leads.compuute.se/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lead-enrichment": {
"type": "http",
"url": "https://leads.compuute.se/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lead-enrichment
Remote MCP URL: https://leads.compuute.se/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": {
"lead-enrichment": {
"url": "https://leads.compuute.se/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lead-enrichment": {
"type": "http",
"url": "https://leads.compuute.se/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lead-enrichment",
"transport": "streamable-http",
"url": "https://leads.compuute.se/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for compuute.se was fetched 2026-07-26T07:58:56.275Z and is being refreshed.
compuute.se is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.