Skip to main content
Glama
AceDataCloud

AceDataCloud MCP Server

Official
by AceDataCloud

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.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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 and/or stage. 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.

This is content-relevance search over *public* docs only; it does not accept
structural filters. To filter by tag / type / privacy, use
``acedatacloud_list_docs`` (e.g. ``tag='application'``, ``private=False``).
acedatacloud_list_docsA

Browse documentation pages (newest/ranked), optionally filtered by doc_type, tag and private. For content-relevance search 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_user_infoA

Get the current authenticated AceDataCloud account's user profile.

Returns id, username, email, nickname, and avatar for the account
represented by the current platform credential. Useful for constructing
personalized content (e.g. inviter_id referral links).
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_applicationsC

List account subscriptions with owner/grantee and multi-value filters.

acedatacloud_create_applicationB

Create an application subscription. Requires confirm=true.

acedatacloud_get_applicationA

Get one application and its service/pricing details.

acedatacloud_update_application_balance_policyB

Update global-balance fallback for an application. Requires confirm=true.

acedatacloud_save_deployment_configA

Save deployment configuration without deploying. Requires confirm=true.

acedatacloud_deploy_applicationB

Start or redeploy an application workload. Requires confirm=true.

acedatacloud_get_deployment_statusA

Get live deployment status and redacted access metadata.

acedatacloud_control_deploymentA

Start, stop, or restart a deployment. Requires confirm=true.

acedatacloud_teardown_deploymentA

Destroy a deployment and delete its application. Irreversible; requires confirmation.

acedatacloud_get_deployment_logsB

Get bounded workload logs for a deployment.

acedatacloud_get_deployment_eventsA

Get workload scheduling and image-pull events for a deployment.

acedatacloud_list_auto_rechargesA

List caller-owned auto-recharge configurations.

acedatacloud_create_auto_rechargeB

Create a paused auto-recharge configuration. Requires confirmation.

acedatacloud_get_auto_rechargeA

Get one auto-recharge configuration and its authoritative quote.

acedatacloud_update_auto_rechargeB

Patch an auto-recharge config. Requires confirmation.

acedatacloud_delete_auto_rechargeA

Delete an auto-recharge configuration. Requires confirmation.

acedatacloud_quote_auto_rechargeA

Get exact after-discount auto-recharge quotes without creating state.

acedatacloud_setup_auto_rechargeC

Create card setup state and disclose its client secret once.

acedatacloud_confirm_auto_recharge_setupB

Confirm completed setup and activate auto recharge. Requires confirmation.

acedatacloud_disable_auto_rechargeA

Disable auto recharge while retaining the saved card. Requires confirmation.

acedatacloud_initialize_distributionC

Initialize or refresh the caller's distribution status.

acedatacloud_list_distribution_levelsA

List public affiliate levels, thresholds, and reward percentages.

acedatacloud_get_distribution_rankB

Rank the caller's invitees by attributed price or reward.

acedatacloud_get_platform_distribution_rankA

Get the privacy-masked platform affiliate leaderboard.

acedatacloud_get_distribution_trendC

Get caller reward, price, and invitee trend buckets.

acedatacloud_list_coin_infoB

List the caller's verified ACE wallet information.

acedatacloud_refresh_coin_infoA

Refresh a verified wallet's ACE balance.

acedatacloud_get_wallet_summaryC

Get wallet binding, balance freshness, discounts, and visible ACE services.

acedatacloud_create_wallet_challengeC

Create a wallet-signature challenge.

acedatacloud_confirm_wallet_challengeB

Verify a wallet signature and bind/unbind the wallet.

acedatacloud_list_access_requestsB

List caller-visible service access requests.

acedatacloud_create_access_requestB

Request access to a restricted service or policy.

acedatacloud_get_access_requestA

Get one caller-visible access request.

acedatacloud_cancel_access_requestA

Cancel a pending access request.

acedatacloud_list_surveysA

List active survey templates available to the caller.

acedatacloud_get_surveyA

Get one active survey template.

acedatacloud_get_survey_responseA

Get the caller's response state for a survey.

acedatacloud_submit_surveyA

Submit a survey response and receive any configured reward once.

acedatacloud_list_credentialsA

List API credentials with multi-value, grant, ordering, and pagination filters.

acedatacloud_create_credentialC

Create an API credential or owner-issued grant. Requires confirm=true.

acedatacloud_get_credentialA

Get one credential with token/password values masked.

acedatacloud_update_credentialA

Update credential limits, name, expiry, or API allowlist. Requires confirmation.

acedatacloud_rotate_credentialA

Rotate a credential token/password and disclose the new value once.

acedatacloud_delete_credentialA

Revoke an API credential. Irreversible; requires confirm=true.

acedatacloud_list_billing_profilesA

List caller-owned billing profiles used for invoice applications.

acedatacloud_preview_invoiceA

Preview exact invoice amount and currency without creating an invoice.

acedatacloud_list_invoicesA

List caller-owned invoices.

acedatacloud_apply_invoiceA

