Skip to main content
Glama
chefcohen

corroborate-mcp

by chefcohen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
corroborate_claim

Given a factual/news claim, returns how INDEPENDENTLY it is being reported. Use before relying on a current-event claim. Output: verdict (CONFIRMED = 2+ independent origins | SINGLE_SOURCE | UNCORROBORATED), count of independent story origins (wire/syndication echoes collapse to one), per-source evidence (outlet, domain, url, date), confidence 0-1, coverage flag, honest caveats. Measures REPORTING corroboration, not truth — no stance detection, so a distorted claim about a real event may still show coverage; verify specifics against the returned sources. Keyless, read-only, deterministic; if all sources are unreachable it errors rather than returning a false negative.

find_sourcesA

Multi-engine news/source search (Google News, GDELT, Hacker News) for a query: a deduped list of {outlet, domain, url, date}. Use when you want raw coverage to judge yourself, not a scored verdict — the cheaper primitive under corroborate_claim. Keyless, read-only.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity. The single tool has a clear purpose and cannot be confused with others.

Naming Consistency5/5

The tool name 'find_sources' follows a consistent verb_noun pattern, and since there is only one tool, there is no inconsistency.

Tool Count2/5

A single tool, 'find_sources', feels too few for a server named 'corroborate-mcp', which implies a broader scope including claim verification. The tool is described as a 'cheaper primitive', suggesting that a more complex tool ('corroborate_claim') is missing, making the count inappropriate.

Completeness1/5

The server's purpose appears to be corroboration, but it only provides a news search tool. The description explicitly references a missing 'corroborate_claim' primitive, leaving a significant gap. There are no tools for actual claim verification, making the surface severely incomplete.

Maintenance

ActivitySlowing
ResponsivenessNo issues