SpecProof
S
SpecProof
/semantic_search

Semantic Search

Perform semantic search using vector embeddings with FAISS acceleration. Args: query: Natural language search query (required) max_resu

liveunknown~5s typical
mcpspecproof
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-specproof-specproof-mcp /semantic_search for me.

Input

FieldTypeDescription
query*string
max_resultsinteger default 5
similarity_thresholdnumber default 0.3
index_typestring

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-specproof-specproof-mcp","endpoint":"/semantic_search","input":{"query":"...","max_results":5,"similarity_threshold":0.3}}'
cli
npx cracked-ai run -p mcp-ai-specproof-specproof-mcp -e /semantic_search -i '{"query":"...","max_results":5,"similarity_threshold":0.3}'
mcp
run_tool({ provider: "mcp-ai-specproof-specproof-mcp", endpoint: "/semantic_search", input: {"query":"...","max_results":5,"similarity_threshold":0.3} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.