Weaviate Vector Search
Free foreverweaviate · AI & ML
12k installs
Weaviate Vector Search brings hybrid vector and keyword retrieval to any AI agent through a single hosted MCP endpoint. Instead of standing up and maintaining your own Weaviate cluster, wiring up client libraries, and exposing yet another internal API, you connect your Weaviate instance once inside BusinessMCP and it becomes immediately callable by Claude, GPT, Gemini, or any other model-agnostic agent via /api/mcp with a Bearer mcph_* key. For teams building retrieval-augmented generation (RAG) pipelines, semantic product search, or similarity-based recommendation engines, this removes the integration overhead of running a dedicated vector database MCP server yourself.
Under the hood, this listing surfaces Weaviate's core strength: combining dense vector similarity with traditional BM25-style keyword matching in a single hybrid query, so agents get the precision of exact term matches alongside the recall of semantic embeddings. Objects are stored with their vector representations and schema metadata, letting agents perform fast approximate nearest-neighbor search at scale without needing to understand the underlying distance metrics, index types, or sharding strategy. This is especially useful when your data mixes structured attributes (price, category, timestamp) with unstructured text or multimodal content that benefits from embedding-based search.
Because it's hosted alongside every other tool, database, and ad platform your company uses, Weaviate Vector Search doesn't live in isolation. Query volume, latency, and usage patterns flow into the same business-intelligence dashboard as your other MCP-hosted services, so you can see how often agents are hitting semantic search endpoints relative to SQL lookups, file reads, or CRM calls — all from one pane of glass instead of stitching together logs from separate vendors. That unified visibility is the core of BusinessMCP's positioning: one hosted MCP server plus BI, rather than a pile of point solutions each agent has to be configured for individually.
Typical adopters are engineering and data teams who already run Weaviate for search or recommendations but want agent access without exposing raw database credentials or building a custom bridge. Support, marketing, and product teams benefit too, since natural-language questions like "find documents similar to this support ticket" or "which products match this description semantically" become directly answerable by any connected AI agent. Because the endpoint is cookieless and built with GDPR-friendly data handling in mind, it's also a reasonable fit for regulated industries that need semantic search capability without expanding their tracking or compliance surface area.
Setup follows the same pattern as every other MCP server in the catalog: point BusinessMCP at your Weaviate instance (self-hosted or Weaviate Cloud), define which classes and properties agents are allowed to query, and the hybrid vector and keyword search tools become available immediately through the shared /api/mcp endpoint. From there, switching or adding agent frameworks — LangChain, a custom orchestrator, or a hosted assistant — requires no additional plumbing, since the MCP contract stays constant even as the models calling it change.
Just say it in a thread
No configs, no docs. Once connected, these are the kinds of messages your agents act on.
"Run a hybrid vector and keyword search across a specified weaviate class and return ranked matches — and give me the highlights."
"Insert or update objects with their vector embeddings and metadata properties for me, then post a summary in the thread."
"Execute a combined semantic and bm25-style keyword query with adjustable weighting between the two and flag anything that needs my approval."
What teams use it for
- Power retrieval-augmented generation by letting agents query embedded knowledge bases through one MCP endpoint
- Run hybrid keyword + semantic search over product catalogs to improve e-commerce discovery
- Surface similar support tickets, documents, or records for agent-assisted triage
- Build recommendation features that combine vector similarity with structured filters
- Give multiple AI agents shared, permissioned access to the same Weaviate instance without duplicating credentials
Agent-callable tools
search_objects
Run a hybrid vector and keyword search across a specified Weaviate class and return ranked matches.
upsert_vectors
Insert or update objects with their vector embeddings and metadata properties.
hybrid_search
Execute a combined semantic and BM25-style keyword query with adjustable weighting between the two.
get_object_by_id
Retrieve a single stored object and its vector by unique identifier.
create_schema_class
Define a new Weaviate class schema including vectorizer settings and property types.
batch_import
Bulk load a set of objects with vectors for large-scale indexing operations.
delete_objects
Remove one or more objects from an index by ID or filter criteria.
generate_embeddings
Produce vector embeddings for input text or data prior to storage or querying.
Your data stays yours
Credentials live in your vault. We route requests — we never store, log, or train on your data.
Works with every AI
Connect once — portable across Claude, GPT, Gemini, and every local agent you run.
Pairs well with
Best AI & ML MCP serversPinecone
pinecone
Vector database for semantic search and RAG. Store, query, and manage vector embeddings at scale.
Chroma
chroma
Open-source vector database for AI applications. Store and retrieve embeddings for RAG and semantic search.
PostgreSQL
modelcontextprotocol
Direct PostgreSQL database access with read-only queries, schema inspection, and safe query execution.
Memory
anthropic
Knowledge graph-based persistent memory system for AI. Store and retrieve structured information across conversations.
LangChain MCP Adapters
langchain
Bridge between LangChain agents and MCP servers. Use any MCP server as a LangChain tool.
Frequently asked questions
Do I need to run my own Weaviate cluster to use this MCP server?
You point BusinessMCP at an existing self-hosted or Weaviate Cloud instance; BusinessMCP exposes it through the hosted MCP endpoint rather than replacing your database.
Can multiple AI agents share the same Weaviate connection?
Yes, once connected any model-agnostic agent (Claude, GPT, Gemini, or custom) can call the same hybrid search tools through /api/mcp using a Bearer mcph_* key.
How does hybrid search differ from pure vector search here?
Hybrid search blends keyword matching with vector similarity in a single query, which typically improves relevance for queries that include specific terms alongside broader semantic intent.
Keep exploring
Give your AI team the Weaviate Vector Search skill
Free forever plan, no credit card. Connected and working in under five minutes.
Connect Weaviate Vector Search free