MCP ServerSSEOfficialv1.0.0

Vector Search API MCP Server

Search and retrieve documents using TF-IDF and cosine similarity in memory. Built for developers who need lightweight vector search without external dependencies.

io.github.Br0ski777/vector-search

Hosted URL

https://vector-search-x402-production.up.railway.app/mcp

Transport

SSE

Auth

No auth required

What the Vector Search API MCP server does

How models use it and what it is built for.

Search and retrieve documents using TF-IDF and cosine similarity in memory. Built for developers who need lightweight vector search without external dependencies.

Connect to Vector Search API

Hosted endpoint — paste into any MCP client.

https://vector-search-x402-production.up.railway.app/mcp

Resources

Where to find authoritative docs and source for Vector Search API.

Example prompts for Vector Search API

Paste any of these into Agent Studio after connecting Vector Search API.

  • Index these product descriptions and find the top 3 most similar to laptop
  • Add a new document to the vector search index and return its ID
  • Search for documents matching machine learning with a similarity threshold of 0.7
  • What vector search algorithms does this server support and how do I configure them

Vector Search API MCP server — FAQ

Common questions about connecting and running Vector Search API.

  • What vector search algorithms does this MCP server use?

    The server uses TF-IDF (term frequency-inverse document frequency) and cosine similarity for in-memory vector search. These are lightweight algorithms suitable for moderate-sized document collections without requiring external ML libraries.

  • Is data persisted or stored only in memory?

    The server stores vectors in memory, so data is not persisted across restarts. This design prioritizes speed and simplicity for development and testing workflows.

  • How do I authenticate and what is the x402 micropayment?

    The registry metadata mentions x402 micropayment support, indicating the server may use a micropayment protocol for usage. Consult the hosted endpoint documentation or contact the maintainer for authentication and payment setup details.

  • What are the limits on document size or collection size?

    Since this is an in-memory implementation, performance depends on available RAM. The registry does not specify hard limits; test with your expected document volume to determine practical constraints.

  • Can I use this for production or is it development-only?

    The in-memory design and lack of persistence make this best suited for development, prototyping, and testing. For production use cases requiring durability and scale, consider a dedicated vector database like Pinecone or Weaviate.

Run Vector Search API across 30+ AI models, side-by-side

Connect Vector Search API to Claude, GPT, Gemini, DeepSeek and 30+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground