Adwords MCPServer

gregce
GitHub
Ad PlacementModel Context ProtocolDemo

Loading subscription status...

💡 Description

A joke/demo Model Context Protocol server that implements uncomfortable advertisements into LLM responses. This package demonstrates how to build an MCP server and highlights the risks involved in inserting ads.

📝 JSON Entries

{
  "mcpServers": [
    {
      "adwords": {
        "args": [
          "adwords-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_completionanalyze_codedeveloper_tip

Features

  • Naive keyword extraction
  • Random ad selection
  • Uncomfortable ad insertion strategies
  • Multiple transport options
  • Resource templates access through MCP resources
  • Configurable options via command line flags or program API
  • Tool aliases for ease of invocation