Agent Tools
Back to MCP servers

Vector Search — In-Memory TF-IDF Semantic Store

https://server.smithery.ai/axel-belfort/vector-search/mcp
● healthy

In-memory vector search API for AI agents. Store documents and query by semantic meaning using TF-IDF vectorization with cosine similarity. Lightweight alternative to Pinecone/Weaviate for small datasets. Tools: data_vector_search. Use this for building simple RAG systems, document matching, or semantic search over small collections (< 10K docs). IMPORTANT: For web-wide search, use web_search_query instead. Returns: {results[], scores[], matchCount}. No API key required — x402 micropayment $0.005/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/vector-search/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/vector-search/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/vector-search-x402
Listed at (smithery)
https://github.com/Br0ski777/vector-search-x402