Skip to main content
Glama
aleostudio

aleostudio MCP Server

by aleostudio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
calculate
Execute basic math operation. Args: operation: operation to execute (add, subtract, multiply, divide, power) a: first operand b: second operand Returns: Operation result with details
get_datetime
Get current date/time with configurable format. Args: timezone_offset: UTC offset in hours (-12 +14) format_type: output format (iso, human, unix, components) Returns: Date/time in the required format
process_text
Handle text with various operations. Args: text: text to handle operation: action to perform (word_count, char_count, reverse, uppercase, lowercase, title_case, extract_emails, extract_urls, summarize_stats) options: additional options for specific operations Returns: Operation result
fetch_url
Execute HTTP requests to external URLs. Args: url: URL to fetch method: HTTP method (GET, HEAD) Returns: Status code, headers and content (truncated if too long)
convert_data
Convert data in different formats. Args: data: data to convert from_format: source format (json, base64, hex) to_format: destination format (json, base64, hex) Returns: Converted data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_server_status

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/aleostudio/mcp-server'

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