BrowseAI Dev✓
io.github.BrowseAI-HQ/browseai-dev · v0.4.0
{}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.BrowseAI-HQ/browseai-dev",
"description": "Evidence-backed web research for AI agents with citations and confidence scores.",
"title": "BrowseAI Dev",
"repository": {
"url": "https://github.com/BrowseAI-HQ/BrowseAI-Dev",
"source": "github",
"id": "1172211006",
"subfolder": "apps/mcp"
},
"version": "0.4.0",
"websiteUrl": "https://browseai.dev",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "browseai-dev",
"version": "0.4.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "BrowseAI Dev API key (get one at https://browseai.dev/dashboard). Required for all API access.",
"isRequired": true,
"isSecret": true,
"name": "BROWSE_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}