Skip to content

Security

VirusTotal MCP connector

The VirusTotal connector lets Claude, ChatGPT, Cursor, any MCP client, and the Elaichi Agent look up files, domains, and IP addresses in VirusTotal, request rescans, and leave comments and votes, all under each analyst's own access with every call logged.

  • How it connects. Connects with an API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect VirusTotal to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect VirusTotal once

  1. Open Connections, choose Add connection, and pick VirusTotal.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Paste a VirusTotal API key. One person generates a token in VirusTotal and pastes it once. Everyone else works through Share with, and never sees it.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

virustotal
VirusTotal
Censys
Herd Security
Infisical
Orca Security
SecurityScorecard
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect VirusTotal to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect VirusTotal to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect VirusTotal to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect VirusTotal to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with VirusTotal through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Security operations

    Check a suspicious sender domain fast

    Paste the domain from a phishing report and ask what VirusTotal knows about it, including detection results, related IP addresses, and what other analysts have said in comments.

  • Incident response

    Pull the report for a file hash

    During an incident, give the agent a file hash and get the VirusTotal report back in plain language, then ask for a fresh rescan if the last analysis is stale.

  • Threat intelligence

    Trace where a domain has resolved

    Ask which IP addresses a domain has pointed to and what else sits on those addresses, so an analyst can map infrastructure without clicking through each resolution by hand.

  • IT help desk

    Vet an attachment before opening it

    A staff member forwards an unfamiliar attachment, and the desk uploads it to VirusTotal through the agent and gets back a verdict before anyone opens the file.

  • Security operations

    Record findings on an indicator

    After an investigation, leave a comment and cast a vote on the IP address, domain, or file in VirusTotal so the next analyst who lands on it sees the conclusion.

  • Risk and compliance

    Screen a vendor's public footprint

    Before onboarding a vendor, ask for the VirusTotal standing of their domains and hosting IP addresses and get a short summary suitable for the risk file.

Try asking

  • “Check the reputation of this ip address before we allowlist it.”
  • “Summarize recent comments on this domain's VirusTotal record.”
  • “List relationships for this file hash reported this week.”

See all 150 VirusTotal tools below

AI tools

VirusTotal tools for your AI agents

150 tools are ready to call through Elaichi's MCP endpoint the moment you connect VirusTotal, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting VirusTotal gets you

6 screens from the product, each doing one job for your VirusTotal account.

The agent

Ask VirusTotal questions, get live threat answers.

Ask about an ip, domain or file and get answers pulled from live VirusTotal records.

  • domains
  • ip addresses
  • comments
  • relationships

Ask Elaichi to work across your apps.

Check the reputation of this ip address before we allowlist it.

Summarize recent comments on this domain's VirusTotal record.

List relationships for this file hash reported this week.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One VirusTotal endpoint for every client.

Claude, ChatGPT and Cursor connect to one governed VirusTotal endpoint, no SDK, no shared key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

150 VirusTotal tools, zero custom code.

Browse 150 VirusTotal tools covering ip addresses, domains, comments and relationships.

  • List all VirusTotal IP addresses
  • VirusTotal IP addresses rescan
  • VirusTotal IP addresses list comments
  • VirusTotal IP addresses create comment
ElaichiTools
Tool Action Description
List all VirusTotal IP addresses List Get a VirusTotal IP address report by IP. Returns: data. Required: ip.
VirusTotal IP addresses rescan Action Rescan an IP address in VirusTotal to refresh its verdicts, whois information, and SSL certificates. Returns: type, id, links. The returned analysis id can be used with the Analyses endpoint to retrieve vendor verdicts. Required: ip_addresse_id.
VirusTotal IP addresses list comments List List comments posted on a VirusTotal IP address. Returns: type, id, attributes (text, html, tags, votes, date), links for each comment. Required: ip_addresse_id.
VirusTotal IP addresses create comment Create Post a comment for a given IP address in VirusTotal. Any word starting with # in the comment text is treated as a tag and added to the comment's tag attribute. Returns the created comment object including its id, type, text, tags, html, date, and votes. Required: ip_addresse_id, data.
VirusTotal IP addresses list relationships List List objects related to a given IP address by relationship name in VirusTotal. Returns an array of related objects, each with type, id, links, and attributes. Required: ip_addresse_id, relationship.

Toolboxes

Every team gets its own VirusTotal toolbox.

