Skip to main content
Glama
AceDataCloud

AceDataCloud MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level.INFO
PLATFORM_API_BASE_URLNoManagement API base URL.https://platform.acedata.cloud
PLATFORM_REQUEST_TIMEOUTNoRequest timeout in seconds.30
ACEDATACLOUD_PLATFORM_TOKENYesYour AceDataCloud platform token (starts with platform-). Required.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
acedatacloud_create_announcementA

Publish a platform announcement (SUPERUSER token only).

The Chinese content is stored as the source-of-truth and other locales are
auto-translated by a background job. Requires ``confirm=true``.
acedatacloud_get_serviceA

Get one service's full detail: title, description, type, unit, free_amount and its display pricing (cost). No token required.

acedatacloud_get_pricingA

Get a service's pricing: the billing unit (Count/Token/MB/GB/Credit), free_amount and the display cost rules. No token required.

acedatacloud_list_apisA

List API endpoints, optionally scoped to one service. Each item carries the path, method, stage and billing cost. No token required.

acedatacloud_get_api_specA

Get one API endpoint's OpenAPI spec (definition) plus its method, stage and billing cost, looked up by path. No token required.

acedatacloud_list_datasetsA

List downloadable datasets (title, price, download/preview URLs). No token required.

acedatacloud_list_integrationsA

List third-party integrations (title, options, stage). No token required.

acedatacloud_search_docsA

Full-text search the AceDataCloud documentation. Returns matching docs with alias, title, snippet and url. No token required.

acedatacloud_list_docsA

Browse documentation pages (newest/ranked). For finding a specific topic, prefer acedatacloud_search_docs. No token required.

acedatacloud_get_docA

Fetch one documentation page's full content by its UUID. No token required.

acedatacloud_get_usage_guideA

Get a guide for using the AceDataCloud platform management tools.

Explains the available tools, the write-confirmation model, and the authentication requirements.

acedatacloud_list_model_catalogA

List the model catalog with provider, modality and per-model credit pricing.

Returns the modality counts plus matching models. No token required.

acedatacloud_get_modelA

Look up models by id/name (case-insensitive substring) with their credit pricing and capabilities. No token required.

acedatacloud_list_servicesA

List the services available on the AceDataCloud platform.

A *service* is a product (e.g. ``suno``, ``midjourney``) you can subscribe to.
Use ``search`` to find one by alias/title. Returns count + items.
acedatacloud_list_applicationsB

List your subscriptions (applications). Each carries the balance (remaining_amount) and spend (used_amount) for one service, in Credits.

acedatacloud_get_balanceB

Summarize your remaining credit balance across subscriptions.

Returns a compact list of ``{service_id, remaining_amount, used_amount, scope}``
plus the total remaining. Amounts are in Credits, not USD.
acedatacloud_list_usageB

List recent API call (usage) records: status code, latency, credits deducted.

acedatacloud_usage_summaryB

Aggregate API spend over a time window: total Credits plus a per-API breakdown.

acedatacloud_list_credentialsA

List your API keys (credentials). Token values are masked.

acedatacloud_list_ordersC

List recharge orders with their state and payment method.

acedatacloud_list_platform_tokensA

List your platform tokens (the credentials used to call this management API). Masked.

acedatacloud_list_modelsB

List the chat-completion models available on the platform (OpenAI-style).

acedatacloud_list_announcementsA

List published platform announcements (newest first).

acedatacloud_list_distributionsB

Show your referral/affiliate earnings: current status (level, total price, total reward) plus recent commission events. Amounts are in Credits.

acedatacloud_create_credentialA

Create an API key (credential) on one of your applications.

The full token is returned ONLY on creation — store it immediately. Requires
``confirm=true``.
acedatacloud_delete_credentialA

Delete (revoke) an API key. Irreversible. Requires confirm=true.

To rotate a key, delete it and create a new one.
acedatacloud_create_orderA

Create a recharge order for an application. Requires confirm=true.

Returns the order (with its ``id``); call ``acedatacloud_pay_order`` next to get a
payment link.
acedatacloud_pay_orderA

Create a payment session for an order and return its pay_url.

Requires ``confirm=true``. The returned ``pay_url`` is where the user completes
payment.
acedatacloud_create_platform_tokenA

Create a new platform token (never expires). Requires confirm=true.

The full token is returned ONLY on creation — store it immediately.
acedatacloud_delete_platform_tokenA

Delete (revoke) a platform token. Irreversible. Requires confirm=true.

Prompts

Interactive templates invoked by user choice

NameDescription
acedatacloud_guideGuide for managing an AceDataCloud account via the platform tools.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/AceDataCloud/AceDataCloudMCP'

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