Adsmcp

The ad monetization MCP server for AI applications. AdsMCP is Adgentek's hosted Model Context Protocol server that enables AI agents and conversational interfaces to serve contextually relevant ads automatically - based on conversation context, user intent, and placement opportunity.

Teams that work with ad monetization, adtech and advertising and want a hosted endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-09-09 · ★ 2 · #861 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

how we verify → /methodology

01 · Install Adsmcp

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add adgentek-adsmcp --transport http https://mcp.adgentek.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adgentek-adsmcp": {
      "url": "https://mcp.adgentek.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.adgentek.ai/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.adgentek.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.Adgentek is GitHub-verified and matches the repo owner

03 · What Adsmcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools, including ads.serve, ads.prefetch.

The 2 tools it gives your agent

Extracted from the project's README - what adsmcp lets an agent do.

ads.serve
- Serves a contextual ad based on the current conversation. Returns the highest-yield ad available for the given context, or null if no ad matched.
ads.prefetch
- Batch-request up to 10 ad contexts in a single call. Each item in the batch uses the same parameters as ads.serve.

04 · Who maintains Adsmcp

adsmcp is maintained by adgentek. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
other - ranked #861 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.Adgentek/adsmcp (active, first published 2026-05-05)

06 · Adsmcp FAQ

What is Adsmcp?

The ad monetization MCP server for AI applications. AdsMCP is Adgentek's hosted Model Context Protocol server that enables AI agents and conversational interfaces to serve contextually relevant ads automatically - based on conversation context, user intent, and placement opportunity.

Is Adsmcp still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-09. We re-verify nightly.

How do I install Adsmcp?

Run `claude mcp add adgentek-adsmcp --transport http https://mcp.adgentek.ai/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Adsmcp require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Adsmcp