Skip to main content
Glama
AceDataCloud

AiChat MCP Server

Official
by AceDataCloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACEDATACLOUD_API_TOKENYesYour AceDataCloud API token

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
aichat_create_conversationA

Create an AI conversation using the AiChat API.

Sends a question to the specified AI model and returns the generated answer.
Supports a wide range of models including GPT-4, GPT-5, o-series, DeepSeek, Grok, and GLM.

Use this when:
- You need to ask a question to an AI model
- You want to continue an existing conversation (provide conversation_id)
- You need answers from specific AI models like DeepSeek, Grok, or GLM

Returns:
    JSON response containing the conversation ID and the generated answer.
aichat_create_conversation_v2C

Create/manage conversations via AiChat v2 endpoint.

aichat_list_modelsA

List all available AI models for the AiChat API.

Returns a comprehensive list of supported models grouped by provider,
including GPT-4/5, o-series, DeepSeek, Grok, and GLM models.

Returns:
    Formatted list of available models with descriptions.
aichat_get_usage_guideA

Get a comprehensive guide for using the AiChat tools.

Provides detailed information on how to use the AiChat tools effectively,
including parameters, examples, and best practices.

Returns:
    Complete usage guide for AiChat tools.

Prompts

Interactive templates invoked by user choice

NameDescription
aichat_guideGuide for choosing the right AiChat tool and model for AI conversation tasks.
aichat_workflow_examplesCommon workflow examples for AiChat tasks.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation2/5

The two conversation creation tools (aichat_create_conversation and aichat_create_conversation_v2) overlap heavily and leave it unclear when to use which, despite the v2 suffix. The list_models and usage guide tools are distinct, but the primary workflow has ambiguous entry points.

Naming Consistency5/5

All tools share the aichat_ prefix and follow a consistent verb_noun pattern: create_conversation, create_conversation_v2, list_models, get_usage_guide. The v2 suffix is a clear and predictable variant.

Tool Count4/5

Four tools is a reasonable size for a focused chat API server. However, one tool is a usage guide rather than a functional operation, and create_conversation_v2 appears redundant, making the effective count feel slightly padded.

Completeness3/5

The core capabilities of listing models and creating/continuing conversations are present, but there is no explicit way to retrieve conversation history, manage prior conversations, or delete them. The domain is simple enough that these may not be required, but the v2 tool suggests unfinished coverage.

Maintenance

ActivityActive
ResponsivenessNo issues