EzBiz Business Intelligence✓
io.github.sjcripps/business-intelligence · v1.0.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.sjcripps/business-intelligence",
"description": "AI business intelligence: competitor analysis, web scoring, reviews, market research",
"title": "EzBiz Business Intelligence",
"repository": {
"url": "https://github.com/ezbiz-services/mcp-business-intelligence",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://mcp.ezbizservices.com",
"icons": [
{
"src": "https://raw.githubusercontent.com/ezbiz-services/mcp-business-intelligence/main/static/icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"200x200"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.ezbizservices.com/mcp",
"headers": [
{
"description": "Your EzBiz API key. Get a free key at https://mcp.ezbizservices.com/signup",
"isRequired": true,
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}