Skip to main content
Glama

dex-kline-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_kline
Fetch K-line data for a specified token on a given chain and return it as a formatted table. Parameters: chain (str): Blockchain network (e.g., 'eth', 'bsc', 'solana') address (str): Token contract address timeframe (str): K-line timeframe (e.g., '1m', '5m', '15m', '1h', '4h', '12h', '1d'). Default: '1n' end_time (str, optional): ISO 8601 timestamp for data end time (e.g., '2025-07-03T02:14:00Z'). Default: current UTC time limit (int): Number of data points to return (max 1000). Default: 100 Returns: str: String containing pair name and K-line data in a formatted table

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/kukapay/dex-kline-mcp'

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