Skip to main content
Glama

Alchemy MCP Server

Official
ethConversions.ts256 B
export function convertWeiToEth(wei: string) { const eth = BigInt(wei) / BigInt(10 ** 18); return eth.toString(); } export function convertEthToWei(eth: string) { const wei = BigInt(Math.floor(parseFloat(eth) * (10 ** 18))); return wei; }

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

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