Security & Testing
datakoot.com
Provides CVE lookup and package vulnerability auditing for software dependencies.
ENDPOINT 1
https://security.datakoot.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.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
MCP server metadata
- Name
- package-intel
- Version
- 2.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.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
MCP server metadata
- Name
- filings-intel
- Version
- 1.0.0
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_lookupResolve 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-onlyrecent_filingsList 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-onlyfiling_searchFull-text search across all EDGAR filings for a keyword or phrase (e.g.
Inferred read-onlyfinancialsGet 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-onlyinsider_transactionsList 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-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.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
MCP server metadata
- Name
- economy-intel
- Version
- 1.0.0
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_indicatorGet a macroeconomic indicator for a country over recent years (World Bank).
Inferred read-onlycountry_profileGet a snapshot of a country's key macro indicators (latest available values): GDP, GDP per capita, GDP growth, inflation, unemployment, and population.
Inferred read-onlycompare_countriesCompare one indicator across several countries (latest available value each).
Inferred read-onlyus_seriesGet 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-onlylist_indicatorsList the indicators this server supports (World Bank + US BLS), 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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.