Content Tools
mukoko.com
Provides news briefings, story tracking, and location-based news comparisons.
ENDPOINT 1
https://news.mukoko.dev/mcp
MCP server metadata
- Name
- mukoko-news
- Version
- 3.1.0
You are connected to Mukoko News, a Pan-African news platform covering Zimbabwe and 15 other African countries. All data comes from MongoDB Atlas. Tools are task-oriented: get_briefing for "what's happening in X", track_story for developing stories, get_location_news for place-specific news, compare_locations for side-by-side country comparison, get_source_view for a publication's perspective. List tools return excerpts only; get_article returns the full article body inline as markdown (truncated at ~8000 characters with a link to continue in the Mukoko app). Open data analytics: get_trending_analytics (trending topics), detect_surge (sudden coverage spikes vs 7-day baseline), get_content_analytics (category/country breakdown). Personalised: get_my_feed requires a WorkOS bearer token. All tools understand country codes (ZW, KE, NG), country names, region names (East Africa, Southern Africa, West Africa, North Africa), and major city names.
Known tools 16
compare_locationsCompare news coverage between 2–4 African countries or regions side by side.
Inferred read-onlyget_my_feedPersonalised news feed based on the authenticated user's article likes and saves.
Inferred read-onlyget_trending_analyticsOpen analytics: trending topics, categories, keywords, and sources for any location or period.
Inferred read-onlydetect_surgeDetect sudden spikes in news coverage — compares last 24h against 7-day baseline.
Inferred read-onlyget_content_analyticsOpen data breakdown of news coverage by category, country, and keyword for a given period.
Inferred read-onlytrigger_enrichmentManually run the AI enrichment agent over existing articles (classification, keywords, entities, quality scoring).
Inferred read-onlydrain_enrichment_backlogDrain the ENTIRE un-enriched article backlog, not just one batch.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://events.mukoko.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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-com]
url = "https://events.mukoko.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"mukoko-com": {
"type": "http",
"url": "https://events.mukoko.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: mukoko-com
Remote MCP URL: https://events.mukoko.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mukoko-com": {
"url": "https://events.mukoko.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"mukoko-com": {
"type": "http",
"url": "https://events.mukoko.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "mukoko-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "mukoko-com",
"transport": "streamable-http",
"url": "https://events.mukoko.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mukoko.dev was fetched 2026-08-03T15:44:15.209Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.