com.netentropyscore/coherence-signal
Official2 toolsA brand's claim (website coherence) vs its reality (recent news), and the divergence.
Compares brand website claims against recent news to identify reputation risks and divergence.
Captured live from the server via tools/list.
get_brand_coherence
Get the NES claim-vs-reality coherence signal for one brand: its website coherence score (the claim), recent public reality (matched news events), and the divergence between them. High divergence means the brand presents as coherent while its reality is turning negative. Directional opinion from public signal; not a fraud or financial check. Returns 'no read on file' for brands never scanned.
Parameters (2)
- urlstring
Brand website URL or domain, e.g. https://acme.com
- brandstring
Brand name, used if no URL is given.
compare_brands
Compare the NES coherence signal for several brands side by side (claim, reality, divergence for each). Presents the data; it does NOT recommend one brand over another. The caller decides.
Parameters (1)
- urlsarrayrequired
Brand URLs or domains to compare (up to 8).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"coherence-signal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.netentropyscore.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.