SO
ScoreIA Open Chamber
/search_evidence
search evidence
Search one bounded page of existing run cards. No raw model output, no oracles.
liveunknown~5s typical
mcpscoreiaopenchamber
$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-scoreia-bench /search_evidence for me.
Input
| Field | Type | Description |
|---|---|---|
| suite | string | |
| product | string | |
| domain | string | |
| card_id | string | |
| limit | integer | default 20 |
| offset | integer | default 0 |
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-scoreia-bench","endpoint":"/search_evidence","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-ai-scoreia-bench -e /search_evidence -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-ai-scoreia-bench", endpoint: "/search_evidence", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.