create-index-for-model
Creates a new index that uses an integrated inference model to embed text as vectors.
How to use it
create-index-for-model is exposed by the Pinecone MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the create-index-for-model tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL PINECONE MCP LISTINGOther tools in Pinecone MCP (8)
Searches for records across multiple indexes, deduplicating and reranking the results.
Describes the configuration of an index.
Provides statistics about the data in the index, including the number of records and available namespaces.
Lists all Pinecone indexes.
Reranks a collection of records or text documents using a specialized reranking model.
Search the official Pinecone documentation.
Searches for records in an index based on a text query, using integrated inference for embedding. Has options for metadata filtering and reranking.
Inserts or updates records in an index with integrated inference.