← Registry

Security & Testing

selflabbs.com

Provides security intelligence tools including CVE lookup, vulnerability scanning, and domain analysis.

5 endpoints25 known toolsFirst detected July 24, 2026Last detected July 24, 2026

ENDPOINT 1

https://security.selflabbs.com/mcp

No auth detected

MCP server metadata

Name
security-intel
Version
2.0.0
Capabilities
tools
Server instructions

Security Intel: vulnerability intelligence for AI agents — CVE lookups (NVD), per-package known vulnerabilities and whole-manifest dependency audits (OSV). Call audit_dependencies with a package.json before trusting a project's dependency tree.

Known tools 3

cve_lookup

Look up a CVE by ID and get a compact summary: description, CVSS score & severity, vector, CWE weakness, publish date, and references.

Potential side effects
package_vulnerabilities

List known vulnerabilities for a software package (optionally a specific version) via OSV.

Inferred read-only
audit_dependencies

Audit a whole dependency manifest for known vulnerabilities in one call.

Inferred read-only

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.security-intel]
url = "https://security.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "security-intel": {
      "type": "http",
      "url": "https://security.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: security-intel
Remote MCP URL: https://security.selflabbs.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": {
    "security-intel": {
      "url": "https://security.selflabbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "security-intel": {
      "type": "http",
      "url": "https://security.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "security-intel",
  "transport": "streamable-http",
  "url": "https://security.selflabbs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://domain.selflabbs.com/mcp

No auth detected

MCP server metadata

Name
selflabbs-domain-intel
Version
1.0.0
Capabilities
tools
Server instructions

Domain and company intelligence tools for AI agents: registration data (RDAP), DNS records, email deliverability, website tech-stack fingerprinting, and subdomain discovery. Use for lead qualification, competitive research, and reconnaissance.

Known tools 6

domain_report

One-call full dossier on a domain: registration (RDAP), DNS records, email deliverability, and website tech stack, combined into a single report.

Potential side effects
domain_intel

Registration intelligence for a domain via RDAP (the modern WHOIS).

Inferred read-only
dns_lookup

Look up DNS records for a domain via Cloudflare DNS-over-HTTPS.

Inferred read-only
email_deliverability

Assess whether a domain (or the domain of an email address) can receive mail and how strong its sender authentication is.

Potential side effects
tech_stack

Fingerprint the technology behind a website by fetching its homepage.

Inferred read-only
subdomains

Discover subdomains of a domain from public Certificate Transparency logs (crt.sh).

Inferred read-only

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.selflabbs-domain-intel]
url = "https://domain.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "selflabbs-domain-intel": {
      "type": "http",
      "url": "https://domain.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: selflabbs-domain-intel
Remote MCP URL: https://domain.selflabbs.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": {
    "selflabbs-domain-intel": {
      "url": "https://domain.selflabbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "selflabbs-domain-intel": {
      "type": "http",
      "url": "https://domain.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "selflabbs-domain-intel",
  "transport": "streamable-http",
  "url": "https://domain.selflabbs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://market.selflabbs.com/mcp

No auth detected

MCP server metadata

Name
market-intel
Version
2.0.0
Capabilities
tools
Server instructions

Market Intel: live and historical foreign-exchange rates for AI agents (latest, convert, historical, time-series, currency list), sourced from European Central Bank reference rates. For crypto prices see Base Intel; for company financials see Filings Intel.

Known tools 5

fx_rates

Get the latest foreign-exchange rates for a base currency (default USD), optionally limited to specific target currencies.

Inferred read-only
fx_convert

Convert an amount from one currency to another at the latest ECB reference rate.

Inferred read-only
fx_historical

Get foreign-exchange rates for a base currency on a specific past date (YYYY-MM-DD).

Inferred read-only
fx_timeseries

Get a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis.

Inferred read-only
fx_currencies

List the currencies supported for exchange-rate lookups, with their full names.

Inferred read-only

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.market-intel]
url = "https://market.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "market-intel": {
      "type": "http",
      "url": "https://market.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: market-intel
Remote MCP URL: https://market.selflabbs.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": {
    "market-intel": {
      "url": "https://market.selflabbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "market-intel": {
      "type": "http",
      "url": "https://market.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "market-intel",
  "transport": "streamable-http",
  "url": "https://market.selflabbs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://base.selflabbs.com/mcp

No auth detected

MCP server metadata

Name
selflabbs-base-intel
Version
1.0.0
Capabilities
tools

Known tools 5

address_report

One-call snapshot of a Base address: ETH balance, USDC balance, tx count, and whether it is a contract.

Inferred read-only
token_info

ERC-20 token metadata on Base: name, symbol, decimals, total supply.

Inferred read-only
token_balance

ERC-20 token balance of a holder on Base (formatted + raw).

Inferred read-only
gas_now

Current Base network gas price (gwei and wei).

Inferred read-only
tx_status

Look up a Base transaction by hash: status, from, to, value, block, gas used.

Inferred read-only

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.selflabbs-base-intel]
url = "https://base.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "selflabbs-base-intel": {
      "type": "http",
      "url": "https://base.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: selflabbs-base-intel
Remote MCP URL: https://base.selflabbs.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": {
    "selflabbs-base-intel": {
      "url": "https://base.selflabbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "selflabbs-base-intel": {
      "type": "http",
      "url": "https://base.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "selflabbs-base-intel",
  "transport": "streamable-http",
  "url": "https://base.selflabbs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://package.selflabbs.com/mcp

No auth detected

MCP server metadata

Name
package-intel
Version
1.0.0
Capabilities
tools
Server instructions

Package Intel: live metadata, popularity, dependencies, and health/advisory signals for npm, PyPI, and crates.io packages. Call package_health before trusting an unfamiliar dependency.

Known tools 6

package_info

Get core metadata for a package: latest version, description, license, homepage, source repository, maintainers, and whether it is deprecated.

Inferred read-only
package_versions

List recent released versions of a package with release dates (most recent first).

Inferred read-only
package_downloads

Get popularity/download statistics for a package (recent download counts).

Inferred read-only
package_dependencies

List the direct dependencies of a specific package version (defaults to latest), via deps.dev.

Inferred read-only
package_health

A composite trust/health check for a package an agent is considering: latest-release recency, deprecation status, license present, maintainer count, dependency count, and any known security advisories (via deps.dev).

Inferred read-only
package_search

Search for packages by keyword and get the top matches with descriptions.

Inferred read-only

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.package-intel]
url = "https://package.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "package-intel": {
      "type": "http",
      "url": "https://package.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: package-intel
Remote MCP URL: https://package.selflabbs.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": {
    "package-intel": {
      "url": "https://package.selflabbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "package-intel": {
      "type": "http",
      "url": "https://package.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "package-intel",
  "transport": "streamable-http",
  "url": "https://package.selflabbs.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 selflabbs.com was fetched 2026-08-02T09:42:51.170Z and is being refreshed.

Trust status Neutral

selflabbs.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.