What problem does it solve?
This reference documents the Pinecone MCP server tools and clarifies how to list, inspect, create, upsert, search, cascade, and rerank records so agents and developers can use the MCP API correctly and efficiently.
Core Features & Use Cases
- List and discover available indexes and their basic metadata to understand your project's vector stores.
- Describe index configuration and statistics to verify cloud, region, dimension, metric, embedding model, and namespace distributions.
- Create serverless integrated indexes with automatic embeddings, upsert records with the required embedding field, perform semantic search with optional reranking, run cascading searches across multiple indexes, and rerank arbitrary document sets.
- Use Case: An agent ingests a document corpus into an integrated index, upserts records using the index's field map, executes semantic searches with an optional reranker, and inspects index stats to monitor ingestion completeness.
Quick Start
List all indexes, describe the configuration for a selected index, and run a semantic search with reranking using the pinecone-mcp tool references.