WhiteMagic hosted recall
WhiteMagic hosted recall: read-only hybrid memory search (BM25 + vector + associative) over a curated public corpus for agent continuity. Call when an agent needs durable context from prior sessions or the public knowledge store. Keyless discovery (initialize/tools/list) is free; free evaluation keys and a daily no-key trial are available. One paid tool call per payment.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
634 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://mcp.whitemagic.dev/mcp
| Category | Commerce and shopping |
|---|---|
| Provider host | mcp.whitemagic.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.01 | 634 ms |
Example input (from the provider)
{
"body": {
"id": 1,
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"arguments": {
"query": "recall where we left off"
},
"name": "memory.search"
}
},
"bodyType": "json",
"description": "Any read-only recall call (memory.search/read/list/hybrid_recall/count/stats, session.list/recall/continuity, gnosis.status); initialize and tools/list are free.",
"method": "POST",
"path": "/mcp",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"type": "object"
},
"output": {
"type": "object"
}
},
"type": "object"
}