solstice-mcp-server

Solstice-Health/solstice-mcp-server
★ 0 stars Python Browser/Web Updated today
Standalone Solstice Model Context Protocol server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "solstice-mcp-server": {
      "command": "uvx",
      "args": [
        "solstice-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install solstice-mcp-server

README Excerpt

Standalone Python 3.12 service for the Solstice remote MCP endpoint. It serves stateless Streamable HTTP at `/mcp` and a public liveness check at `/health`. It does not import the Backend-Server application. Auth0 mints RS256 access tokens for the exact `MCP_RESOURCE_URL` audience. This service fetches Auth0 JWKS and validates the signature, expiry, issuer,

Tools (3)

AUTH0_DOMAINDATABASE_URL_TEMPLATEMCP_RESOURCE_URL