adamikmcpserver_a1e53a_*crawled

Adamik MCP Server

by adamikhq

Enables read and write interactions with 60+ blockchain networks through Claude Desktop, providing a standardized multi-chain API for transaction management, account insights, staking, and token interactions.

Tools

12per call
adamikmcpserver_a1e53a_broadcastTransaction
Broadcast a signed transaction. You will probably need another MCP server dedicated in key management and signing before using this.
incl.
adamikmcpserver_a1e53a_deriveAddress
Derive a blockchain address for a given chain from a public key
incl.
adamikmcpserver_a1e53a_encodeTransaction
Turns a transaction intent in Adamik JSON format into an encoded transaction for the given chain (ready to sign). Supports all transaction types: transfer, transferToken, stake, unstake, claimRewards, withdraw, registerStake, convertAsset, and deployAccount. For convertAsset transactions: allows swapping/bridging between different assets, potentially across chains. IMPORTANT: If you receive an error with contact information (like https://adamik.io/contact), you MUST include that exact contact li
incl.
adamikmcpserver_a1e53a_getAccountHistory
Get the transaction history for an account
incl.
adamikmcpserver_a1e53a_getAccountState
Get the state of an account (balances and staking positions). CRITICAL: Balance amounts are returned in SMALLEST UNITS (wei for ETH, satoshis for BTC, µATOM for ATOM, etc.). NEVER show raw amounts to users! Always convert first! MANDATORY CONVERSION STEPS - ALWAYS CALL THESE ENDPOINTS: 1. For NATIVE currency: MUST call listFeatures(chainId) first to get the exact decimal places - NEVER assume! 2. For TOKENS: MUST call getTokenDetails(chainId, tokenId) for each token to get its exact decimals -
incl.
adamikmcpserver_a1e53a_getApiSpecification
Get the comprehensive OpenAPI specification for the Adamik API covering 80+ blockchain networks. This provides authoritative reference for: • Exact request/response schemas for all transaction types (transfer, stake, unstake, claimRewards, convertAsset, etc.) • Complete chain family details (EVM, Cosmos, Bitcoin, Solana, Starknet, etc.) with supported features • Precise parameter formats (amounts in smallest units, address formats, token IDs, validator addresses) • Transaction encoding formats (
incl.
adamikmcpserver_a1e53a_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
incl.
adamikmcpserver_a1e53a_getSupportedChains
Get a list of supported chain IDs
incl.
adamikmcpserver_a1e53a_getTokenDetails
Fetches information about a non-native token (ERC-20, TRC-20, SPL, etc.) - not the chain's native currency. CRITICAL: This provides the 'decimals' field needed to convert raw token amounts from getAccountState() to human-readable values. Always call this for each token when displaying balances: human_readable = raw_amount ÷ 10^token_decimals
incl.
adamikmcpserver_a1e53a_getTransactionDetails
Gets info about a transaction
incl.
adamikmcpserver_a1e53a_listFeatures
Get chain details including supported features (read, write, token, validators) and native currency information (ticker, decimals, chain name)
incl.
adamikmcpserver_a1e53a_readMeFirst
Get information about how this tool is supposed to be used. Use this tool first before any other tool from this MCP server
incl.

Verification

What tier “crawled” guarantees semantically. Not a control executed on this server — items not yet run are shown as pending.

Ownership proven (DNS + registry)pending
Static analysis of the declared schemapending
Stable canonical manifest hash7/21/2026
v1 · 8c1c4265dc96
Last scan: 7/21/2026
Every schema version is hashed. A change in tool descriptions triggers a drift alert before it reaches your agent.
Crawled server with no verified owner: indexed only from a public directory. Usable for free (no charge, no SLA) until its owner claims it. Install at your own risk.
Indexed from glama

Connection

Coming soon

This API isn’t connectable over MCP yet. We’re enabling its runtime; once it’s ready you’ll be able to generate a key and connect it.