Skip to main content
Glama
AceDataCloud

AiChat MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACEDATACLOUD_API_TOKENYesYour AceDataCloud API token

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
aichat_create_conversationB

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

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/AiChatMCP'

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