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
0.0%
1 direct probes · 30d
Response
170ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}