Clarifai for your agents.
Connect Clarifai 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 Clarifai.
What agents can do with Clarifai
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
clarifai_predict_modelGet predictions from a model. `model_id` is the model id. `inputs` is an array of input data objects (e.g. [{data: {image: {url: "..."}}}] ).
clarifai_list_modelsList available models on Clarifai.
clarifai_get_modelGet details of a specific model by its id.
clarifai_list_inputsList inputs (images, text, or video) stored in the app.
clarifai_add_inputsAdd inputs to the app for indexing or prediction. `inputs` is an array like [{data:{image:{url:"..."}}}].
clarifai_list_conceptsList concepts (labels) available in the app.
clarifai_list_workflowsList workflows (chains of models) in the app.
clarifai_predict_workflowRun a workflow (a chain of models) over inputs. `inputs` is an array like [{data:{image:{url:"..."}}}].
clarifai_get_inputGet details of a specific input by its id.
clarifai_delete_inputDelete inputs by their ids.
clarifai_list_model_versionsList versions of a specific model.
clarifai_create_searchSearch inputs by concept, metadata, or text. `query` is the search query object.
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.
- Sign in to Clarifai.
- Go to Settings > Authentication.
- Copy your Personal Access Token (PAT).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Clarifai to Even: call connect_begin("clarifai") on the even-connect MCP and walk me through it.
Search Clarifai models, upload images for AI analysis, and run workflows to classify content or detect objects.
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.