Tools

All Tools

The Precursor Intelligence MCP server exposes 41 tools. All cost 1 credit per successful call except account_status, which is free. Click any tool for full parameter, response, and example detail.

Every tool's name is the exact string you pass to tools/call:

{ "jsonrpc": "2.0", "id": 1, "method": "tools/call",
  "params": { "name": "<tool>", "arguments": { } } }

CVE, EPSS & KEV

ToolWhat it does
get_cveFull intelligence on a single CVE: NVD record, CVSS, EPSS, CISA KEV status, Shadowserver honeypot activity, and notable events.
search_cves_by_vendorHighest-EPSS CVEs for a vendor, sorted by EPSS descending.
list_kev_recentCISA KEV entries added within the last N days.
list_high_epss_cvesCVEs at or above an EPSS threshold, sorted descending.
list_recent_notable_eventsCVE events such as new NVD entries, high EPSS deltas, and CISA KEV additions.

CPE & Vendors

ToolWhat it does
get_vendorVendor summary: total CVE count, product count, and product-to-CVE map.
get_vendor_productProduct summary: CVE count, version count, and version-to-CVE map.
get_vendor_product_versionUp to 200 CVEs affecting a specific vendor/product/version triple, with a truncation flag.
search_productsFull-text search across CPE product names.
list_top_vendors_by_cve_countTop CPE vendors by total tracked CVE count.

CWE

ToolWhat it does
get_cweSingle CWE record: description, abstraction, related weaknesses, consequences, and mitigations.
list_cwesSearch or page the CWE catalog (approximately 964 records).
list_top_cwesMost-referenced CWEs across scored CVEs.

MITRE ATT&CK

ToolWhat it does
get_mitre_techniqueSingle ATT&CK technique or sub-technique: description, platforms, detection, and kill-chain phases.
list_mitre_tacticsAll 14 ATT&CK Enterprise tactics with per-tactic statistics.
list_mitre_techniquesTechniques list, optionally filtered by tactic shortname.
list_top_mitre_techniquesMost-referenced ATT&CK techniques across intelligence reporting.

Atomic Red Team

ToolWhat it does
list_art_techniquesAtomic Red Team technique index (324 techniques), with optional substring filter.
list_art_atomic_testsPaged atomic test list, filterable by ATT&CK technique ID and platform.
get_art_atomic_testFull atomic test detail: executors, dependencies, and input arguments.

Threat Actors

ToolWhat it does
list_threat_actorsTop threat actors by reporting frequency.
get_threat_actorThreat group record: aliases, country, sponsor, targeted industries, and incident types.
list_threat_actors_by_industryThreat actors known to target a given industry.

IOCs

ToolWhat it does
search_iocsSubstring search across 1M+ IOCs from our IOC intelligence, with filters by type, threat type, and malware family.
lookup_iocExact-match IOC lookup across the IOC feed and blog-derived IOCs, with enrichment.
list_recent_iocsIOCs first seen within the last N days.

Malware Samples

ToolWhat it does
search_malware_samplesSearch the malware sample corpus by substring, file type, or signature.
get_malware_sampleSingle sample by SHA-256 hash, with key metadata and signature.
list_recent_malware_samplesRecently observed samples from our malware dataset, optionally filtered by file type.
list_top_malwareMost-referenced malware families across intelligence reporting.

Blacklists

ToolWhat it does
lookup_ssl_blacklistCheck whether a SHA-1 certificate fingerprint appears on the SSL blacklist as associated with botnet C2 or malware.
lookup_ja3_blacklistCheck whether a JA3 MD5 fingerprint appears on the JA3 blacklist as associated with malware or C2.

Shadowserver Honeypot

ToolWhat it does
get_shadowserver_cve_activityDaily Shadowserver honeypot observations for a single CVE over N days.
list_shadowserver_top_cvesTop CVEs by Shadowserver honeypot connections over a configurable window.
list_shadowserver_top_vendorsTop vendors by Shadowserver honeypot connections.
get_shadowserver_daily_statsAggregate Shadowserver daily statistics: unique IPs, connections, and active CVEs.

Remediation

ToolWhat it does
get_top_affected_systemsMost-referenced affected systems across intelligence reporting.
list_remediation_summaryLatest AI-generated remediation summaries for a CVE.
list_recent_remediation_queueCVEs recently added to the remediation queue.

Account & Meta

ToolWhat it does
data_freshnessLast-update timestamps and stale flags for every ingest source.
account_statusFree. Caller's current credit balance and API key metadata.