Fauna for your agents.
Connect Fauna once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Fauna.
What agents can do with Fauna
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
fauna_execute_fqlExecute an FQL (Fauna Query Language) query against the database.
fauna_execute_graphqlExecute a GraphQL query against the Fauna GraphQL endpoint.
fauna_list_databasesList all child databases within the current database scope.
fauna_get_healthCheck the health of the Fauna service.
fauna_get_database_infoGet metadata about the current database.
fauna_list_collectionsList all collections in the database.
fauna_create_collectionCreate a new collection.
fauna_list_indexesList all indexes in the database.
fauna_create_indexCreate a new index.
fauna_list_functionsList all user-defined functions (UDFs).
fauna_list_rolesList all roles in the 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 Fauna Dashboard and go to Security > Keys.
- Click Create Key, select the database and role (admin, server, or client).
- Copy the key secret and enter it as the Bearer token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Fauna to Even: call connect_begin("fauna") on the even-connect MCP and walk me through it.
Execute GraphQL queries against your Fauna database and check service health.
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.