Skip to main content
Glama

Google Ads MCP Server

by seovimalraj
layout.tsx722 B
import type { Metadata } from 'next'; import type { ReactNode } from 'react'; export const metadata: Metadata = { title: 'Google Search MCP Server', description: 'Model Context Protocol server offering Google Autocomplete suggestions and Google Trends interest indices.', }; export default function RootLayout({ children }: { children: ReactNode }) { return ( <html lang="en"> <body style={{ margin: 0, backgroundColor: '#0b101a', color: '#f5f7ff', fontFamily: '"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif', lineHeight: 1.6, }} > {children} </body> </html> ); }

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