LIVE ENDPOINT
https://news.mukoko.dev/mcp
Connect to this endpoint to inspect the live schema for get_briefing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mukoko-news]
url = "https://news.mukoko.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mukoko-news": {
"type": "http",
"url": "https://news.mukoko.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mukoko-news
Remote MCP URL: https://news.mukoko.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mukoko-news": {
"url": "https://news.mukoko.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mukoko-news": {
"type": "http",
"url": "https://news.mukoko.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mukoko-news",
"transport": "streamable-http",
"url": "https://news.mukoko.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
track_story— Follow the development of a news story over time.get_location_news— News from a specific place in Africa.compare_locations— Compare news coverage between 2–4 African countries or regions side by side.get_source_view— See how a specific news source is covering a topic.find_stories— Search articles by keyword, tag, category, or country.get_article— Read a single article by ID or slug.list_categories— List all news categories with article counts.list_sources— List active news sources.