AceDataCloud MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level. | INFO |
| PLATFORM_API_BASE_URL | No | Management API base URL. | https://platform.acedata.cloud |
| PLATFORM_REQUEST_TIMEOUT | No | Request timeout in seconds. | 30 |
| ACEDATACLOUD_PLATFORM_TOKEN | Yes | Your AceDataCloud platform token (starts with platform-). Required. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| acedatacloud_create_announcementA | Publish a platform announcement (SUPERUSER token only). |
| acedatacloud_get_serviceA | Get one service's full detail: title, description, type, unit, free_amount
and its display pricing ( |
| acedatacloud_get_pricingA | Get a service's pricing: the billing |
| acedatacloud_list_apisA | List API endpoints, optionally scoped to one service. Each item carries the
path, method, stage and billing |
| acedatacloud_get_api_specA | Get one API endpoint's OpenAPI spec ( |
| 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_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. |
| acedatacloud_list_applicationsB | List your subscriptions (applications). Each carries the balance
( |
| acedatacloud_get_balanceB | Summarize your remaining credit balance across subscriptions. |
| 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. |
| acedatacloud_delete_credentialA | Delete (revoke) an API key. Irreversible. Requires |
| acedatacloud_create_orderA | Create a recharge order for an application. Requires |
| acedatacloud_pay_orderA | Create a payment session for an order and return its |
| acedatacloud_create_platform_tokenA | Create a new platform token (never expires). Requires |
| acedatacloud_delete_platform_tokenA | Delete (revoke) a platform token. Irreversible. Requires |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| acedatacloud_guide | Guide for managing an AceDataCloud account via the platform tools. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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