INDIVIDUAL MCP TOOL
get_topic_distribution
How a filtered set distributes across the precomputed LDA topics, each labelled by its top terms (articles carry 30 topics and are ~99.
LIVE ENDPOINT
https://islam.zmo.de/mcp
Connect to this endpoint to inspect the live schema for get_topic_distribution 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.iwac-mcp-server]
url = "https://islam.zmo.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iwac-mcp-server": {
"type": "http",
"url": "https://islam.zmo.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iwac-mcp-server
Remote MCP URL: https://islam.zmo.de/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": {
"iwac-mcp-server": {
"url": "https://islam.zmo.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iwac-mcp-server": {
"type": "http",
"url": "https://islam.zmo.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iwac-mcp-server",
"transport": "streamable-http",
"url": "https://islam.zmo.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search the Islam West Africa Collection across newspaper articles, Islamic publications, archival documents, academic references, audiovisual recordings, photographs, and the authority index (persons/places/organisations/events/subjects).fetch— Retrieve the full text and metadata of one IWAC item by an id returned from `search` (format '<category>:<number>', e.search_articles— Search IWAC newspaper articles by keyword (title + OCR + AI abstract), country, newspaper, subject, and date range.get_article— Get one article (by id): full metadata, the AI abstract (description_ai), Gemini sentiment, and OCR text.search_by_sentiment— Filter articles by Gemini sentiment labels (accent/case-insensitive exact match).get_sentiment_distribution— Aggregate AI polarity, centrality and subjectivity across a filter set.search_index— Search the IWAC authority index (persons, places, organisations, events, subjects) by name.get_index_entry— Get full details of an index entry by id (raw dataset columns, French names — Titre, Prénom, Coordonnées…).