Algolia for your agents.
Connect Algolia once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Algolia.
What agents can do with Algolia
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
algolia_list_indicesList all indices in your application.
algolia_search_indexSearch an index with query text.
algolia_get_index_settingsGet settings for a specific index.
algolia_browse_indexRetrieve all records from an index (for export or bulk operations). Use cursor for pagination.
algolia_get_logsGet recent API logs for your application.
algolia_save_objectCreate or replace an object in an index. If objectID is provided, it replaces the existing object.
algolia_delete_objectDelete an object from an index by its object ID.
algolia_batch_operationsPerform multiple indexing operations (addObject, updateObject, deleteObject) in a single request.
algolia_update_index_settingsUpdate the settings of an index (searchableAttributes, attributesForFaceting, etc.).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Algolia, go to Settings > API Keys.
- Copy the Application ID and an Admin or Search API key.
- The Application ID is the first field; the API key is the second.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Algolia to Even: call connect_begin("algolia") on the even-connect MCP and walk me through it.
Search product records across Algolia indices and export all results for analytics or migration using browse operations.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.