Skip to main content
Glama
aptro

Superset MCP Integration

by aptro

superset_auth_authenticate_user

Authenticate users with Apache Superset to obtain access tokens for API interactions, handling token validation and refresh processes.

Instructions

Authenticate with Superset and get access token

Makes a request to the /api/v1/security/login endpoint to authenticate and obtain an access token. If there's an existing token, will first try to check its validity. If invalid, will attempt to refresh token before falling back to re-authentication.

Args: username: Superset username (falls back to environment variable if not provided) password: Superset password (falls back to environment variable if not provided) refresh: Whether to refresh the token if invalid (defaults to True)

Returns: A dictionary with authentication status and access token or error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameNo
passwordNo
refreshNo

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aptro/superset-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server