Stemp MCP Server

This is a Model Context Protocol server that exposes the Stemp API as MCP tools.

Connect

Use the following URL to connect your MCP client:

https://<your-domain>/mcp

Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "stemp": {
      "url": "https://<your-domain>/mcp"
    }
  }
}

Authentication

This server uses OAuth 2.0 for authentication. Your MCP client will automatically discover the authorization server via the /.well-known/oauth-protected-resource endpoint.