Skip to main content
Glama

Adamik MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADAMIK_API_KEYYesYour Adamik API key (get one free at https://adamik.io/)

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
readMeFirst

Get information about how this tool is supposed to be used. Use this tool first before any other tool from this MCP server

getSupportedChains

Get a list of supported chain IDs

listFeatures

Get a list of supported features for given chain

getTokenDetails

Fetches information about a token

deriveAddress

Derive a blockchain address for a given chain from a public key

getAccountState

Get the state of an account (balances and staking positions)

getAccountHistory

Get the transaction history for an account

getChainValidators

Gets the list of known validators for a given chain. This is only useful when asking the user to select a validator to delegate to

getTransactionDetails

Gets info about a transaction

encodeTransaction

Turns a transaction intent in Adamik JSON format into an encoded transaction for the given chain (ready to sign). For staking transaction on babylon chain, stakeId is mandatory and amount is optional. Otherwise, amount is mandatory and stakeId is to be omitted.

broadcastTransaction

Broadcast a signed transaction. You will probably need another MCP server dedicated in key management and signing before using this.

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

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