← Registry

Content Tools

mukoko.com

Provides news briefings, story tracking, and location-based news comparisons.

2 endpoints16 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://news.mukoko.dev/mcp

No auth detected

MCP server metadata

Name
mukoko-news
Version
3.1.0
Capabilities
toolsresources
Server instructions

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

get_briefing

Answer "What's happening in [place/topic]?

Inferred read-only
track_story

Follow the development of a news story over time.

Inferred read-only
get_location_news

News from a specific place in Africa.

Inferred read-only
compare_locations

Compare news coverage between 2–4 African countries or regions side by side.

Inferred read-only
get_source_view

See how a specific news source is covering a topic.

Inferred read-only
find_stories

Search articles by keyword, tag, category, or country.

Inferred read-only
get_article

Read a single article by ID or slug.

Inferred read-only
list_categories

List all news categories with article counts.

Inferred read-only
list_sources

List active news sources.

Inferred read-only
get_stats

Platform statistics: total articles, active sources, and today's output.

Inferred read-only
get_my_feed

Personalised news feed based on the authenticated user's article likes and saves.

Inferred read-only
get_trending_analytics

Open analytics: trending topics, categories, keywords, and sources for any location or period.

Inferred read-only
detect_surge

Detect sudden spikes in news coverage — compares last 24h against 7-day baseline.

Inferred read-only
get_content_analytics

Open data breakdown of news coverage by category, country, and keyword for a given period.

Inferred read-only
trigger_enrichment

Manually run the AI enrichment agent over existing articles (classification, keywords, entities, quality scoring).

Inferred read-only
drain_enrichment_backlog

Drain the ENTIRE un-enriched article backlog, not just one batch.

Inferred read-only

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.

ENDPOINT 2

https://events.mukoko.com/mcp

Auth required

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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.