price_verified
InactiveTool of SaSame Research Agent
Cross-source-reconciled crypto/asset price (USD or other). Queries multiple independent price feeds in parallel, returns reconciled median, per-source values, max deviation in basis points, staleness, and a verdict (agree|deviate|stale|single_source). With sign:true returns a portable ed25519 receipt. Strict superset of a single-source fetch — an agent making a financially-load-bearing decision can trust the reconciled number MORE than its own lone CoinGecko call.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ids"
],
"properties": {
"vs": {
"type": "string",
"description": "Quote currency (default: usd)"
},
"ids": {
"type": "string",
"description": "Comma-separated CoinGecko-style asset ids, e.g. 'ethereum,bitcoin'. Max 5."
},
"sign": {
"type": "boolean",
"description": "Attach an ed25519 signed receipt (default false)"
}
}
}Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries