Skip to main content
Glama

Google Ads MCP Server

by martechery
.eslintrc.cjs415 B
module.exports = { root: true, env: { node: true, es2022: true }, parser: '@typescript-eslint/parser', parserOptions: { sourceType: 'module', ecmaVersion: 'latest', project: false }, plugins: ['@typescript-eslint'], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', ], ignorePatterns: ['dist/**'], rules: { '@typescript-eslint/no-explicit-any': 'off', }, };

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