Typesense for your agents.
Connect Typesense once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Typesense.
What agents can do with Typesense
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
typesense_healthCheck if the Typesense server is reachable and healthy.
typesense_list_collectionsList all collections (indexes) in Typesense.
typesense_get_collectionGet the schema of a specific collection.
typesense_search_collectionSearch a collection. `q` is the search query, `query_by` is comma-separated fields to search.
typesense_get_collection_metricsGet metrics about the Typesense server (query time, requests, etc.).
typesense_create_collectionCreate a new collection (index) with a schema of fields.
typesense_delete_collectionDelete a collection and all its documents.
typesense_create_documentIndex a new document in a collection.
typesense_get_documentGet a single document by ID from a collection.
typesense_update_documentUpdate specific fields of an existing document (partial update).
typesense_delete_documentDelete a document by ID from a collection.
typesense_list_aliasesList all collection aliases.
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 Typesense Cloud (or your self-hosted dashboard).
- Under API Keys, copy an admin API key or generate a new scoped key.
- Enter your Typesense server URL (e.g. https://xxx.a1.typesense.net).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Typesense to Even: call connect_begin("typesense") on the even-connect MCP and walk me through it.
Search Typesense collections and filter results by document properties.
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.