webidabi

vector-search

Pro
by webidabi·11.8k installs
aiembeddings

Semantic search over your own docs with managed embeddings.

This tool requires a Pro subscription — upgrade in Dashboard → Settings.

Add to your agent

POST https://webidabi.com/api/mcp.php
Authorization: Bearer <your API key — see Dashboard → API keys>
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "vector-search",
    "arguments": {
      "action": "search",
      "query": "what did we decide about pricing?"
    }
  }
}