exa-agent

exa-agent is a skill for Claude Code from exa-labs/exa-mcp-server. It costs 58 tokens per session (2,136 once invoked), scanned A, original, MIT.

A research agent for multi-step web searches, list building, data enrichment, structured results, and checking whether research coverage is complete.

In plain words
What is it for?
It helps gather and enrich company, financial, website, affiliate, podcast, travel, and other data through the listed providers.
Why use it?
It organizes research that would otherwise require many separate searches and manual checks for missing information.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the exa-mcp-server plugin — 2 skills, 1 MCP server shipped together

Good fit It helps gather and enrich company, financial, website, affiliate, podcast, travel, and other data through the listed providers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exa-labs/exa-mcp-server/exa-agent
About the project

Exa MCP Server connects AI agents to Exa, a service for searching the web, fetching webpage content, and carrying out multi-step research. MCP, or Model Context Protocol, lets compatible AI clients call these capabilities as tools. The catalogue skills, MCP server, and plugin provide ways for coding agents to use Exa for web research.

exa-labs/exa-mcp-server · 4,987 stars · on GitHub · exa.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add exa-labs/exa-mcp-server --skill exa-agent
Clone the repo
git clone --depth 1 https://github.com/exa-labs/exa-mcp-server

Made for: Claude Code.

Or install exa-mcp-server, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for exa-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/exa-labs/exa-mcp-server/exa-agent.svg)](https://agentmods.dev/skills/exa-labs/exa-mcp-server/exa-agent)
Your own site
<a href="https://agentmods.dev/skills/exa-labs/exa-mcp-server/exa-agent"><img src="https://agentmods.dev/badge/skills/exa-labs/exa-mcp-server/exa-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,136 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.02136
Opus 5 $0.00029 $0.01068
Sonnet 5 $0.00012 $0.00427
Haiku 4.5 $0.00006 $0.00214

Measured 8d ago against content hash 7bbff323b62d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

exa-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • exa-agent — 100% identical, 0 lines differ
skills/exa-agent/SKILL.md · 261 lines

How it starts

The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Exa Agent Research

You are operating Exa Agent through MCP. Exa Agent is a tool that allows you to run multi-step web research, list-building, enrichment, structured output, run continuation, and coverage validation.

Required tools

  • agent_run

Exa Connect providers

When a run needs premium partner data alongside Exa web search, pass dataSources to agent_run.

Use only the currently usable self-serve providers:

  • fiber: B2B company, people, jobs, and contact enrichment
  • financial_datasets: ticker-based news for US public companies
  • similarweb: website traffic estimates, rankings, and competitor discovery
  • baselayer: US business verification, officers, registrations, and KYB
  • affiliate: product catalog search, pricing, brands, and merchant links
  • particle: podcast transcript search with speaker attribution and timestamps
  • jinko: travel destination discovery ranked by fare

Do not suggest request-only providers unless the user explicitly says their Exa account already has them enabled.

Decision tree

Choose the work surface before acting:

  1. Known input rows plus repeated same-shape enrichment at scale

    • Write a deterministic script using Exa APIs directly.
    • Use bounded concurrency, exponential backoff, checkpoints, and a stable output file.
    • Read the output file and synthesize from it.
    • Do not burn context manually looping over hundreds of identical tool calls.
  2. Open-ended universe definition, list-building, people/company discovery, multi-hop research, structured research, or follow-up over previous work

    • Use Exa Agent.
    • Define the objective and outputSchema before creating the run.

Before creating a run

Always write down:

  • Objective: what the run is meant to answer.
  • Universe: what entities qualify.
  • Segments: geographies, industries, personas, dates, asset classes, or other partitions.
  • Coverage target: desired count, maximum count, and what "good enough" means.
  • Output fields: columns needed in the final answer.
  • Evidence requirements: URLs, source titles, dates, and confidence.
  • Exclusions: prior results or disallowed entities.

Read the full file on GitHub · 261 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 261 lines · 58 tokens per session scan A 7bbff323b62d

Subscribe to this mod's changes

exa-agent is a skill published in the GitHub repository exa-labs/exa-mcp-server (4,987 stars, last pushed 18d ago), licensed MIT. It adds 58 tokens to every session and 2,136 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

opengrok

Use this skill whenever the user wants to search, navigate, or understand source code in a large codebase — even when they don't say "OpenGrok". Trigger for: finding where a function or class is defined, tracking where something is called or referenced, reading a remote source file, checking who last changed a line…

IcyHot09/opengrok-mcp-server · 158 tokens

opengrok-cpp

Specialized patterns for navigating C++ codebases with OpenGrok MCP.

IcyHot09/opengrok-mcp-server · 20 tokens

opengrok-investigation

Use this skill when conducting a structured investigation into a bug, unknown module, or impact analysis using OpenGrok. Provides step-by-step methodology for systematic codebase investigation with memory-backed state management. Trigger when: diagnosing a bug with unknown root cause, exploring an unfamiliar module…

IcyHot09/opengrok-mcp-server · 74 tokens

opengrok-session

Session lifecycle management for OpenGrok MCP investigations. Use this skill to understand how to start, maintain, and complete an OpenGrok session with proper memory bank state management. Trigger at session start when you know an investigation will span multiple turns, or when restoring a prior session.

IcyHot09/opengrok-mcp-server · 61 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens