Mcp Auto Loader Exa#
Configuration File: mcp_auto_loader_exa.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the mcp_auto_loader_exa.json configuration file.
Available Tools#
mcp_auto_loader_exa (Type: MCPAutoLoaderTool)#
Opt-in connection to Exa’s official web-search MCP server (https://mcp.exa.ai/mcp). Discovers two…
mcp_auto_loader_exa tool specification
Tool Information:
Name:
mcp_auto_loader_exaType:
MCPAutoLoaderToolDescription: Opt-in connection to Exa’s official web-search MCP server (https://mcp.exa.ai/mcp). Discovers two reviewed, read-only tools for neural/semantic web search and full-page content extraction over Exa’s own web index — general internet retrieval, distinct from ToolUniverse’s structured scientific-database tools. The hosted public server needs no API key for casual use; an optional key raises rate limits for production use.
Parameters:
operation(string) (required) Discover reviewed tools, generate proxy configurations, or call one reviewed tool.tool_name(string) (optional) Reviewed MCP tool name, required when operation is call_tool.tool_arguments(object) (optional) Search query or URL-fetch arguments for the selected tool.
Example Usage:
query = {
"name": "mcp_auto_loader_exa",
"arguments": {
"operation": "example_value"
}
}
result = tu.run(query)