Skip to content
Back to search
90
MCP v1.0.0 sse

Vector Search API

io.github.Br0ski777/vector-search

In-memory vector search with TF-IDF and cosine similarity. x402 micropayment.

Uptime
66.7%
3 probes
Response
219ms
last probe
Tools
1
callable

Tools · 1

data_vector_search

Use this when you need to store text documents and search them by semantic similarity. Accepts documents to store and a query to search. Uses TF-IDF vectorization with cosine similarity to find the mo…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vector_search_api": {
      "url": "https://vector-search-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}