Tools
Exa
Run an Agent and Tool in the Cloud
-
Set required environment variables:
EXA_API_KEY
: Your Exa API key (replace as needed).
-
Install Meshagent CLI and dependencies
-
Authenticate with Meshagent
- Follow CLI Authentication instructions.
-
Start the Exa MCP service in a room
- This command launches the Exa MCP server in a Meshagent room.
- Rooms will close if they go inactive.
-
Join the room with a chatbot agent using the Exa toolkit
- This starts a chatbot agent in the same room with access to the Exa tools.
- Multiple toolkits can be used with the same agent.
- A link to the active room will be shown in the command output; use it to interact with the agent and available tools.
Environment Variables
EXA_API_KEY
: Your Exa API key (replaceyour-api-key-here
accordingly)MESHAGENT_PORT
: Port used by the Meshagent service (default: 8001)
Tools Available
The following tool is available in this server:
Tools provided by this Server | Short Description |
---|---|
web_search_exa | Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. |
Tools Details
Tool: web_search_exa
Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites.
Parameters | Type | Description |
---|---|---|
query | string | Search query |
numResults | number optional | Number of search results to return (default: 5) |