Skip to content

Add Exa plugin — web search, content extraction, and deep research#56

Open
10ishq wants to merge 7 commits into
xai-org:mainfrom
10ishq:add-exa-plugin
Open

Add Exa plugin — web search, content extraction, and deep research#56
10ishq wants to merge 7 commits into
xai-org:mainfrom
10ishq:add-exa-plugin

Conversation

@10ishq

@10ishq 10ishq commented Jun 24, 2026

Copy link
Copy Markdown

What this PR does

Adds the official Exa plugin to the marketplace.

  • Plugin name: exa
  • Type: remote source
  • Source URL + pinned SHA: https://github.com/exa-labs/exa-grok-plugin.git @ 7b21e1451f9c265971767a734828f2689e4d4100
  • Homepage: https://exa.ai

What Exa is

Exa is a search engine built for AI agents, used by Cursor, Claude, Codex, and others. Unlike scraping tools, Exa finds the right pages — ranking by semantic relevance across specialized indexes:

  • 50M+ company pages with metadata (headcount, funding, revenue)
  • 1B+ people profiles across LinkedIn and professional sources
  • 100M+ research papers from arXiv, OpenReview, PubMed
  • Plus news, financial reports (SEC filings), and personal sites

Benchmarks (exa-labs/benchmarks): Exa leads on RAG groundedness (79.4% vs Brave 76.3%, Tavily 61.1%), people search recall (R@10: 94.5% vs Brave 77.9%), and code content extraction (ROUGE-L: 83.2 vs next-best 73.7).

Recent launches: Exa Agent (June 2026), Exa Deep revamp (March 2026), Exa Instant (Feb 2026).

Plugin contents

6 skills + 1 MCP server + security rules:

Skill What it does
exa-search General web search + page reading
exa-research Advanced search with category filters, domain/date restrictions, highlights
exa-company-research Company discovery, competitive analysis, market research
exa-people-search Find professionals by role, company, location, expertise
exa-code-search Find code examples, API docs, library references
exa-fetch Read any webpage as clean markdown

The MCP server at https://mcp.exa.ai/mcp authenticates via OAuth — no API key needed.

Ownership

  • I own this plugin or have the right to distribute it.
  • The source repo is published under our official org (or I've explained why not below).

The plugin repo is at exa-labs/exa-grok-plugin under the official Exa org. I'm an engineer at Exa.

Checklist

  • Added/updated exactly one entry in .grok-plugin/marketplace.json (valid JSON, kebab-case name).
  • Remote source pins a full 40-char lowercase commit sha, and that commit is public + reachable.
  • Regenerated .grok-plugin/plugin-index.json (python3 scripts/generate-plugin-index.py).
  • python3 scripts/validate-catalog.py passes locally.
  • python3 scripts/generate-plugin-index.py --check passes locally.
  • homepage + clear description set; local plugins include README.md + .grok-plugin/plugin.json.
  • License is stated.

Security

  • No curl | bash, remote-code download/exec, or postinstall RCE.
  • No reading/exfiltration of secrets, tokens, .env, or env vars.
  • Hooks and MCP scope are least-privilege.
  • Network endpoints: https://mcp.exa.ai/mcp (Exa's hosted MCP server — web search, content extraction)
  • Credentials: OAuth via browser on first connection; optionally an Exa API key for higher rate limits

Notes for reviewers

Exa's MCP server is already widely adopted — it's a native Claude Connector, integrated in Cursor, VS Code, Codex, Windsurf, Zed, Gemini CLI, and others. The plugin includes 6 purpose-specific skills (company research, people search, code search, etc.) rather than one generic search skill, because Exa's category system is a differentiator that generic descriptions wouldn't surface.

Adds the Exa plugin (exa-labs/exa-grok-plugin) as a remote source.

Exa provides web search, content extraction, and structured research
via its hosted MCP server. Skills: exa-search, exa-research, exa-fetch.
Supports category filters (company, people, news, papers, financial
reports), domain restrictions, date ranges, and highlights.

Free plan available. No API key needed — authenticates via OAuth.
@10ishq 10ishq requested a review from a team June 24, 2026 00:08
@10ishq

10ishq commented Jun 24, 2026

Copy link
Copy Markdown
Author

Hey @ykeremy — adding the official Exa plugin to the marketplace. Exa is an AI search engine already integrated with Cursor, Claude, Codex, and others. The plugin repo is under the official exa-labs org and follows the same structure as the Firecrawl plugin. All checks pass locally. Would appreciate a review!

@10ishq

10ishq commented Jun 24, 2026

Copy link
Copy Markdown
Author

Updated the plugin with 6 differentiated skills (company research, people search, code search, etc.) instead of the initial 3 generic ones. Also bumped the pinned SHA and regenerated the index. All checks pass locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant