AceDataCloud MCP Server
OfficialThis MCP server lets you manage your AceDataCloud account and platform resources. Here's what you can do:
Account & Balance
Check your credit balance and list subscriptions with per-service balance and spend
View referral/affiliate earnings and commission history
Usage & Analytics
Browse recent API call records (status, latency, credits deducted)
Get aggregated spend summaries by API over a configurable number of days
API Keys & Platform Tokens
List, create, and delete API keys (with optional spend caps and expiry)
List, create, and revoke platform tokens for authenticating with the management API
Orders & Payments
List recharge orders, create new ones, and generate payment URLs (Stripe, PayPal, WechatPay, AliPay, etc.)
Services & Catalog (no token required)
List/search available services, get detailed service info and pricing
List API endpoints and their OpenAPI specs
Browse downloadable datasets and third-party integrations
Models
List available chat-completion models and browse the full model catalog (filterable by provider/modality)
Look up a specific model's pricing and capabilities
Documentation
Full-text search, browse, and fetch documentation pages
Get a usage guide for the platform management tools
Announcements
List published platform announcements
Publish new announcements (admin/superuser only)
Note: All write operations (create/delete/pay) require
confirm=trueto execute; without it, they return a dry-run preview.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AceDataCloud MCP ServerHow many credits do I have left?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AceDataCloudMCP
A Model Context Protocol (MCP) server for managing your AceDataCloud account through the platform management API.
Check your balance, look up usage and spend, manage API keys, list services, create and pay recharge orders, manage platform tokens, list models, and (for admins) publish announcements — directly from Claude, VS Code, or any MCP-compatible client.
This is the management / console API (
platform.acedata.cloud) — different from the data-generation MCP servers (Suno, Midjourney, …) that callapi.acedata.cloud.
Tool Reference
Read (always safe)
Tool | Description |
| Remaining credits per subscription, plus a total. |
| Your subscriptions with balance/spend. |
| List or search available services. |
| Recent API call records (status, latency, credits). |
| Spend aggregated by API over N days. |
| Your API keys (token values masked). |
| Recharge orders. |
| Platform tokens (masked). |
| Available chat models. |
| Published announcements. |
| Your referral/affiliate status + commission history. |
Catalog & Docs (public — no token needed)
Tool | Description |
| One service's detail (type, unit, free_amount, cost), by alias or id. |
| A service's billing unit, free_amount and display pricing. |
| API endpoints, optionally scoped to one service (path, method, cost). |
| One API's OpenAPI |
| Downloadable datasets (price, download/preview URLs). |
| Third-party integrations. |
| Full-text search the documentation (alias/title/snippet/url). |
| Browse documentation pages. |
| Fetch one doc's full content by UUID. |
| Rich model catalog (provider, modality, credit pricing). |
| Look up a model's pricing & capabilities by id/name. |
Write (require confirm=true)
Tool | Description |
| Create an API key on an application. |
| Revoke an API key. |
| Create a recharge order. |
| Create a payment session and return |
| Create a new platform token. |
| Revoke a platform token. |
Admin (superuser token)
Tool | Description |
| Publish a platform announcement ( |
Calling a write/admin tool without confirm=true returns a dry-run preview
and changes nothing.
Related MCP server: MoluAbi MCP Server
Quick Start
1. Get a platform token
Create one at platform.acedata.cloud/console/platform-tokens.
It starts with platform- and never expires.
Use a platform token, not the per-service
api.acedata.cloudtoken — the latter returns 401 against the management API.
2. Install
pip install mcp-acedatacloud3. Configure your client
Claude Desktop / VS Code (stdio):
{
"mcpServers": {
"acedatacloud": {
"command": "mcp-acedatacloud",
"env": {
"ACEDATACLOUD_PLATFORM_TOKEN": "platform-v1-xxxxxxxx"
}
}
}
}Hosted (HTTP) — token per request:
{
"mcpServers": {
"acedatacloud": {
"url": "https://mcp.acedata.cloud/mcp",
"headers": { "Authorization": "Bearer platform-v1-xxxxxxxx" }
}
}
}Example prompts
"How many credits do I have left?"
"What did I spend on Suno in the last 7 days?"
"List my API keys and show which ones have a spend cap."
"Create a new API key on application
<id>named ci." → previews, then run with confirm."Top up application
<id>with package<id>and give me the Stripe pay link."
Configuration
Variable | Default | Description |
| — | Required. Platform token. |
|
| Management API base. |
|
| Request timeout (seconds). |
|
| Logging level. |
Development
pip install -e ".[dev,test,http]"
pytest -m "not integration" # unit tests
ruff check . # lint
mypy core tools # type-check
mcp-acedatacloud --transport http --port 8000Notes
Amounts (
remaining_amount,used_amount, totals) are in Credits, not USD.Newly created credential/platform tokens are returned in full only once — store them immediately.
Credential rotation = delete + recreate (no in-place rotate endpoint).
Announcement tools require a superuser token.
License
MIT — see LICENSE.
Maintenance
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