Agent Tools
Back to MCP servers
● down

Provide AI agents with contextual knowledge using Pinecone Assistant.

Transport
sse
Auth
api_key
Cost
free_tier

How to connect

MCP endpoint (sse)
https://<YOUR_PINECONE_ASSISTANT_HOST>/mcp/assistants/<YOUR_ASSISTANT_NAME>/sse
JSON-RPC initialize probe
curl -X POST https://<YOUR_PINECONE_ASSISTANT_HOST>/mcp/assistants/<YOUR_ASSISTANT_NAME>/sse \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://docs.pinecone.io/guides/assistant/mcp-server
Source code
https://github.com/pinecone-io/assistant-mcp
Listed at (pulsemcp)
https://www.pulsemcp.com/servers/pinecone-assistant