pinecone.io
Pinecone provides a managed vector database and related AI retrieval services, including inference and document-grounded assistant features. Developers use it to store embeddings, search and rank results, and build retrieval-augmented applications.
Pinecone exposes one public REST API, three MCP servers (marketing, docs, and per-assistant remote MCP), and a `pc` CLI; auth is via project API keys, service-account OAuth client credentials for admin access, or interactive CLI login.
- MCP serverdetected
- MCP serverdetected
- Pinecone Marketing MCPdetected
- Pinecone Docs MCPdiscovered
- Pinecone Assistant MCPdiscovered
- Pinecone APIdiscovered
- Pinecone CLIdiscovered
Create a project API key in the Pinecone console or follow the steps in Manage API keys: open your project, go to API keys, click Create API key, choose permissions, and copy the key value. Send it as the Api-Key header for HTTP APIs, or configure it with pc auth configure --api-key / PINECONE_API_KEY for the CLI.
Create a service account in the Pinecone console as described in Manage service accounts at the organization-level, then add it to a project via project-level service accounts. Copy the client_id and client_secret, then exchange them for an access token at https://login.pinecone.io/oauth/token using the client_credentials grant with audience https://api.pinecone.io/. The resulting bearer token authenticates Admin API requests; the raw client credentials can also be configured directly in the CLI with pc auth configure --client-id ... --client-secret ... or PINECONE_CLIENT_ID / PINECONE_CLIENT_SECRET.
$ pc auth loginAcquired by the CLI — running pc auth login opens the auth flow and stores the credential.
conventions · 4/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://pinecone.io/llms.txt
- API catalog✓https://pinecone.io/.well-known/api-catalog
- OpenAPI document✓https://pinecone.io/openapi.json
- MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✓https://www.pinecone.io/mcp/
- Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing