INDIVIDUAL MCP TOOL
list_actors
List public Ardent profiles: people, organisations and business listings, each with a handle, follower count and post count.
LIVE ENDPOINT
https://api.ardent.africa/public/v1/mcp
Connect to this endpoint to inspect the live schema for list_actors and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.