Semantic search over your own docs with managed embeddings.
This tool requires a Pro subscription — upgrade in Dashboard → Settings.
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?"
}
}
}