SandBase
Rank #1,662io.github.sandbaseai/cli
Connect MCP clients to 2,000+ AI models without managing provider API keys.
SandBase is a Model Context Protocol (MCP) server published by sandbaseai. It ranks #1,662 of 115,460 servers tracked on MCP Toplist, and its repository has 83 GitHub stars. SandBase is listed on Official MCP, with 1 tracked version. It was first listed on Jul 1, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 113,798 of 115,460 servers on MCP Toplist.
Use SandBase
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 cli https://sandbase.ai/v1/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.cli]
url = "https://sandbase.ai/v1/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://sandbase.ai/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cli": {
"url": "https://sandbase.ai/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"cli": {
"type": "http",
"url": "https://sandbase.ai/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cli": {
"serverUrl": "https://sandbase.ai/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cli": {
"url": "https://sandbase.ai/v1/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.sandbaseai%2Fcli)<a href="https://mcptoplist.com/server/io.github.sandbaseai%2Fcli"><img src="https://mcptoplist.com/badge/io.github.sandbaseai%2Fcli.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sandbaseai
Other servers by sandbaseai
View all sandbaseai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.17 | Aug 27, 2026 |
Frequently asked questions
- Who maintains SandBase?
- SandBase is maintained by sandbaseai, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is SandBase listed on the Official MCP Registry?
- Yes — SandBase is listed on the Official MCP Registry.
- How many versions does SandBase have?
- MCP Toplist tracks 1 version of SandBase, most recently published on Aug 27, 2026.
- Where can I find the source code for SandBase?
- The source code for SandBase is hosted at github.com/sandbaseai/cli.