Business Intelligence
Rank #43,431io.github.sjcripps/business-intelligence
MCP server providing business-intelligence capabilities
Business Intelligence is a Model Context Protocol (MCP) server published by ezbiz-services. It ranks #43,431 of 115,591 servers tracked on MCP Toplist. Business Intelligence is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 21, 2026 and most recently updated on Feb 22, 2026.
Ranks ahead of 72,160 of 115,591 servers on MCP Toplist.
Use Business Intelligence
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http business-intelligence https://mcp.ezbizservices.com/mcp[mcp_servers.business-intelligence]
url = "https://mcp.ezbizservices.com/mcp"Add to ~/.codex/config.toml.
https://mcp.ezbizservices.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"business-intelligence": {
"url": "https://mcp.ezbizservices.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"business-intelligence": {
"type": "http",
"url": "https://mcp.ezbizservices.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"business-intelligence": {
"serverUrl": "https://mcp.ezbizservices.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"business-intelligence": {
"url": "https://mcp.ezbizservices.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sjcripps%2Fbusiness-intelligence)<a href="https://mcptoplist.com/server/io.github.sjcripps%2Fbusiness-intelligence"><img src="https://mcptoplist.com/badge/io.github.sjcripps%2Fbusiness-intelligence.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ezbiz-services
Other servers by ezbiz-services
View all ezbiz-services servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Business Intelligence?
- Business Intelligence is maintained by ezbiz-services, which publishes 11 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Business Intelligence listed on the Official MCP Registry?
- Yes — Business Intelligence is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Business Intelligence have?
- MCP Toplist tracks 2 versions of Business Intelligence, most recently published on Feb 22, 2026.
- Where can I find the source code for Business Intelligence?
- The source code for Business Intelligence is hosted at github.com/ezbiz-services/mcp-business-intelligence.