diff --git a/partners/servers/turbopuffer-mcp-server.json b/partners/servers/turbopuffer-mcp-server.json new file mode 100644 index 0000000..fd5d0ee --- /dev/null +++ b/partners/servers/turbopuffer-mcp-server.json @@ -0,0 +1,53 @@ +{ + "name": "turbopuffer-mcp-server", + "title": "turbopuffer", + "summary": "Connect to turbopuffer for serverless vector and full-text search over your data.", + "description": "The turbopuffer MCP server connects AI agents to turbopuffer, a serverless search engine built on object storage. Query namespaces using vector similarity search, BM25 full-text search, hybrid search, and attribute filtering. Upsert, delete, and manage documents across namespaces. Fast, 10x cheaper, and extremely scalable.", + "kind": "mcp", + "packages": [], + "icon": "https://avatars.githubusercontent.com/turbopuffer?s=64", + "license": { + "name": "turbopuffer Terms of Service", + "url": "https://turbopuffer.com/terms" + }, + "useCases": [ + { + "name": "Search Infrastructure", + "description": "Power semantic search, BM25 full-text search, and hybrid search over billions of documents with sub-10ms cached latency, backed by object storage for cost-efficient scaling." + }, + { + "name": "RAG Pipelines", + "description": "Build retrieval-augmented generation pipelines by connecting AI agents to turbopuffer for fast, scalable context retrieval over large document collections." + }, + { + "name": "Retrieval", + "description": "Efficiently narrow millions of documents down to tens or hundreds for downstream processing, reranking, or generation using vector similarity and attribute filtering." + } + ], + "externalDocumentation": { + "title": "turbopuffer Documentation", + "url": "https://turbopuffer.com/docs" + }, + "tags": ["search", "embeddings", "rag", "full-text-search", "vector-search", "hybrid-search", "vector-database"], + "vendor": "Partner", + "categories": "Databases", + "visibility": "true", + "remote": "https://turbopuffer.stlmcp.com/", + "remoteType": "streamable-http", + "versionName": "original", + "securitySchemes": { + "turbopufferApiKey": { + "type": "apiKey", + "description": "Authenticate with your turbopuffer API key.", + "in": "header", + "name": "Authorization" + } + }, + "supportContactInfo": { + "name": "turbopuffer Support", + "url": "https://turbopuffer.com/contact/support" + }, + "customProperties": { + "x-ms-preview": true + } +}