Lulu Ads — Publisher Concierge

Self-serve publisher onboarding for Lulu Ads.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Self-serve publisher onboarding for Lulu Ads. 70% CPA, disclosed sponsored field.

    Server tool list (4)

    Raw names from tools/list. Only developers need these.

    get_integration_guideExact integration guide for a stack: fastmcp | python | typescript | langgraph | crewai | generic | openclaw.
    create_publisherStart 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_publisherComplete publisher registration with the emailed 6-digit code. Returns publisher_id, one-time api_key, and a tailored code snippet.
    verify_integrationCheck 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.