Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Dali by Lulu

io.github.lulu-the-narwhal/dali

The prediction MCP — score your prompt before you generate, so you never waste a credit.

Uptime
100.0%
1 direct probes · 30d
Response
699ms
last probe
Tools
16
callable
Resources
2
readable
Prompts
0
available

Tools · 16

analyze_intent

Parse a creative prompt into structured intent dimensions.

score_prompt

Score a prompt for a generation target (0–100) and, if it's weak, return the rewrite brief — in ONE call. Reads intent with a fast heuristic keyword analyzer, scores the prompt, then: • score ≥ 70 …

enhance_prompt

Get a rewrite brief for this prompt + generator. YOU write the enhanced prompt from the brief. Returns a structured brief with score_before, rewrite_brief, and llm_instructions. category (optional):…

track_enhancement

Record an enhancement pair in the Dali graph brain. Call this AFTER you write an enhanced prompt from score_prompt's brief or enhance_prompt. This records the before→after improvement so the graph le…

suggest_generator

Recommend the best generator for your creative concept and per-generation budget. Analyzes the concept's creative signals (motion, style, subject type, use case) and matches them to generators within…

score_variations

Score 2–8 prompt variations for the same generator and rank them best-to-worst. Use this when you've drafted multiple versions of a prompt and want to pick the winner without burning generation credi…

creative_patterns

Community graph: which patterns consistently produce high-grade prompts for this generator? Powered by the V3 graph brain (Supabase PostgreSQL). Every scored prompt contributes. Returns top patterns …

community_benchmark

Compare your prompt against community top scorers for this generator. Returns your score, missing A-grade patterns, and highest-ROI patterns to add.

my_story

Your Dali creative report — scoring history, generator stats, recent scorers, creative DNA.

prompt_neighbors

Find community A/B-grade prompts structurally similar to yours. Uses graph traversal (Memgraph) to locate prompts that share the most creative patterns with your input and scored A or B on the same g…

enhancement_path

Show the most reliable path from a bad grade to an A on this generator. Mines the Dali graph for all F/D → A/B enhancement pairs and surfaces the patterns that appear most consistently in the 'after'…

dali_version

Current Dali MCP version and changelog. Check this whenever you want to know what tools are available, what changed in the latest release, or which version is running.

list_generators

List all supported generation targets (providers + models) with medium and core strength.

score_creative

Score an actual ad IMAGE (not the text prompt) for conversion — before you spend. Conversion lives in the pixels, so this scores the real creative and gives you ONE answer combining two views, in a s…

score_creative_from_view

Score an ad creative YOU are looking at (e.g. a pasted/attached image) against the winning corpus — no URL needed. Use this when the user shares an image in the conversation: read the creative yoursel…

analyze_winning_formula

Find YOUR winning ad formula from your own numbers — paste your ads export. The category prior is a cold-start fallback; the real signal is what wins in YOUR account. Paste an ads CSV (a creative ima…

Resources · 2

sponsored_card ui://dali/sponsored.html
models_overview creative://models

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dali_by_lulu": {
      "url": "https://dali.getlulu.dev/mcp",
      "transport": "streamable-http"
    }
  }
}