Skip to main content
Glama

Google Ads MCP Server

by seovimalraj
index.d.ts329 B
export interface ToolError { code: string; message: string; details?: unknown; } export interface ToolSuccess<T = unknown> { ok: true; data: T; meta?: Record<string, unknown>; } export interface ToolFailure { ok: false; error: ToolError; } export type ToolResponse<T = unknown> = ToolSuccess<T> | ToolFailure;

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

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