mcp-exa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXA_API_KEY | Yes | Your Exa API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchC | Perform a web search using Exa. |
| find_similarC | Find pages similar to a given URL using Exa. |
| get_contentsB | Retrieve contents for a list of URLs using Exa. |
| answerB | Generate an answer to a query using Exa's search and LLM capabilities. |
| stream_answerC | Generate a streaming answer response using Exa. |
| research_createB | Create a new research request using Exa. |
| research_getB | Get a research request by ID using Exa. |
| research_poll_until_finishedA | Poll until research is finished using Exa. |
| research_listC | List research requests using Exa. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-exa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server