Orionbelt Analytics
Rank #2,406io.github.ralfbecher/orionbelt-analytics
MCP server providing orionbelt-analytics capabilities
Orionbelt Analytics is a Model Context Protocol (MCP) server published by ralforion. It ranks #2,406 of 115,591 servers tracked on MCP Toplist, and its repository has 46 GitHub stars. Orionbelt Analytics is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Feb 19, 2026.
Ranks ahead of 113,185 of 115,591 servers on MCP Toplist.
Use Orionbelt Analytics
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add orionbelt-analytics -- uvx orionbelt-analytics[mcp_servers.orionbelt-analytics]
command = "uvx"
args = ["orionbelt-analytics"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"orionbelt-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"orionbelt-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"orionbelt-analytics": {
"type": "stdio",
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"orionbelt-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"orionbelt-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}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.ralfbecher%2Forionbelt-analytics)<a href="https://mcptoplist.com/server/io.github.ralfbecher%2Forionbelt-analytics"><img src="https://mcptoplist.com/badge/io.github.ralfbecher%2Forionbelt-analytics.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
ralforion
Other servers by ralforion
View all ralforion servers →Available versions (2)
| Version | Published |
|---|---|
| 0.5.0 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Orionbelt Analytics?
- Orionbelt Analytics is maintained by ralforion, which publishes 3 MCP servers (32 total versions) tracked on MCP Toplist.
- Is Orionbelt Analytics listed on the Official MCP Registry?
- Yes — Orionbelt Analytics is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Orionbelt Analytics have?
- MCP Toplist tracks 2 versions of Orionbelt Analytics, most recently published on Feb 19, 2026.
- Where can I find the source code for Orionbelt Analytics?
- The source code for Orionbelt Analytics is hosted at github.com/ralforion/orionbelt-analytics.