Weaviate for your agents.
Connect Weaviate 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 Weaviate.
What agents can do with Weaviate
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
weaviate_get_metaCheck the connection: returns the Weaviate instance metadata (version, modules).
weaviate_list_classesList all classes (collections) in the schema.
weaviate_get_classGet the schema of a specific class.
weaviate_search_getSearch objects with nearText or hybrid search. Provide a class name and query.
weaviate_get_objectsList objects in a class with pagination.
weaviate_create_objectCreate a new object in a class.
weaviate_update_objectUpdate an existing object's properties (PATCH semantics).
weaviate_delete_objectDelete an object by class and id.
weaviate_create_classCreate a new class (collection) with a vectorizer configuration.
weaviate_delete_classDelete a class (collection) and all its objects.
weaviate_batch_create_objectsCreate multiple objects in one request across classes.
weaviate_get_objectGet a single object by class and id.
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 Weaviate Cloud Console, go to API Keys from the sidebar.
- Click 'Create Key', name it, select permissions, and copy the key.
- Enter your Weaviate cluster URL (e.g. https://your-instance.weaviate.cloud).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Weaviate to Even: call connect_begin("weaviate") on the even-connect MCP and walk me through it.
Query Weaviate vector database for semantic search, retrieve object collections, and find similar embeddings.
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.