PluginBench
MCP Server
Maintained

Vector Search API MCP Server

io.github.Br0ski777/vector-search

What is the Vector Search API MCP server?

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

How to install Vector Search API

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vector-search": {
      "url": "https://vector-search.api.klymax402.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vector-search": {
      "serverUrl": "https://vector-search.api.klymax402.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vector-search": {
      "type": "http",
      "url": "https://vector-search.api.klymax402.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "vector-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://vector-search.api.klymax402.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse vector-search https://vector-search.api.klymax402.com/mcp

Related MCP servers

Cron Parser API

Maintained

Parse, validate and explain cron expressions. Get next run times. x402 micropayment.

1
TypeScript
View repository →

Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.

1
TypeScript
View repository →

Parse, validate and normalize postal addresses. Detect country, verify format. x402.

0
TypeScript
View repository →

Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.

0
TypeScript
View repository →

Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402.

0
TypeScript
View repository →

Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment.

0
TypeScript
View repository →