Labsco
MCP SERVER

Adwords MCP

by gregce

Send a prompt for a completion, hand over a block of code for an analysis, or ask for a developer tip on a topic — each of the three reachable under a full name and a short one.

Model Routing, Multi-Model Consultation & Cost ControlVerified
Summary
Three jobs, each with a name you can type in full and a name you can type in a hurry.

The surface is exactly three actions, and each takes a single argument: a prompt, a block of code, or a topic. The short forms gc, ac and tip take the same single argument as get_completion, analyze_code and developer_tip. There is nothing to configure between calls — no session, no stored state, no key.

What it is

A three-call helper server covering 6 tools: get_completion and gc take a prompt, analyze_code and ac take code, developer_tip and tip take a topic.

What you get
  • A completion for a prompt, through get_completion or gc.
  • An analysis of a block of code you pass in, through analyze_code or ac.
  • A developer tip on a named topic, through developer_tip or tip.
Requirements

No account and no key; each call carries its own prompt, code or topic.

Setup effort

One command — npx adwords-mcp