Security & Testing
selflabbs.com
Provides security intelligence tools including CVE lookup, vulnerability scanning, and domain analysis.
ENDPOINT 1
https://security.selflabbs.com/mcp
MCP server metadata
- Name
- security-intel
- Version
- 2.0.0
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_lookupLook up a CVE by ID and get a compact summary: description, CVSS score & severity, vector, CWE weakness, publish date, and references.
Potential side effectspackage_vulnerabilitiesList known vulnerabilities for a software package (optionally a specific version) via OSV.
Inferred read-onlyaudit_dependenciesAudit a whole dependency manifest for known vulnerabilities in one call.
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.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
MCP server metadata
- Name
- selflabbs-domain-intel
- Version
- 1.0.0
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_reportOne-call full dossier on a domain: registration (RDAP), DNS records, email deliverability, and website tech stack, combined into a single report.
Potential side effectsemail_deliverabilityAssess whether a domain (or the domain of an email address) can receive mail and how strong its sender authentication is.
Potential side effectssubdomainsDiscover subdomains of a domain from public Certificate Transparency logs (crt.sh).
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.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
MCP server metadata
- Name
- market-intel
- Version
- 2.0.0
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_ratesGet the latest foreign-exchange rates for a base currency (default USD), optionally limited to specific target currencies.
Inferred read-onlyfx_convertConvert an amount from one currency to another at the latest ECB reference rate.
Inferred read-onlyfx_historicalGet foreign-exchange rates for a base currency on a specific past date (YYYY-MM-DD).
Inferred read-onlyfx_timeseriesGet a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis.
Inferred read-onlyfx_currenciesList the currencies supported for exchange-rate lookups, with their full names.
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.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
MCP server metadata
- Name
- selflabbs-base-intel
- Version
- 1.0.0
Known tools 5
address_reportOne-call snapshot of a Base address: ETH balance, USDC balance, tx count, and whether it is a contract.
Inferred read-onlytx_statusLook up a Base transaction by hash: status, from, to, value, block, gas used.
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.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
MCP server metadata
- Name
- package-intel
- Version
- 1.0.0
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_infoGet core metadata for a package: latest version, description, license, homepage, source repository, maintainers, and whether it is deprecated.
Inferred read-onlypackage_versionsList recent released versions of a package with release dates (most recent first).
Inferred read-onlypackage_downloadsGet popularity/download statistics for a package (recent download counts).
Inferred read-onlypackage_dependenciesList the direct dependencies of a specific package version (defaults to latest), via deps.dev.
Inferred read-onlypackage_healthA 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-onlypackage_searchSearch for packages by keyword and get the top matches with descriptions.
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.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.
selflabbs.com 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.