MCP Server
📢 Note: The API is currently in Beta.
Vectorize provides a Model Context Protocol (MCP) server implementation that integrates with AI assistants like Claude to enable vector retrieval, text extraction, and deep research capabilities.
What is the Model Context Protocol?
The Model Context Protocol (MCP) is a standard for connecting AI assistants to external tools and data sources. It allows AI models to access and utilize specialized capabilities beyond their training data, such as retrieving information from vector databases or processing documents.
Installation
You can run the Vectorize MCP server using npx:
Configuration with Claude/Anthropic
To configure the MCP server with Claude or other Anthropic models, use the following configuration:
Available Tools
The Vectorize MCP server provides three main tools:
1. Retrieve Documents
Perform vector search and retrieve documents from a Vectorize pipeline:
This tool uses the Retrieval API to search for relevant documents in your vector database.
2. Text Extraction and Chunking
Extract text from a document and chunk it into Markdown format:
This tool uses the Extraction API to process documents and convert them to structured text.
3. Deep Research
Generate a Private Deep Research from your pipeline:
This tool uses the Deep Research API to create comprehensive research reports based on your data.
Example Usage with Claude
Here's an example of how to use the Vectorize MCP server with Claude:
Configure the MCP server as shown above
In your conversation with Claude, you can ask it to use the Vectorize tools:
Claude will then use the MCP server to retrieve the relevant information and provide a response based on the retrieved data.
Next Steps
Learn more about Vectorize API
Explore the Retrieval API for vector search
Discover the Extraction API for document processing
Try the Deep Research API for comprehensive research generation
Last updated
Was this helpful?