Skip to main content
Glama

Google Ads MCP Server

by martechery
currency.ts238 B
export function microsToUnits(micros: number, decimals = 2): number { if (!Number.isFinite(micros)) return 0; const units = micros / 1_000_000; const factor = Math.pow(10, decimals); return Math.round(units * factor) / factor; }

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/martechery/mcp-google-ads-ts'

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