Websets MCP connects AI assistants to Exa’s Websets API for building and enriching collections of web entities like companies, people, and research papers. What you can do:Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Find AI startups in San Francisco with funding over $10M
- Build a database of companies and enrich with CEO names, revenue, employee counts
- Create a list of research papers and extract key findings
- Subscribe to webhooks to be notified when searches and enrichments complete
- Bring your own CSV data into Websets via imports for scoping or exclusion
Installation
Get your Exa API key
Available Tools
Webset management| Tool | Description |
|---|---|
create_webset | Create a collection with search query, criteria, and enrichments |
list_websets | List all websets in your account |
get_webset | Get details about a webset |
update_webset | Update a webset’s title and/or metadata |
delete_webset | Delete a webset and all its items |
preview_webset | Preview how a query will be interpreted before creating a webset |
| Tool | Description |
|---|---|
list_webset_items | List items in a webset with their data |
get_item | Get details about a specific item |
| Tool | Description |
|---|---|
create_search | Add more entities to a webset |
get_search | Check search status |
cancel_search | Cancel a running search |
| Tool | Description |
|---|---|
create_enrichment | Extract data from items (text, number, date, email, phone, url, options) |
get_enrichment | Check enrichment status |
cancel_enrichment | Cancel a running enrichment |
| Tool | Description |
|---|---|
create_webhook | Subscribe to real-time HTTP callbacks for webset events |
get_webhook | Get details about a webhook |
update_webhook | Update a webhook’s URL, events, or metadata |
delete_webhook | Delete a webhook |
list_webhooks | List all webhooks in your account |
| Tool | Description |
|---|---|
create_import | Upload your own CSV data into Websets |
get_import | Get details about an import including its upload URL |
list_imports | List all imports in your account |
| Tool | Description |
|---|---|
list_events | List system events (search, enrichment, webset lifecycle, etc.) |
Scheduled monitors are part of the underlying Websets API and the websets.exa.ai dashboard, but are not currently exposed as MCP tools.
Free searches are included. A Websets plan is required for continued use.
Key Concepts
Entity Types: Search for different kinds of entities:company- companies and startupsperson- individuals (e.g., for recruiting)research_paper- academic papersarticle- blog posts and news articlescustom- define your own entity type
text- free-form text (CEO name, description)number- numeric values (employee count, revenue)date- dates (founding date, funding date)email,phone,url- contact infooptions- multiple choice (e.g., funding stage: Seed, Series A, Series B)
- Criteria (filters): “AI company”, “Founded after 2020”, “Has raised funding”
- Enrichments (data to extract): CEO name (text), funding amount (number), founding date (date)
Resources
- Websets API Docs - Full API reference
- Try Websets - Visual interface for websets
Usage Examples
Usage Examples
Create a WebsetAdd More EntitiesExtract DataSubscribe to Events

