MCP Hub
Back to servers

DataNexus MCP

Provides AI-ready access to US/UK nonprofit data and OSS vulnerability intelligence via MCP, with 10 tools and no API key required.

glama
Updated
May 5, 2026

DataNexus MCP

AI-Ready access to US/UK nonprofit data and OSS vulnerability intelligence via the Model Context Protocol.

10 tools. No API key required. Token-efficient AI-Ready Markdown.


Connect (remote — no install)

Add to Claude Desktop or any MCP-compatible client:

{
  "mcpServers": {
    "datanexus": {
      "type": "http",
      "url": "https://datanexusmcp.com/mcp"
    }
  }
}

Or via npx (bridges HTTP → stdio for clients that need it):

npx -y @datanexusmcp/mcp-server

Tools (10 total)

T04 — US/UK Nonprofit Data

ToolDescriptionSource
fetch_nonprofit_by_einIRS 990 data for any US nonprofit by EIN — name, address, NTEE code, revenue, assetsIRS EO BMF + IRS TEOS
search_nonprofits_by_nameSearch US nonprofits by name with optional state filter — returns up to 25 resultsIRS EO BMF
fetch_charity_ukUK registered charity details — registration status, income, expenditure, activitiesUK Charity Commission (OGL v3)

T10 — OSS Vulnerability Intelligence

ToolDescriptionSource
fetch_package_vulnerabilitiesAll known CVEs for a package version with CVSS scores and fixed versionsGoogle OSV.dev + NIST NVD
fetch_dependency_graphFull transitive dependency tree — hard 8 s timeout, never hangs silentlydeps.dev (Google)
fetch_cve_detailFull CVE detail by ID — description, CVSS base score, affected products, patch URLsNIST NVD
audit_sbom_vulnerabilitiesAudit a CycloneDX or SPDX SBOM — per-component vulnerability count and severityOSV.dev batch API
fetch_package_licenceSPDX licence identifier for any package version — use before adding a commercial depdeps.dev (Google)

Shared Infrastructure

ToolDescription
report_feedbackReport an incorrect, incomplete, or stale tool result — always returns {status: 'recorded'}
report_mcpize_linkCheck subscription status and retrieve upgrade URL if required

Ecosystems supported (T10)

PyPI · npm · Maven · Go · Cargo · NuGet · RubyGems · Packagist


Response format

Every tool response includes:

FieldDescription
markdown_outputAI-Ready Markdown — paste directly into a response
query_hash16-char hex — use as query_hash in report_feedback
data_as_ofISO 8601 UTC timestamp of the data
ingest_healthytrue if upstream source was reachable
cache_hittrue if served from cache
sha256_hashSHA-256 of the raw upstream payload

Environment variables

Only needed for self-hosted deployments. The hosted server at https://datanexusmcp.com/mcp requires no configuration.

VariableDefaultDescription
DATANEXUS_REDIS_URLredis://localhost:6379Redis for caching and feedback

No API keys are required for T04 or T10 — all upstream sources are public.


License

MIT

Reviews

No reviews yet

Sign in to write a review