Security, IT and fraud teams each work from a toolbox scoped to their needs.

  • Security operations
  • Threat intel
  • IT
  • Fraud
ElaichiToolboxes
Name Source template Tools Created

Security operations toolbox

VirusTotal · ip and domain investigations

VirusTotal starter 18 Mar 4, 2026

Threat intel toolbox

VirusTotal · relationship and vote analysis

9 Mar 2, 2026

IT toolbox

VirusTotal · endpoint and file checks

24 Feb 27, 2026

Fraud toolbox

VirusTotal · domain and url reputation

VirusTotal starter 6 Feb 19, 2026

Incident response toolbox

VirusTotal · rescans and comment triage

31 Jan 30, 2026

Compliance toolbox

VirusTotal · audit of lookup history

12 Jan 22, 2026

Shared connections

Delegated VirusTotal access, no shared credentials.

See who connected each VirusTotal account and how many teams and members share it.

  • Security Ops
  • Threat Intel
  • IT Support
  • Fraud Review
ElaichiConnections
Connection Scope Status Access
VI

VirusTotal (Security Ops)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
VI

VirusTotal (Threat Intel)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
VI

VirusTotal (IT Support)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
VI

VirusTotal (Fraud Review)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
VI

VirusTotal (Incident Response)

Connected by Clara Nowak

Personal • Active Not shared
VI

VirusTotal (Compliance)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every VirusTotal lookup, logged and attributable.

See who queried what, when, and against which ip, domain or file.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

VirusTotal Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

VirusTotal Domains Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

VirusTotal Domains List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

VirusTotal triggers real work, not just chat.

A schedule fetches records, drafts a digest, and waits for approval before posting back.

VirusTotal digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch domains

    VirusTotal

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    VirusTotal

    Queued

Collections and dashboards

VirusTotal health, computed, not requested.

A refreshing dashboard tracks records created over 14 days by team, no model involved.

VirusTotal health

Refreshed 4 minutes ago · every 15 minutes · from the domains collection

Live

Domains

1,284 ↓ 12%

Ip addresses

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Domains created

Last 14 days

By team

Share of activity

Security Ops 34%

Threat Intel 27%

IT Support 21%

Fraud Review 18%

FAQ

Frequently asked questions

How do I connect VirusTotal to Claude?

Connecting VirusTotal to Claude takes two steps. In Elaichi, pick VirusTotal from the catalog and paste in your VirusTotal API key, which you copy from your VirusTotal account settings; there is no client ID or secret to generate. Then in Claude open Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. Sign in with your Elaichi account and VirusTotal is available to Claude.

Does VirusTotal work with ChatGPT and Cursor as well as Claude?

Yes. Once VirusTotal is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. You connect VirusTotal once and every client you use picks it up.

What can an AI agent actually do with my VirusTotal data?

With VirusTotal connected, an agent can look up an IP address, domain, or file hash and explain the detection results, list what a domain resolves to and what else lives on an address, read and add analyst comments, cast votes, request a rescan, and upload a file for analysis. Because VirusTotal offers a large set of actions, short concrete asks work best, such as the domain or hash followed by what you want to know.

Does connecting VirusTotal give the AI everything in my VirusTotal account?

No. Every call to VirusTotal runs with the API key of the person who connected it, so the agent can only reach what that VirusTotal account already can, at that account's quota and privilege level. Elaichi can narrow that further with restrictions on specific actions, and it never widens access beyond what VirusTotal itself allows.

Can my team share one VirusTotal connection?

Yes. One person connects VirusTotal in Elaichi and shares the connection with a team, and nobody else on the team ever sees or handles the VirusTotal API key. Each teammate still signs in to Elaichi as themselves, so the audit log names who ran each VirusTotal lookup, upload, comment, or rescan.

Can I stop an agent from changing things in VirusTotal?

Yes. Restrictions in Elaichi work per action, so you can allow lookups on files, domains, and IP addresses in VirusTotal while blocking uploads, comments, votes, or rescans. A blocked action is never shown to Claude, ChatGPT, Cursor, or any other client at all, so no prompt, however worded, can reach it.

What happens to a VirusTotal connection when someone leaves?

When you offboard a person in Elaichi, their access to VirusTotal through Elaichi ends at once, in every client they had set up. A shared VirusTotal connection keeps working for everyone else on the team. If you want VirusTotal gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client in one step.

Put VirusTotal in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.