INDIVIDUAL MCP TOOL
get_durbar_transcript
Fetch the machine transcript of a recorded durbar as timestamped segments, which is the searchable text of what was said.
LIVE ENDPOINT
https://api.ardent.africa/public/v1/mcp
Connect to this endpoint to inspect the live schema for get_durbar_transcript and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.ardent-africa]
url = "https://api.ardent.africa/public/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ardent-africa": {
"type": "http",
"url": "https://api.ardent.africa/public/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ardent-africa
Remote MCP URL: https://api.ardent.africa/public/v1/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": {
"ardent-africa": {
"url": "https://api.ardent.africa/public/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ardent-africa": {
"type": "http",
"url": "https://api.ardent.africa/public/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ardent-africa",
"transport": "streamable-http",
"url": "https://api.ardent.africa/public/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_campaigns— List active and successful fundraising campaigns, newest first.get_campaign— Fetch one fundraising campaign by its URL slug, with goal, amount raised, and public updates.list_petitions— List active petitions, newest first.get_petition— Fetch one petition by its URL slug, with its signature count and target.list_events— List published events, upcoming first.get_event— Fetch one event by its URL slug, with date, location, and ticket tiers (name and price only, never inventory).list_surveys— List public polls and surveys, newest first.get_survey— Fetch one poll or survey by its URL slug, with its questions and answer options.