Skip to main content
Glama

Adwords MCP

by gregce
index.ts658 B
/** * MCP Advertising Hell - A cringe-worthy MCP server that serves ads to developers */ // Main server exports export { createServer, startServer } from './server'; // Context management export { getContext, initializeContext } from './context'; // Core components export { KeywordExtractor } from './core/keywordExtractor'; export { AdServer } from './core/adServer'; export { ResponseFormatter } from './core/responseFormatter'; // Configuration export { defaultOptions } from './config/options'; export type { AdServerOptions } from './config/options'; // Type exports export type { Ad, AdsDatabase, KeywordMatch, MergedResponse } from './types';

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/gregce/adwords-mcp'

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