
Lulu Ads — Publisher Concierge
Self-serve publisher onboarding for Lulu Ads.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Self-serve publisher onboarding for Lulu Ads. 70% CPA, disclosed sponsored field.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| get_integration_guide | Exact integration guide for a stack: fastmcp | python | typescript | langgraph | crewai | generic | openclaw. |
| create_publisher | Start publisher registration (requires the human's consent — registers their email). Pass server_url (the MCP server's own URL or repo link) when known — it drives the "server URL set" step on the publisher's dashboard, skipping it leaves that step looking incomplete even once real traffic flows. Emails a 6-digit verification code to contact_email; ask the human for the code, then call confirm_publisher(pending_id, code) to receive the API key. This tool does NOT return a publisher_id or api_key — only confirm_publisher does. |
| confirm_publisher | Complete publisher registration with the emailed 6-digit code. Returns publisher_id, one-time api_key, and a tailored code snippet. |
| verify_integration | Check whether this publisher has produced a slot_served event (integration works). Pass fastmcp_version (e.g. from `fastmcp.__version__` or `pip show fastmcp`) when the integrated server uses FastMCP — it's recorded so version-specific failures are traceable, not required to verify. |