Security & Testing
efros.com
Provides tools to initiate, monitor, and retrieve reports for external security assessments of public domains.
ENDPOINT 1
https://efros.com/mcp
MCP server metadata
- Name
- efros-public
- Version
- 1.0.0
EFROS public MCP server. Read-only and consent-gated tools for passive external security scanning. All tool calls require explicit consent: true. Programmatic clients should use the partner-OAuth flow declared at /.well-known/oauth-authorization-server; unattended self-service requests are anchored by Cloudflare Turnstile.
Known tools 3
security-scan.startStart a passive external security assessment for a public domain.
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.efros-public]
url = "https://efros.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"efros-public": {
"type": "http",
"url": "https://efros.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: efros-public
Remote MCP URL: https://efros.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": {
"efros-public": {
"url": "https://efros.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"efros-public": {
"type": "http",
"url": "https://efros.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "efros-public",
"transport": "streamable-http",
"url": "https://efros.com/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 efros.com was fetched 2026-07-28T09:01:09.049Z and is being refreshed.
efros.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.