HomeOther › SandBase

SandBase

Connect MCP clients to 2,000+ AI models without managing provider API keys.

TypeScript Remote
★ 188 stars Last pushed 2026-08-28 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://sandbase.ai/v1/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http cli https://sandbase.ai/v1/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "cli": {
      "url": "https://sandbase.ai/v1/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer credential issued by the SandBase browser sign-in flow

Related servers

Data from the Official MCP Registry