MCP App Store
by KeenEthics
Developer-Tools

Overview

Ezoic Setup is an AI implementation assistant for publishers integrating Ezoic's monetization platform. Ask it how to set up Ezoic on your stack and it answers with grounded, working code — not generic guesses. What it does: - Walks you through Ezoic integration end to end: WordPress plugin, Cloudflare, name server integration, and the ez.js JavaScript tag - Generates copy-paste-ready placeholder code and ad placement snippets for your specific site structure (HTML, React, Next.js, WordPress themes, and more) - Answers questions about Ads.txt setup, consent management (CMP), site speed, video player embedding, and troubleshooting common integration errors - Grounded in Ezoic's official integration docs, SDKs, and knowledge base, so answers reflect how the platform actually works today Who it's for: site owners, developers, and agencies setting up Ezoic ads on a new site or debugging an existing integration. No account or authentication required to ask questions. The same assistant is available in a browser at https://setup-agent.ezoic.com.

Tools

ask

ChatGPT
Ask the agent a question. Routes through the full agent pipeline: reads schema docs, selects and runs queries, analyzes results, and returns a complete answer. Synchronous when the agent finishes within deadline; returns {status:'pending', job_id:...} otherwise so the caller can poll request_status / read_response. Requires a thread id — generate one (e.g. UUID) at the start of a chat session and reuse it for every subsequent call so the agent keeps conversation context across questions.

help

ChatGPT
Short orientation text for apples MCP callers.

read_response

ChatGPT
Stream a chunk of a pending ask() job's output.

request_status

ChatGPT
Check the status of a pending ask() job.

ask

Claude
Ask the agent. Full pipeline (schema, queries, analysis). Sync within deadline_seconds; else {status:pending,job_id} — poll request_status/read_response. Pass a stable thread id (UUID) on every call for conversation context.

help

Claude
Short orientation text for apples MCP callers.

read_response

Claude
Stream a chunk of a pending ask() job's output.

request_status

Claude
Check the status of a pending ask() job.

App Stats

8

Tools

ChatGPT, Claude

Platforms

Works with

ChatGPT
Claude

Data refreshed daily