research_corroborate
ActiveTool of SaSame Research Agent
Injection-quarantined EVIDENCE GRAPH for any research query. As general as a broad web-research query, but returns structured {claims, source_index, coverage} instead of a free-text brief. Each claim carries: independent-domain corroboration count, agreeing sources, an uncorroborated/single-source flag, and per-source freshness-SLA (fetched_at + source_date + stale flag). Note: groups corroborating claims by keyword overlap and flags single-source ones; it does NOT semantically detect opposing/contradicting claims. Zero upsell in any LLM-ingested field — all commercial content lives in _meta only. Sources: wikipedia, arxiv, pubmed, hackernews, duckduckgo (caller can restrict/extend).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Research question or claim to investigate"
},
"sources": {
"type": "array",
"items": {
"type": "string"
},
"description": "Restrict to a subset of sources: wikipedia, arxiv, pubmed, hackernews, duckduckgo. Default: all five."
},
"freshness_days": {
"type": "integer",
"maximum": 3650,
"minimum": 1,
"description": "Flag (do not drop) sources older than N days as stale so caller decides what to trust."
},
"min_corroboration": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "Only return claims asserted by >= N independent registrable domains (default 1 = include all). Set 2+ for cross-confirmed-only."
}
}
}- Data resourceDuckDuckGo Search
DuckDuckGo · search
name mention0.65 - Data resourceHacker News API
Y Combinator · media
name mention0.65 - Data resourcearXiv API
arXiv (Cornell) · scholarly-metadata
name mention0.65 - Data resourceWikipedia REST API
Wikimedia · knowledge
name mention0.60 - Data resourceNCBI E-utilities
NIH NCBI · scholarly-metadata
name mention0.60
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries