Spot
Rank #6,301io.github.orbs-network/spot
MCP server providing spot capabilities
Spot is a Model Context Protocol (MCP) server published by orbs-network. It ranks #6,301 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Spot is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Aug 20, 2025 and most recently updated on Mar 30, 2026.
Ranks ahead of 125,745 of 132,046 servers on MCP Toplist.
Use Spot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add spot -- npx -y @orbs-network/spot[mcp_servers.spot]
command = "npx"
args = ["-y", "@orbs-network/spot"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"spot": {
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"spot": {
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"spot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"spot": {
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"spot": {
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}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.orbs-network%2Fspot)<a href="https://mcptoplist.com/server/io.github.orbs-network%2Fspot"><img src="https://mcptoplist.com/badge/io.github.orbs-network%2Fspot.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
orbs-network
Available versions (2)
| Version | Published |
|---|---|
| 2.3.2 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Spot?
- Spot is maintained by orbs-network, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Spot listed on the Official MCP Registry?
- Yes — Spot is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Spot have?
- MCP Toplist tracks 2 versions of Spot, most recently published on Mar 30, 2026.
- Where can I find the source code for Spot?
- The source code for Spot is hosted at github.com/orbs-network/spot.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.