Vinkius

Typesense Vector Search MCP. Run semantic searches across indexed knowledge bases.

Typesense Vector Search lets your AI agent perform complex semantic searches and manage vector data entirely through conversation. Index documents, create new collections with specific schemas, and run combined text-filtering queries without writing a single line of API code.

Typesense Vector Search MCP is compatible with Claude Claude
Typesense Vector Search MCP is compatible with ChatGPT ChatGPT
Typesense Vector Search MCP is compatible with Cursor Cursor
Typesense Vector Search MCP is compatible with Gemini Gemini
Typesense Vector Search MCP is compatible with Windsurf Windsurf
Typesense Vector Search MCP is compatible with VS Code VS Code
Typesense Vector Search MCP is compatible with JetBrains JetBrains
Typesense Vector Search MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Perform Semantic Search

Run vector similarity searches combined with text filters using search_vectors.

Manage Collections

List all existing collections or retrieve the detailed schema for a specific collection using list_vector_collections and get_collection_details.

Build New Data Schemas

Instantly provision new vector search datasets with custom schemas via create_collection.

Index Documents

Add or update JSON documents in a collection using index_document, bypassing manual REST calls.

Remove Data

Permanently delete specific records from a collection by ID using delete_document.

Waiting for input…

AI Agent
Typesense Vector Search

What AI agents can do with Typesense Vector Search: 6 Tools Available

These tools give your agent the power to read, write, and structure data within your vector database using conversational commands.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Typesense Vector Search MCP

Search Vectors

Runs a combined search that uses both text filters and numerical vector similarity queries.

Create Collection

Builds a new search dataset by defining its specific required schema using JSON...

Delete Document

Removes a document from any collection, and this action cannot be reversed.

Get Collection Details

Retrieves the full schema definition and metadata for a specific data collection.

Index Document

Adds or updates an existing document in a collection by providing its name and JSON...

List Vector Collections

Fetches a list of every available vector collection within the current Typesense instance.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Typesense Vector Search MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Typesense Vector Search integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Typesense Vector Search, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Typesense Vector Search MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Typesense Vector Search. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The pain of manual vector management

Today, managing a semantic database means jumping between documentation, writing API wrappers in Python, and manually constructing complex JSON payloads for every single operation. If you need to index 50 documents, that's 50 separate calls. If you change the schema geometry, it’s another code deployment cycle just to confirm the fields are correct.

With this MCP connection, those manual steps vanish. You simply tell your agent what needs doing—like 'Add these records and make sure they fit the existing structure.' The system handles the API calls for `index_document` and validates the process without you ever touching a terminal command or writing a single line of boilerplate code.

Get full control with Typesense Vector Search

You no longer need to manually run `list_vector_collections` just to see what datasets exist, nor do you have to worry about schema mismatches. The agent surfaces the available collections and their definitions for you.

What's different now is that your AI client treats the entire vector database like a single API endpoint accessed via natural language. It’s immediate, conversational control over complex data infrastructure.

What Typesense Vector Search MCP does for your AI

Connect this MCP to any compatible client to take autonomous control over your vector database. Instead of constructing CURL payloads or writing custom Python scripts for every query, you talk to your agent about what data you need. You can ask it to list all existing collections, create a new schema dataset with specific embedding structures, and immediately begin indexing documents by simply providing the JSON payload.

The system handles the complex API calls in the background. This ability to manage vector storage—from creating schemas via create_collection to running advanced queries using search_vectors—means your agent becomes a full-time data engineer for your knowledge base. When you connect this through Vinkius, you get access to a robust set of tools that lets your AI client do all the heavy lifting on indexing and retrieval.

Built · Hosted · Managed by Vinkius Typesense Vector Search - Index & Query Vectors
Server ID 019d7617-527a-71ad-a8a6-4ab8bb65c437
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Typesense Vector Search MCP

How do I check what collections are available using Typesense Vector Search MCP? +

You ask your agent to list all vector collections. The tool list_vector_collections will immediately provide a roster of every dataset configured on your instance.

Can I create a new schema with the Typesense Vector Search MCP? +

Yes, you can use create_collection. You just need to supply the desired field structure as a JSON object, and the tool provisions the entirely new semantic dataset.

What is the difference between using search_vectors and indexing documents? +

search_vectors reads data; it executes complex queries combining text filters with vector similarity. index_document, conversely, writes data by adding or updating a record in a collection.

Is the action of deleting documents permanent using Typesense Vector Search MCP? +

Yes, the delete_document function permanently removes records by their ID. Treat this tool with care, as there is no undo feature for this operation.

Does the Typesense Vector Search MCP support combined search queries? +

Absolutely. The search_vectors tool lets you combine traditional text filtering with vector similarity searches in one single request.

Can the agent perform vector plus text-filtering search combined natively? +

Yes. Provide the agent with the collection name alongside the text payload and tell it the exact vector structure. It leverages internal filters querying natively and returns the nearest neighbors with exact accuracy scores.

How do I make the AI create a semantic collection ready for embeddings (OpenAI 1536 dims)? +

Ask the agent to use 'create_collection'. Provide standard JSON declaring the name, the field structure, and explicitly define the float[] field tracking the 1536 dims length. The cluster will spin the framework up instantly.

Can it delete problematic vectors holding bad geometry data manually? +

Absolutely. Supplying the explicit collection target and the item 'id' to the delete_document prompt securely wipes out all traces from the dataset. Use this sparingly as it can't be undone easily.