← Registry

Security & Testing

datakoot.com

Provides CVE lookup and package vulnerability auditing for software dependencies.

4 endpoints19 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://package.datakoot.com/mcp

No auth detected

MCP server metadata

Name
package-intel
Version
2.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.datakoot.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 3

https://filings.datakoot.com/mcp

No auth detected

MCP server metadata

Name
filings-intel
Version
1.0.0
Capabilities
tools
Server instructions

Filings Intel: SEC EDGAR access for AI agents — company lookup, recent filings, full-text filing search, XBRL financials, and insider (Form 4) transactions. Start with company_lookup to get a CIK.

Known tools 5

company_lookup

Resolve a stock ticker or company name to its SEC identity: CIK number, official name, ticker(s), exchange(s), industry (SIC), and fiscal year end.

Inferred read-only
recent_filings

List a company's most recent SEC filings (10-K annual reports, 10-Q quarterly, 8-K material events, S-1 IPO registrations, etc.) with filing dates and direct document links.

Inferred read-only
filing_search

Full-text search across all EDGAR filings for a keyword or phrase (e.g.

Inferred read-only
financials

Get reported financial facts for a company from XBRL data in its filings: revenue, net income, total assets, liabilities, equity, EPS, and cash — most recent reported values, or the full history of one specific us-gaap concept.

Inferred read-only
insider_transactions

List recent insider ownership filings (Form 3/4/5) for a company — the filings officers, directors, and 10% owners submit when they buy or sell shares.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 4

https://economy.datakoot.com/mcp

No auth detected

MCP server metadata

Name
economy-intel
Version
1.0.0
Capabilities
tools
Server instructions

Economy Intel: macroeconomic data for AI agents — GDP, inflation, unemployment, population and more for any country (World Bank), plus key US labor & price series (BLS). Call list_indicators to discover what's available.

Known tools 5

country_indicator

Get a macroeconomic indicator for a country over recent years (World Bank).

Inferred read-only
country_profile

Get a snapshot of a country's key macro indicators (latest available values): GDP, GDP per capita, GDP growth, inflation, unemployment, and population.

Inferred read-only
compare_countries

Compare one indicator across several countries (latest available value each).

Inferred read-only
us_series

Get a key US economic time series from the Bureau of Labor Statistics: us_unemployment_rate, us_cpi, us_nonfarm_payrolls, us_labor_participation, us_avg_hourly_earnings.

Inferred read-only
list_indicators

List the indicators this server supports (World Bank + US BLS), 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.economy-intel]
url = "https://economy.datakoot.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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