We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitflux-ai/bitflux_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•473 B
# coding: utf-8
# flake8: noqa
"""
Bitflux DownloadStats API
This is the API for handling stats downloads.
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
# import models into model package
from api_client.models.download_stats_request import DownloadStatsRequest
from api_client.models.machine_lookup_request import MachineLookupRequest