New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

DataNexus MCP

55 tools. 4 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

4 can modify or destroy data
51 read-only
55 tools total

Community server · catalogue entry checked 12/06/2026 · full schemas captured for 55 of 55 tools

How to control DataNexus MCP ↓

What DataNexus MCP exposes to your agents

Read (51) Write / Execute (2) Destructive / Financial (2)
Critical Risk

The most dangerous DataNexus MCP tools

4 of DataNexus MCP's 55 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control DataNexus MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and DataNexus MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "apikeys_revoke_api_key": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "apikeys_generate_api_key": {
    "limits": [
      {
        "counter": "apikeys_generate_api_key_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "compliance_check_sam_exclusion": {
    "limits": [
      {
        "counter": "compliance_check_sam_exclusion_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register DataNexus MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON DATANEXUS →

Instant setup, no code required.

All 55 DataNexus MCP tools

READ 51 tools
Read compliance_check_sam_exclusion Check whether an entity is on the US federal exclusions list (debarred from government contracts). Read-only. Read compliance_fetch_finra_broker Fetch FINRA BrokerCheck registration for a US broker or investment adviser by CRD number. Read-only. No side e Read compliance_fetch_npi_provider Fetch NPI registration details for a US healthcare provider by NPI number. Read-only. No side effects. Idempot Read compliance_search_npi_by_name Search the NPPES NPI Registry by provider name with optional state and speciality filters. Read-only. No side Read domain_check_email_security Check SPF, DMARC, and DKIM email authentication for a domain. domain: Domain without protocol e.g. "google.co Read domain_fetch_dns_records Fetch current DNS records for a domain via Cloudflare DNS over HTTPS. Read-only. No side effects. Idempotent. Read domain_fetch_domain_history Fetch historical SSL certificate issuance for a domain from Certificate Transparency logs. Read-only. No side Read domain_fetch_domain_rdap Fetch domain registration details via IANA RDAP (the modern structured replacement for WHOIS). Read-only. No s Read domain_fetch_reverse_ip Find domains co-hosted on the same IP address (reverse IP lookup). Read-only. No side effects. Idempotent. dom Read domain_fetch_ssl_certificate_chain Fetch SSL certificate history for a domain from Certificate Transparency logs. Read-only. No side effects. Ide Read domain_fetch_subdomains Enumerate subdomains for a domain via Certificate Transparency logs. Read-only. No side effects. Idempotent. d Read frontend_security_audit_ci_pipeline Scan GitHub Actions, Vercel, or Netlify CI configs for exposed secrets, missing lockfile enforcement, and unpi Read frontend_security_audit_manifest Audit a frontend package.json for security risks — returns a single SHIP/CAUTION/BLOCK verdict with licence ri Read frontend_security_detect_typosquatting Typosquatting detection optimised for the top 500 frontend packages (React, Vite, Axios, Lodash, etc.). Fewer Read frontend_security_fetch_package_risk_brief SHIP/CAUTION/BLOCK risk brief for an npm package with frontend-specific context. Wraps security_fetch_package_ Read govcon_fetch_open_solicitations Fetch currently open government contract solicitations matching a keyword. Read-only. No side effects. Idempot Read govcon_fetch_vendor_contract_history Fetch the complete federal contract award history for a specific vendor. Read-only. No side effects. Idempoten Read govcon_search_contract_awards Search government contract awards by keyword, agency, and date range. keyword: Contract scope e.g. "cybersecu Read legal_fetch_inventor_portfolio Fetch the patent portfolio for a named inventor with optional assignee filter. Read-only. No side effects. Ide Read legal_fetch_patent_by_number Fetch full patent details by patent number and jurisdiction. Read-only. No side effects. Idempotent. patent_nu Read legal_fetch_patent_citations Fetch forward and backward citation chains for a specific patent. Read-only. No side effects. Idempotent. pate Read legal_search_patents_by_keyword Search patents by keyword across EPO, USPTO, or WIPO. Read-only. No side effects. Idempotent. Returns up to 10 Read nonprofit_fetch_charity_uk Fetch UK registered charity details by charity number or organisation name. Read-only. No side effects. Idempo Read nonprofit_fetch_nonprofit_by_ein Fetch IRS 990 filing data for any US nonprofit by EIN. Read-only. No side effects. Idempotent. US only. ein: 9 Read nonprofit_fetch_nonprofit_financial_trends 5-year financial trend for any US nonprofit. Revenue growth, expense ratios, reserve trajectory, and health sc Read nonprofit_fetch_nonprofit_full_profile Complete nonprofit due diligence in one call. Revenue trends, executive pay, risk flags, and a health score fr Read nonprofit_search_nonprofits_by_category Search US nonprofits by mission category and state. Returns up to 25 results with revenue, assets, and health Read nonprofit_search_nonprofits_by_name Search US nonprofits by name with optional state filter. Read-only. No side effects. Idempotent. US only. Retu Read regulatory_fetch_docket_details Fetch full details for a specific regulatory docket by ID. Read-only. No side effects. Idempotent. US federal Read regulatory_fetch_federal_register_notices Fetch recent Federal Register notices and rules for a specific agency. Read-only. No side effects. Idempotent. Read regulatory_search_open_rulemakings Search open rulemakings and public comment periods on Regulations.gov and the Federal Register. Read-only. No Read report_mcpize_link Check MCPize subscription status for a DataNexus tool. tool_id: DataNexus tool identifier e.g. "T10". Pass th Read search_datanexus_tools Find the right DataNexus tool by describing your task in plain English. Read-only. No side effects. Call this Read security_audit_licence_compatibility Audit the licence compatibility of your entire dependency list. Input package names (with ecosystem) or SPDX I Read security_audit_sbom_continuous Persistent SBOM watch. Register once, check anytime for new CVEs affecting your dependency snapshot. Silent pe Read security_audit_sbom_license_policy Audit a CycloneDX or SPDX SBOM against an SPDX licence policy and return a PASS/WARN/BLOCK verdict. sbom: Full Read security_audit_sbom_vulnerabilities Audit a Software Bill of Materials for known vulnerabilities across all listed packages. Read-only. No side ef Read security_detect_typosquatting Detect typosquatting attacks against a package name. Compares using Damerau-Levenshtein distance ≤ 2 against t Read security_fetch_cisa_kev Check whether a CVE is in the CISA Known Exploited Vulnerabilities (KEV) catalog. Read-only. No side effects. Read security_fetch_cve_detail Fetch full detail for a specific CVE by ID. Read-only. No side effects. Idempotent. cve_id: CVE identifier in Read security_fetch_cve_epss EPSS exploit probability score for a CVE — predicts likelihood of exploitation in the next 30 days. cve_id: C Read security_fetch_cve_risk_summary Instant CVE risk verdict. Combines CVSS severity, CISA KEV exploitation status, and EPSS probability in one pa Read security_fetch_cve_watch Persistent CVE watchlist. Create once, check anytime for new events since your last visit — patch releases, KE Read security_fetch_cve_watch_status Check all specified CVE watches for new events since your last poll. Returns only watches with new events, mak Read security_fetch_dependency_graph Fetch the full dependency tree for a package version including transitive dependencies. Read-only. No side eff Read security_fetch_licence_analysis Understand any software licence in plain English. Returns obligations, permissions, limitations, risk level, a Read security_fetch_package_licence Fetch the SPDX licence identifier for an open source package version. Read-only. No side effects. Idempotent. Read security_fetch_package_maintainer_history Analyse ownership and release history for an npm or PyPI package to detect supply-chain risk. Uses PyPI JSON A Read security_fetch_package_risk_brief Single SHIP/CAUTION/BLOCK verdict for any package. Combines CVEs, licence, maintainer health, and transitive c Read security_fetch_package_vulnerabilities Fetch all known CVEs for an open source package version or a batch of packages. Read-only. No side effects. Id Read validate_tool_output Validate a DataNexus tool response for data quality issues using two-layer validation: deterministic rules fir

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about DataNexus MCP

Can an AI agent delete data through the DataNexus MCP server? +

Yes. The DataNexus MCP server exposes 2 destructive tools including apikeys_revoke_api_key, apikeys_rotate_api_key. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through DataNexus MCP? +

The DataNexus MCP server has 2 write tools including apikeys_generate_api_key, report_feedback. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach DataNexus MCP.

How many tools does the DataNexus MCP server expose? +

55 tools across 3 categories: Destructive, Read, Write. 51 are read-only. 4 can modify, create, or delete data.

How do I enforce a policy on DataNexus MCP? +

Register the DataNexus MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every DataNexus MCP tool call.

Deterministic rules across all 55 DataNexus MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

55 DataNexus MCP tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from DataNexus's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.