Exa MCP Server
Official
by exa-labs
search
Search the web using Exa AI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
numResults | No | Number of results to return (default: 10) | |
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"numResults": {
"description": "Number of results to return (default: 10)",
"maximum": 50,
"minimum": 1,
"type": "number"
},
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}