Apply for an invoice covering caller-owned orders. Requires confirmation.

acedatacloud_get_invoiceA

Get one caller-owned invoice.

acedatacloud_get_order_invoiceA

Get the current active invoice linked to an order.

acedatacloud_cancel_invoiceA

Cancel a caller-owned invoice. Requires confirmation.

acedatacloud_get_invoice_downloadA

Get a short-lived signed invoice URL as JSON without following redirects.

acedatacloud_list_ordersA

List caller-owned recharge orders with multi-value and time filters.

acedatacloud_create_orderB

Create a single or batch recharge order. The two modes are mutually exclusive.

acedatacloud_get_orderA

Get one caller-owned order in its authenticated detail representation.

acedatacloud_get_order_summaryB

Get caller order counts and finished spend summary.

acedatacloud_export_ordersA

Export caller orders as bounded CSV text.

acedatacloud_pay_orderC

Create a payment session. Requires confirm=true.

acedatacloud_refresh_orderA

Refresh an order from its payment provider. Requires confirmation.

acedatacloud_verify_apple_orderA

Verify and fulfill an Apple IAP order. Requires confirmation.

acedatacloud_get_translation_capabilitiesA

List models and fields that support automatic translation.

acedatacloud_enable_translationB

Store source text and replace a field with an auto-translation reference.

acedatacloud_disable_translationA

Remove an auto-translation reference and restore source content.

acedatacloud_list_email_preferencesA

List the caller's product update, promotion, and newsletter preferences.

acedatacloud_update_email_preferenceA

Subscribe or unsubscribe from one email topic.

acedatacloud_report_contentB

Submit a moderation report for AI-generated content.

acedatacloud_initialize_siteC

Resolve or initialize a site for an origin.

acedatacloud_list_sitesC

List caller-visible sites.

acedatacloud_get_siteC

Get one site.

acedatacloud_update_siteC

Patch safe site-admin configuration fields.

acedatacloud_set_site_menu_translationB

Enable or disable translation for one custom menu item.

acedatacloud_list_site_domainsA

List custom domains administered by the caller.

acedatacloud_get_site_domainB

Get one custom domain and DNS instructions.

acedatacloud_create_site_domainB

Bind a custom domain to a site.

acedatacloud_update_site_domainA

Patch mutable custom-domain metadata; hostname and kind are immutable.

acedatacloud_delete_site_domainB

Unbind a custom domain.

acedatacloud_verify_site_domainB

Run the end-to-end DNS/TLS/site health probe.

acedatacloud_check_site_domainA

Check whether a hostname is allowed for on-demand TLS.

acedatacloud_check_frame_ancestorA

Check whether an origin may frame the login page.

acedatacloud_list_site_bannersD–
acedatacloud_get_site_bannerD–
acedatacloud_create_site_bannerD–
acedatacloud_update_site_bannerD–
acedatacloud_delete_site_bannerD–
acedatacloud_list_site_capability_overridesD–
acedatacloud_get_site_capability_overrideD–
acedatacloud_create_site_capability_overrideD–
acedatacloud_update_site_capability_overrideD–
acedatacloud_delete_site_capability_overrideD–
acedatacloud_list_site_service_overridesD–
acedatacloud_get_site_service_overrideD–
acedatacloud_create_site_service_overrideD–
acedatacloud_update_site_service_overrideD–
acedatacloud_delete_site_service_overrideD–
acedatacloud_list_site_document_overridesD–
acedatacloud_get_site_document_overrideD–
acedatacloud_create_site_document_overrideD–
acedatacloud_update_site_document_overrideD–
acedatacloud_delete_site_document_overrideD–
acedatacloud_list_usageB

List API usage with complete backend-supported filters.

acedatacloud_get_usageB

Get one caller-authorized API usage record.

acedatacloud_list_usage_status_codesB

List distinct HTTP status codes seen by the caller.

acedatacloud_export_usageA

Export bounded API usage CSV; narrow filters when the response exceeds the limit.

acedatacloud_list_proxy_usageB

List caller-owned proxy usage records.

acedatacloud_get_proxy_usageC

Get one caller-authorized proxy usage record.

acedatacloud_get_x402_authorizationA

Get the caller's current continuous-payment authorization.

acedatacloud_setup_x402_authorizationC

Create an authorization setup payload for external wallet signing.

acedatacloud_confirm_x402_authorizationC

Confirm on-chain delegation and persist continuous authorization.

acedatacloud_disable_x402_authorizationB

Disable the current authorization without revoking it on-chain.

acedatacloud_enable_x402_authorizationB

Re-enable a valid current authorization.

acedatacloud_confirm_x402_revocationA

Verify on-chain revocation and mark the authorization revoked.

acedatacloud_list_servicesA

List the services available on the AceDataCloud platform.

A *service* is a product (e.g. ``suno``, ``midjourney``) you can subscribe to.
``search`` finds one by alias/title (client-side); ``service_type``, ``tag`` and
``private`` are applied server-side. Returns count + items.
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_usage_summaryB

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

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_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