KosmoKrator

search

Exa AI MCP, CLI, and Lua Integration for AI Agents

Exa AI integration docs for AI agents: MCP gateway setup, Exa AI CLI commands, Lua API reference, credentials, and function schemas.

5 functions 5 read 0 write API key auth

Exa AI for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
exa
route_slug
exa
package
exa
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Exa AI MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Exa AI.

Exa AI CLI Matrix

Use these pages for direct Exa AI CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
exa.exa_search Read read 6 Perform a neural search query across the web using Exa AI. Returns a list of relevant pages with titles, URLs, and scores. Supports filtering by category, date range, and autoprompt mode.
exa.exa_find_similar Read read 2 Find web pages similar to a given URL. Useful for discovering related content, competitors, or alternative resources. Returns a list of similar pages with titles, URLs, and scores.
exa.exa_get_contents Read read 3 Retrieve the full text contents and optional highlights for a list of Exa document IDs. Use this after a search or findSimilar call to get the actual page content.
exa.exa_search_and_contents Read read 8 Search the web and retrieve full page contents in one call. Combines search and content retrieval into a single request for efficiency. Returns results with both metadata and full text content.
exa.exa_get_current_user Read read 0 Get the currently authenticated Exa user's profile information, including email and API usage details. Useful for verifying credentials.