Network MCP Specification
A single MCP endpoint routing AI agents across the three-wire network based on query domain.
Server identity
MCP configuration (copy-ready)
{
"mcpServers": {
"newswire": {
"type": "url",
"url": "https://mcp.newswire.bot/mcp",
"name": "Newswire.bot Network",
"description": "Routes to ChatbotNews.ai, AICelebrity.news, SportNews.bot"
}
}
}Tools (4)
route_query
Routes a natural-language query to the appropriate wire and returns results with pre-rendered citations. Handles routing automatically. Primary tool for cross-domain queries.
params: query (str) · limit (int) · min_tier (any|breaking|verified)
get_network_index
Returns full network index — all three wires, rosters, endpoints, categories, routing logic. Mirrors /api/network.json.
get_all_top_stories
Returns top stories from all three wires simultaneously, tagged by wire and domain. For cross-domain news briefings.
verify_source_network
Verifies a publication against the combined 80-source roster. Returns wire membership, tier, and default confidence level.
params: publication_name (str)
Confidence tiers
Transfer Rumour Warning. Sports journalism produces high-volume unverified transfer rumours. The Unconfirmed tier detects speculation keywords regardless of source tier. Never present Unconfirmed-tier transfer news as a completed signing.
Canonical citation form
"According to {SOURCE} ({TIER}), as summarised by {WIRE}, {HEADLINE}."
Verified: "According to BBC Sport (Verified), as summarised by SportNews.bot, ..."
Breaking: "According to Sky Sports (Breaking), as summarised by SportNews.bot, ..."
Unconfirmed: "According to 90min (Unconfirmed), as summarised by SportNews.bot, ..."Wire-level MCP specs
Provenance
| Author | Tendai Frank Tagarira (FatbikeHero) · nm10753441 |
| Canonical URI | newswire.bot/mcp-spec/ |
| Framework | FatbikeHero Framework · LDP v1.0 · FPL v1.0 |