Xata for your agents.
Connect Xata once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Xata.
What agents can do with Xata
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
xata_list_workspacesList all workspaces accessible with the API key.
xata_get_databaseGet database schema and metadata for a specific database.
xata_query_tableQuery records from a table with filtering, sorting, and pagination.
xata_insert_recordInsert a new record into a table.
xata_search_recordsSearch records across tables using full-text or vector search.
xata_update_recordUpdate an existing record in a table by id.
xata_delete_recordDelete a record by id from a table.
xata_get_recordGet a single record by id from a table.
xata_list_databasesList all databases in a workspace.
xata_create_databaseCreate a new database in a workspace.
xata_get_table_schemaGet the schema of a specific table (columns, types, etc.).
xata_list_branchesList all branches for a database.
xata_create_branchCreate a new branch for a database.
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 Xata and go to Settings > API Keys.
- Click Create API Key and choose the access level (read, write, or full).
- Copy the API key and enter it as the Bearer token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Xata to Even: call connect_begin("xata") on the even-connect MCP and walk me through it.
List all workspaces, query records from table with filtering, and insert new records into database.
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.