Forage - MCP Server for AI Agents✓
io.github.ErnestaLabs/forage · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ErnestaLabs/forage",
"description": "Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents.",
"title": "Forage - MCP Server for AI Agents",
"repository": {
"url": "https://github.com/ErnestaLabs/web-intelligence-mcp",
"source": "github"
},
"version": "1.0.2",
"remotes": [
{
"type": "streamable-http",
"url": "https://ernesta-labs--forage.apify.actor?token={APIFY_API_TOKEN}",
"variables": {
"APIFY_API_TOKEN": {
"description": "Your Apify API token from console.apify.com/account/integrations",
"isRequired": true,
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}