Pinecone for your agents.
Connect Pinecone 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 Pinecone.
What agents can do with Pinecone
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
pinecone_list_indexesList all Pinecone indexes in the project.
pinecone_get_indexGet details of a specific index by name.
pinecone_describe_index_statsGet statistics about an index (total vector count, dimension, namespaces).
pinecone_list_collectionsList all collections in the project.
pinecone_create_indexCreate a new Pinecone index with a name, dimension, and metric.
pinecone_delete_indexDelete an index by name.
pinecone_configure_indexUpdate configuration for an existing index (e.g. pod size, replicas).
pinecone_create_collectionCreate a collection from an index to back up or copy vector data.
pinecone_delete_collectionDelete a collection by name.
pinecone_query_vectorsQuery an index for nearest neighbors using a vector or vector id.
pinecone_upsert_vectorsUpsert vectors into an index. `vectors` is an array of {id, values, metadata} objects.
pinecone_delete_vectorsDelete vectors from an index by id or filter.
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 Pinecone Console, go to API Keys from the sidebar.
- Click 'Create API Key', name it, and copy the key.
- Paste the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Pinecone to Even: call connect_begin("pinecone") on the even-connect MCP and walk me through it.
List vector database indexes, retrieve statistics on index including vector count, and list collections.
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.