{"name":"ai.ravenmcp/raven-mcp","slug":"ravenmcp-raven-mcp","title":"Raven","description":"Design intelligence for coding agents: audits, design systems, and a taste profile agents consult.","url":"https://mcp.market/server/ravenmcp-raven-mcp","rating":null,"grade":"B","score":82,"certified":false,"status":"active","category":"media","tags":["media"],"presence":{"score":42,"stars":6,"forks":0,"downloads_week":129,"last_push_at":"2026-08-24T00:11:33.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":15,"ok":15,"last_checked_at":"2026-09-22T23:50:39.357Z","last_ok_at":"2026-09-22T23:50:39.357Z","latency_ms":188},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/rhinocap/raven-mcp","website":"https://ravenmcp.ai","version":"2.5.1","remotes":[{"type":"streamable-http","url":"https://mcp.ravenmcp.ai/api/mcp"}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"raven-mcp","version":"2.5.1","transport":{"type":"stdio"}}],"tools":[{"name":"audit_consistency","description":"Audit multiple pages for cross-page consistency of content-container width and hero heading tier. Pass ≥2 pages ({name, html}) collected from different routes on the same site. Infers the canonical (modal) value from the corpus when no token is supplied, so you need not know the project's design token in advance. Flags the issue #9 single-blob blind spot: pages that each pass audit_page but silently disagree with each other on container width or hero size class. Returns per-page extraction (container_px, container_classes, hero_classes, signatures), consistency dimensions with reference values, outlier page names, issues[], score (100/50/0 → A/C/D), and a plain-text summary. Pure offline — no browser, no network.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pages":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":1,"description":"Page route or label (e.g. \"/\", \"/changelog\", \"get-started\")."},"html":{"type":"string","minLength":1,"description":"Full HTML source for the page, including any <style> blocks."}},"required":["name","html"],"additionalProperties":false},"minItems":2,"description":"At least 2 pages to compare. Each entry is {name, html}."},"container_token":{"type":"number","description":"Project's canonical container width in px (e.g. 1152). When supplied, container divergence is measured against this token rather than the corpus modal."},"hero_token":{"type":"string","description":"Canonical hero heading class signature (e.g. \"text-display-xl\" or \"64\"). When supplied, hero divergence is measured against this token rather than the corpus modal."}},"required":["pages"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_content","description":"Evaluate an array of content items (headings, prose, CTAs, labels, captions, metrics, outcomes) against UX-writing principles and deterministic heuristics. Returns a per-item verdict (pass/warn/fail) with matched principle ids, concrete issues grounded in principle text, a before→after rewrite suggestion, and an aggregate summary. Heuristics: metric items must carry a number+unit; cta/label must be action-led and ≤4 words; prose flags passive voice, jargon, and hedging; headings flag filler openers and buzzwords; captions flag duplication of any heading in the batch. Pure offline — no network or browser. Use this instead of evaluate_design when you need per-item content verdicts rather than the principle library.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Optional stable id; auto-generated (item_N) if omitted."},"type":{"type":"string","enum":["prose","caption","heading","outcome","metric","cta","label"],"description":"Content type — selects which heuristics apply."},"text":{"type":"string","description":"The raw content string to evaluate."}},"required":["type","text"],"additionalProperties":false},"description":"Array of content items to audit."},"system":{"type":"string","description":"Optional content-system id (e.g. 'ux-writing'); recorded for traceability."},"goals":{"type":"array","items":{"type":"string"},"description":"Optional content goals (e.g. ['clarity','conversion']); recorded for traceability."}},"required":["items"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_contrast","description":"Compute WCAG contrast ratios for every text element on a rendered page (pass url) or from a supplied dom_snapshot. Reports AA (4.5:1 normal, 3:1 large) and AAA pass/fail and surfaces failing pairs with selector, ratio, and delta-to-pass — replacing manual eyedropper + ratio math. dom_snapshot mode returns a row per supplied element; url mode returns counts plus every row that needs action (aa_failures, indeterminate_bg_rows) and OMITS the per-element rows for passing elements, because a real page produces hundreds of thousands of characters of them.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to render and measure (http/https or file://)"},"dom_snapshot":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"color":{"type":"string"},"bgColor":{"type":"string"},"fontPx":{"type":"number"},"bold":{"type":"boolean"},"text":{"type":"string"}},"required":["selector","color","bgColor"],"additionalProperties":false},"description":"Pre-collected text elements to score without rendering"},"screenshot":{"type":"string","description":"Optional base64 PNG for caller reference; ratios are computed from the DOM, not pixels"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_ios_a11y","description":"Score an accessibility-enriched iOS element snapshot — missing accessibilityLabel/value/traits, sub-44pt tap targets, per-text WCAG contrast, Dynamic Type clipping, and VoiceOver reading order. Provide {elements:[{label,value,hint,traits,role,rect,fontPt,fgColor,bgColor,dynamicTypeClipped}],viewport}. Capture via the AccessibilitySnapshot XCUITest / ios-capture harness.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"elements":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"string"},"hint":{"type":"string"},"traits":{"type":"array","items":{"type":"string"}},"role":{"type":"string"},"rect":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"},"w":{"type":"number"},"h":{"type":"number"}},"required":["x","y","w","h"],"additionalProperties":false},"fontPt":{"type":"number"},"fgColor":{"type":"string"},"bgColor":{"type":"string"},"dynamicTypeClipped":{"type":"boolean"}},"required":["rect"],"additionalProperties":false}},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false},"options":{"type":"object","properties":{"minTarget":{"type":"number"}},"additionalProperties":false}},"required":["elements","viewport"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_ios_privacy","description":"Audit an iOS or React Native/Expo app's privacy posture for App Review and user trust. Reads a native Info.plist XML OR an Expo app.json (managed Expo apps have no Info.plist) — plus optional PRIVACY.md, entitlements, and source. Flags: NS*UsageDescription strings that are vague/missing or contradict the code (e.g. a HealthKit write claim the code never fulfills), entitlements/permissions and Android permissions the app doesn't use, ATS cleartext exceptions and non-HTTPS endpoints, secrets/keys shipped in the bundle or app.json, and default data-egress paths not disclosed at the point of choice (a pre-selected 'Recommended' option that silently sends personal data to a server). Same return shape as audit_page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"info_plist":{"type":"string","description":"Raw Info.plist XML (native iOS / bare RN). Provide this OR app_json."},"app_json":{"type":"string","description":"Expo app.json / app.config JSON (managed RN). Its expo.ios.infoPlist, expo.android.permissions, plugins, and extra are audited."},"privacy_md":{"type":"string","description":"Optional PRIVACY.md / privacy policy text to cross-reference against declared permissions and default behavior"},"entitlements":{"type":"string","description":"Optional .entitlements XML"},"source":{"type":"string","description":"Optional concatenated source (Swift or JS/TS) — enables code-vs-declaration contradiction checks and default-egress detection"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_ios_screen","description":"Audit a rendered iOS screen from a view-hierarchy/accessibility snapshot (and optional screenshot). Alias of audit_screen with platform:\"ios\". Call with no arguments for the expected snapshot shape. Call with {elements:[{label,rect:{x,y,w,h},role,fontPt,fgColor,bgColor}],viewport:{w,h}} to score 44×44pt touch targets, contrast (with iOS secondaryLabel/tertiaryLabel treated as platform-standard — warn not fail), and visual rhythm (alignment, gap consistency, optical balance) in points. Same return shape as audit_page. Taste-profile bindings are not available on the hosted (remote) endpoint (per-user state is a later phase). Omit 'project'/'profile' to run the stateless iOS screen audit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"project":{"type":"string","description":"Project identifier — resolves a saved taste surface binding (see bind_taste_surface). When the binding carries design_notes and a screenshot is passed, the screenshot's pixels verify the color-scheme notes; results gain note_assessments."},"profile":{"type":"string","description":"Taste profile owning the binding. Omit to search all stored profiles for one bound to the project."},"elements":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"rect":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"},"w":{"type":"number"},"h":{"type":"number"}},"required":["x","y","w","h"],"additionalProperties":false},"role":{"type":"string","description":"Accessibility role/trait, e.g. button, link, cell, staticText, image, tab, textField"},"fontPt":{"type":"number","description":"Effective font point/dp size, if text"},"fgColor":{"type":"string","description":"Foreground color — hex (#1c1c1e), rgb(), or a platform semantic name ('secondaryLabel' iOS / 'onSurfaceVariant' Android)"},"bgColor":{"type":"string","description":"Background color behind this element — hex, rgb(), or semantic name"}},"required":["rect"],"additionalProperties":false},"description":"Elements captured from the rendered screen via an accessibility/view-hierarchy snapshot"},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false,"description":"Screen size in pt (iOS) or dp (Android) at capture time, e.g. {w:393,h:852} iPhone 15, {w:412,h:915} Pixel"},"screenshot":{"type":"string","description":"Optional base64 PNG of the screen, for the caller's reference. Geometry is scored from the snapshot, not decoded pixels."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_layout","description":"Evaluate visual rhythm from a rendered page's geometry. Call with no arguments to get a DevTools snippet to paste into your page — it prints {elements, viewport} JSON. Call again with that JSON to get alignment, gap-rhythm, and optical-balance scores. This is the complement to audit_page for things only visible once rendered.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"elements":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"rect":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"},"w":{"type":"number"},"h":{"type":"number"}},"required":["x","y","w","h"],"additionalProperties":false},"computed":{"type":"object","properties":{"padding":{"type":"string"},"margin":{"type":"string"},"gap":{"type":"string"},"fontSize":{"type":"string"},"color":{"type":"string"},"background":{"type":"string"}},"additionalProperties":false}},"required":["selector","rect"],"additionalProperties":false},"description":"Array of element rects captured from the rendered page via the DevTools snippet"},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false,"description":"Viewport dimensions {w,h} at capture time"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_page","description":"Audit HTML/CSS against Raven's design quality standards. Checks typography (min 13px, weight 400+, modular-scale heading ratios, line-height consistency), accessibility (WCAG touch targets, alt text, contrast), responsive patterns (flexbox over grid, clamp sizing, max-width containers), style guide compliance (CSS custom properties, no bare hex), and visual rhythm (4/8px spacing grid, tight spacing scale, palette size). Pass containerMaxWidth (your design system's canonical container token, in px) to make the max-width check token-aware — it then flags containers that diverge from your system (too narrow OR too wide) instead of a generic 1200px heuristic. Returns pass/fail per check with specific fix instructions. NOTE: the url argument is REJECTED on this hosted (remote) endpoint - pass html instead. audit_page url-capture is disabled on the hosted (remote) endpoint. Pass the page HTML via the 'html' argument instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"html":{"type":"string","description":"The full HTML content of the page to audit"},"url":{"type":"string","description":"REJECTED on this hosted (remote) endpoint; pass html instead. (Local/stdio: Raven launches headless chromium, renders the page, and audits the RENDERED DOM.)"},"scroll_settle":{"type":"boolean","description":"Before capturing, step through the page with short pauses so IntersectionObserver/whileInView reveals fire, then return to the top and settle. Also plays preload=none videos. Prevents blank-section false positives."},"interactions":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"event":{"type":"string","enum":["hover","click","focus"]},"delay_ms":{"type":"number"}},"required":["selector","event","delay_ms"],"additionalProperties":false},"description":"Before capturing, fire each interaction in order (hover/click/focus the selector, then wait delay_ms). Captures the resulting dynamic state — e.g. an on-hover theme-toggle wash invisible to a static screenshot."},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false},"strict":{"type":"boolean","description":"Strict mode — also flags warnings as failures. Default: false"},"containerMaxWidth":{"type":"number","description":"Your design system's canonical content-container width in px (e.g. 1152). When set, the responsive/max-width check flags divergence from this token instead of using the generic 1200px heuristic."},"adversarial_verify":{"type":"boolean","description":"After generating findings, independently re-check each against the live DOM/network and tag it confirmed / likely-artifact / inconclusive. Surfaces a debunked_count."},"compact":{"type":"boolean","description":"Return only the decision-grade signal — score, grade, summary, errors, warnings, fix_priority — and drop the embedded base64 screenshot and the passes list (replaced by passes_count). Default false. Use when the full payload would blow the tool-result budget."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_parity","description":"Compare iOS vs Android element snapshots against a checklist of named spatial relationships (vertical centering, baseline/left alignment, equal gap/size, presence, truncation) and flag per-relation match/mismatch/uncertain — catches cross-platform layout drift like status text centered on one platform but top-aligned on the other. Provide ios+android {elements,viewport} snapshots and a checklist[].","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ios":{"type":"object","properties":{"elements":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"id":{"type":"string"},"role":{"type":"string"},"rect":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"},"w":{"type":"number"},"h":{"type":"number"}},"required":["x","y","w","h"],"additionalProperties":false}},"required":["rect"],"additionalProperties":false}},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false}},"required":["elements","viewport"],"additionalProperties":false},"android":{"type":"object","properties":{"elements":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"id":{"type":"string"},"role":{"type":"string"},"rect":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"},"w":{"type":"number"},"h":{"type":"number"}},"required":["x","y","w","h"],"additionalProperties":false}},"required":["rect"],"additionalProperties":false}},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false}},"required":["elements","viewport"],"additionalProperties":false},"checklist":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"a":{"type":"string"},"b":{"type":"string"},"relation":{"type":"string","enum":["present","vertically-centered","baseline-aligned","left-aligned","equal-gap","equal-size","same-truncation"]},"tolerance":{"type":"number"}},"required":["name","a","relation"],"additionalProperties":false}}},"required":["ios","android","checklist"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_responsive_visibility","description":"Render a URL at multiple breakpoints and flag content elements that are visible on desktop but hidden on mobile (display:none / opacity:0 / visibility:hidden / zero-size). Categorises each flag as 'likely-oversight' (content that vanishes on mobile — the hidden-on-mobile content bug) vs 'intentional' (decorative). Returns a table of selector / hiding-class / mobile-visible / desktop-visible / category. Requires headless chromium.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to render (http/https or file://)"},"breakpoints":{"type":"array","items":{"type":"number"},"description":"Viewport widths in px. Default [390, 768, 1440, 2160]"},"viewportHeight":{"type":"number","description":"Render height in px. Default 900"}},"required":["url"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_rn","description":"Audit React Native / Expo source (JSX/TSX + StyleSheet) against the iOS HIG + Android Material conventions RN must satisfy. Flags touchables missing accessibilityLabel/accessibilityRole, touchables below 44pt without hitSlop, allowFontScaling={false}, fontSize below ~13, screens without SafeAreaView, and (for multi-mode apps) hardcoded colors with no useColorScheme/Appearance dark-mode handling. Rewards SafeAreaView, hitSlop, Platform-aware code, and a theme. RN-native checks only — no web/CSS or SwiftUI rules. Same return shape as audit_page. (RN renders to native widgets, so audit_ios_screen scores the rendered screen.) Taste-profile bindings are not available on the hosted (remote) endpoint (per-user state is a later phase). Omit 'project'/'profile' to run the stateless React Native audit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"source":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"React Native source — a single screen/component as a string, or an array of file contents. Concatenated before analysis."},"color_scheme":{"type":"string","enum":["light","dark","automatic"],"description":"The app's declared appearance (Expo app.json userInterfaceStyle). 'light' or 'dark' means single-mode by design — the dark-mode adaptation check is then suppressed. Default: automatic."},"strict":{"type":"boolean","description":"Strict mode — also count warnings as failures for grading. Default: false"},"project":{"type":"string","description":"Project identifier — resolves a saved taste surface binding (see bind_taste_surface). When the binding carries design_notes, each note is verified against the source (Animated/Reanimated, BlurView, haptics, fonts) and returned in note_assessments; missing notes count toward the grade."},"profile":{"type":"string","description":"Taste profile owning the binding. Omit to search all stored profiles for one bound to the project."}},"required":["source"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_screen","description":"Audit a rendered mobile screen (iOS or Android) from a view-hierarchy/accessibility snapshot. Call with no arguments for the expected snapshot shape and how to capture it. Pass platform:\"android\" to score against the 48dp Material touch minimum and Material muted roles (onSurfaceVariant/outline = warn not fail); default platform:\"ios\" scores 44pt and treats secondaryLabel/tertiaryLabel as platform-standard. Both score touch targets, contrast, and visual rhythm (alignment, gap consistency, optical balance). Same return shape as audit_page. Taste-profile bindings are not available on the hosted (remote) endpoint (per-user state is a later phase). Omit 'project'/'profile' to run the stateless screen audit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"platform":{"type":"string","enum":["ios","android"],"description":"Target platform — 'ios' (default, 44pt minimum, iOS semantic colors) or 'android' (48dp minimum, Material semantic roles)"},"scroll_settle":{"type":"boolean"},"project":{"type":"string","description":"Project identifier — resolves a saved taste surface binding (see bind_taste_surface). When the binding carries design_notes and a screenshot is passed, the screenshot's pixels verify the color-scheme notes; results gain note_assessments."},"profile":{"type":"string","description":"Taste profile owning the binding. Omit to search all stored profiles for one bound to the project."},"elements":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"rect":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"},"w":{"type":"number"},"h":{"type":"number"}},"required":["x","y","w","h"],"additionalProperties":false},"role":{"type":"string","description":"Accessibility role/trait, e.g. button, link, cell, staticText, image, tab, textField"},"fontPt":{"type":"number","description":"Effective font point/dp size, if text"},"fgColor":{"type":"string","description":"Foreground color — hex (#1c1c1e), rgb(), or a platform semantic name ('secondaryLabel' iOS / 'onSurfaceVariant' Android)"},"bgColor":{"type":"string","description":"Background color behind this element — hex, rgb(), or semantic name"}},"required":["rect"],"additionalProperties":false},"description":"Elements captured from the rendered screen via an accessibility/view-hierarchy snapshot"},"viewport":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"}},"required":["w","h"],"additionalProperties":false,"description":"Screen size in pt (iOS) or dp (Android) at capture time, e.g. {w:393,h:852} iPhone 15, {w:412,h:915} Pixel"},"screenshot":{"type":"string","description":"Optional base64 PNG of the screen, for the caller's reference. Geometry is scored from the snapshot, not decoded pixels."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_swiftui","description":"Audit SwiftUI source against Apple's Human Interface Guidelines. Flags hardcoded .font(.system(size:)) below ~13pt and tiny semantic fonts (.caption/.caption2), hardcoded Color(red:green:blue:)/hex instead of asset-catalog or semantic system colors, an empty/undefined AccentColor, interactive frames below 44×44pt, and ad-hoc spacing off the 4/8-pt grid. Rewards semantic Dynamic Type fonts, semantic system colors, SF Symbols, and flexible frames. iOS-native checks only — no web/CSS rules. Returns pass/fail per check with fix instructions. Taste-profile bindings are not available on the hosted (remote) endpoint (per-user state is a later phase). Omit 'project'/'profile' to run the stateless SwiftUI audit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"source":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"SwiftUI source — a single file/view as a string, or an array of file contents. Concatenated before analysis."},"accent_color_contents":{"type":"string","description":"Optional raw Contents.json of AccentColor.colorset. When provided, the tool verifies AccentColor actually defines color components (flags an empty/undefined accent color as an error)."},"strict":{"type":"boolean","description":"Strict mode — also count warnings as failures for grading. Default: false"},"project":{"type":"string","description":"Project identifier — resolves a saved taste surface binding (see bind_taste_surface). When the binding carries design_notes, each note is verified against the source (animation/material/haptic/font APIs) and returned in note_assessments; missing notes count toward the grade."},"profile":{"type":"string","description":"Taste profile owning the binding. Omit to search all stored profiles for one bound to the project."}},"required":["source"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_tap_targets","description":"WCAG 2.5.5 / Apple 44pt tap-target audit for the web. Collects every interactive element (a, button, [role=button], input[type=submit/button/checkbox/radio], select, summary, label[for], [onclick], [tabindex>=0]) and emits a PER-ELEMENT fix table for any whose rendered width or height is below the minimum (default 44px): selector, role, visible text, measured w/h, pixel deficit per axis, and a concrete CSS fix. Sorted worst-first. Two modes: pass url (renders in headless chromium, measures real getBoundingClientRect) or pass elements[] snapshot (pure, no browser).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to render and measure. Requires headless chromium."},"elements":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"w":{"type":"number"},"h":{"type":"number"},"x":{"type":"number"},"y":{"type":"number"},"role":{"type":"string"},"text":{"type":"string"}},"required":["selector","w","h"],"additionalProperties":false},"description":"Pre-collected interactive elements to score without rendering."},"minSize":{"type":"number","description":"Minimum tap-target size in px on each axis. Default 44."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_typography","description":"Audit the typographic SCALE of a rendered page (pass url) or a pre-collected snapshot of text nodes. Emits a focused report: (a) MODULAR SCALE — detects the dominant ratio (~1.2/1.25/1.333/1.5) across distinct font sizes and flags off-scale outliers; (b) LINE-HEIGHT CONSISTENCY — unitless lh/fs ratio per node, identifies the body rhythm and flags outliers; (c) WEIGHT LADDER — distinct weights, flags >4 weights or non-standard CSS values. Returns scale, line_height, weight_ladder, nodes_analyzed, and findings[{rule,severity,selector,message,fix}]. Goes beyond audit_page's pass/fail typography checks. NOTE: despite the mention of url above, url mode is DISABLED on this hosted (remote) endpoint - pass nodes instead. audit_typography url-capture is disabled on the hosted (remote) endpoint. Pass a 'nodes' snapshot instead of 'url'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"REJECTED on this hosted (remote) endpoint; pass nodes instead. (Local/stdio: URL to render and measure, http/https or file://; requires headless chromium.)"},"nodes":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"fontPx":{"type":"number"},"lineHeightPx":{"type":"number"},"fontWeight":{"type":"number"},"tag":{"type":"string"},"text":{"type":"string"}},"required":["selector","fontPx"],"additionalProperties":false},"description":"Pre-collected text nodes to analyze without rendering."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_url","description":"Layer 0 render-and-capture audit: renders a LIVE URL at each viewport×theme, scroll-settles (fires whileInView/IntersectionObserver reveals; plays preload=none videos), optionally fires caller-supplied hover/focus/click interactions, and captures real pixels + the rendered DOM. Then runs the existing audit_page rule engine, per-element WCAG contrast, responsive-visibility (desktop-shown/mobile-hidden), blank-media detection, sliced-image edge symmetry, and hover-state white-wash detection over the captures. Every finding is tagged confirmed | likely-artifact | inconclusive with its evidence, ranked by severity. This is the tool that catches real-world visual nits invisible to HTML-string/geometry audits: cropped images, blank videos, hover white-wash, sliced exports, and hidden-on-mobile content. Requires headless chromium. audit_url is disabled on the hosted (remote) endpoint: one run drives a real browser through every requested viewport and theme, and was MEASURED at 95s in its cheapest single-viewport single-theme configuration and past 120s with defaults, which exceeds the per-call budget of the hosted clients that call it. Run it locally instead (npx raven-mcp) where there is no request deadline, or pass the page HTML to audit_page here for a static grade.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to render and audit (http/https or file://)"},"viewports":{"type":"array","items":{"type":"object","properties":{"w":{"type":"number"},"h":{"type":"number"},"label":{"type":"string"}},"required":["w","h"],"additionalProperties":false},"description":"Viewports to render. Default: iphone 393×852, desktop 1440×900, wide 2160×1200"},"themes":{"type":"array","items":{"type":"string","enum":["light","dark"]},"description":"Themes to toggle (prefers-color-scheme + data-theme/class). Default: ['light','dark']"},"scroll_settle":{"type":"boolean","description":"Step through the page with short pauses to fire reveal-on-scroll/IntersectionObserver content, play videos, then return to the top before capture. Default: true"},"interactions":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"event":{"type":"string","enum":["hover","click","focus"]},"delay_ms":{"type":"number"}},"required":["selector","event","delay_ms"],"additionalProperties":false},"description":"Fire each interaction before capture; the resulting state is diffed against baseline to catch hover/click white-wash and obscured content."},"containerMaxWidth":{"type":"number","description":"Your design system's canonical container width in px — makes the max-width check token-aware."},"includeScreenshots":{"type":"boolean","description":"Include the base64 full-page PNG per capture in the result. Default: false (screenshots are large)."},"timeoutMs":{"type":"number","description":"Per-navigation timeout in ms. Default: 30000"},"compact":{"type":"boolean","description":"Drop per-capture base64 screenshots; keep findings, counts, and summary. Default false. Use when screenshots would blow the tool-result budget."}},"required":["url"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"audit_video_playback","description":"Render a page in headless Chromium and observe whether each <video> actually advances (samples currentTime before/after a play attempt), classifying every clip into playing|paused|stalled|empty|error with a reason. Catches black/non-playing videos that static audits miss — the most common real-world defect on marketing sites with video backgrounds. Pass url to render + observe, or dom_snapshot to classify pre-collected observations without a browser.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to render and observe (http/https or file://). Requires headless chromium."},"dom_snapshot":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string","description":"CSS selector identifying the video element"},"hasSource":{"type":"boolean","description":"True if currentSrc is non-empty OR the element has a src attribute or <source> child"},"readyState":{"type":"number","description":"HTMLMediaElement.readyState (0..4)"},"networkState":{"type":"number","description":"HTMLMediaElement.networkState (0..3; 3=NETWORK_NO_SOURCE)"},"errorCode":{"type":"number","description":"MediaError.code (0=none, 1=aborted, 2=network, 3=decode, 4=src-not-supported)"},"paused":{"type":"boolean","description":"True if the element is paused"},"autoplayBlocked":{"type":"boolean","description":"True if play() was rejected with NotAllowedError"},"currentTimeStart":{"type":"number","description":"currentTime recorded before the play attempt"},"currentTimeEnd":{"type":"number","description":"currentTime recorded after the observe window"}},"required":["selector","hasSource","readyState","networkState","errorCode","paused","autoplayBlocked","currentTimeStart","currentTimeEnd"],"additionalProperties":false},"description":"Pre-collected video observations to classify without rendering (deterministic path)"},"observeMs":{"type":"number","description":"Milliseconds to wait between currentTime samples after play() attempt. Default: 1000"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"compose_system","description":"Mix tokens from different design systems to create a custom composite. Example: Linear's colors + Stripe's typography.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"compositions":{"type":"array","items":{"type":"object","properties":{"system":{"type":"string","description":"Source design system ID"},"group":{"type":"string","description":"Token group to take (color, typography, spacing, radius, elevation, motion)"}},"required":["system","group"],"additionalProperties":false},"description":"Array of system-group pairs to compose"},"format":{"type":"string","enum":["dtcg","css"],"description":"Output format. Default: dtcg"}},"required":["compositions"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"evaluate_design","description":"Evaluate a design description against UX principles. Returns relevant principles, potential violations, and improvement suggestions. Screenshot pixel-diff is disabled on the hosted (remote) endpoint (unbounded image decode). Omit 'before_screenshot'/'after_screenshot' and pass a 'description' to evaluate the design against UX principles statelessly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"type":"string","description":"Description of the design to evaluate"},"before_screenshot":{"type":"string","description":"Base64 PNG of the BEFORE state"},"after_screenshot":{"type":"string","description":"Base64 PNG of the AFTER state. When both before+after are provided, returns a structured pixel diff with fix_confirmed."},"goals":{"type":"array","items":{"type":"string"},"description":"What to evaluate for (e.g. ['conversion', 'accessibility', 'mobile-usability'])"},"context":{"type":"string","description":"What the design is (e.g. 'pricing page for SaaS product')"},"compact":{"type":"boolean","description":"Return only ids+names for matched principles/patterns (drop their full bodies) plus counts and any before/after diff. Default false. Use when the full principle library payload would blow the tool-result budget."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"generate_design_system","description":"Generate a complete, custom design system with full token set. Provide a brand color to auto-generate a harmonious palette, pick a style preset, and export as visual HTML documentation, CSS variables, W3C DTCG JSON, Figma Variables, or SVG palette card. The HTML export is a beautiful, self-contained page suitable for sharing with stakeholders.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Name for the design system (e.g. 'Acme Corp', 'NightOwl')"},"base_system":{"type":"string","description":"Start from an existing system as foundation (e.g. 'stripe', 'linear'). Colors will be replaced by brand_color if provided."},"brand_color":{"type":"string","description":"Primary brand hex color (e.g. '#FF6B35'). Auto-generates a full harmonious palette using color theory."},"style":{"type":"string","enum":["minimal","bold","warm","corporate","playful","dark"],"description":"Aesthetic direction — influences spacing, radii, shadows, motion, and typography. Default: minimal"},"dark_mode":{"type":"boolean","description":"Generate dark mode tokens alongside light. Default: true"},"format":{"type":"string","enum":["html","css","dtcg","figma","svg","all"],"description":"Export format: html (visual doc page), css (custom properties), dtcg (W3C JSON), figma (Figma Variables JSON), svg (color palette card), all. Default: html"}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"generate_service_blueprint","description":"Render a service blueprint as a self-contained HTML page. Supports two modes: (1) classic Shostack single-actor blueprint — user action, frontstage, backstage, support, evidence, pain/delight; (2) two-actor HI-loop blueprint — when `actors` is supplied, renders two swim lanes with a line of interaction between them (e.g. customer ↔ lawyer, patient ↔ doctor, buyer ↔ agent). Each actor gets their own actions, frontstage (what they see), and evidence. Optionally accepts an ideal-state to render side-by-side with the current state.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service_name":{"type":"string","description":"Name of the service (e.g. 'Free trial signup', 'Client intake', 'Restaurant reservation')"},"subtitle":{"type":"string","description":"Short description or context line under the title"},"actors":{"type":"object","properties":{"a":{"type":"object","properties":{"label":{"type":"string"}},"required":["label"],"additionalProperties":false,"description":"Actor A label (default: 'User'). Use when you want to name the first side (e.g. 'Customer', 'Patient')."},"b":{"type":"object","properties":{"label":{"type":"string"}},"required":["label"],"additionalProperties":false,"description":"Actor B label (e.g. 'Lawyer', 'Doctor', 'Agent'). Presence of this field switches to two-actor layout."}},"required":["b"],"additionalProperties":false,"description":"Omit for classic single-actor Shostack blueprint. Provide to render a two-swim-lane HI-loop blueprint with a line of interaction between the two sides."},"current":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","description":"Step label (e.g. 'Discover', 'Sign up', 'First use')"},"user_action":{"type":"string","description":"In single-actor: what the user does. In two-actor: what actor A does."},"frontstage":{"type":"string","description":"In single-actor: what the user SEES (UI, agent greeting). In two-actor: what actor A sees."},"backstage":{"type":"string","description":"What neither actor sees directly — shared systems, internal processes, back-office work"},"support":{"type":"string","description":"Supporting processes, systems, third-party dependencies"},"evidence":{"type":"string","description":"In single-actor: artifact user receives. In two-actor: artifact actor A has."},"pain_point":{"type":"string","description":"Known pain point at this step (shown as red callout)"},"delight":{"type":"string","description":"Designed moment of delight at this step (shown as green callout)"},"actor_b":{"type":"object","properties":{"action":{"type":"string","description":"What actor B does in this step"},"frontstage":{"type":"string","description":"What actor B sees — their own UI, tools, views"},"evidence":{"type":"string","description":"Artifact actor B has — case file, notes, record"}},"additionalProperties":false,"description":"Only used when `actors.b` is provided. Captures the other side of the interaction."}},"required":["label"],"additionalProperties":false},"description":"The current-state blueprint as an array of steps"},"ideal":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"user_action":{"type":"string"},"frontstage":{"type":"string"},"backstage":{"type":"string"},"support":{"type":"string"},"evidence":{"type":"string"},"pain_point":{"type":"string"},"delight":{"type":"string"},"actor_b":{"type":"object","properties":{"action":{"type":"string"},"frontstage":{"type":"string"},"evidence":{"type":"string"}},"additionalProperties":false}},"required":["label"],"additionalProperties":false},"description":"Optional ideal-state blueprint — if provided, output shows current AND ideal side-by-side"}},"required":["service_name","current"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_brand_principles","description":"Get brand and visual-design principles — logo usage (clear space, min sizes, variants, placement, restraint), gradient usage (hierarchy, palette, contrast, trend vs signature), imagery (consistency, representation, purpose), visual hierarchy, and brand-as-system thinking. Use when the user asks about branding, logos, gradients, imagery, visual consistency, or how to treat a brand across surfaces.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"Filter by topic: 'logo', 'gradient', 'imagery', 'hierarchy', 'system', or a freeform search term. Omit to return all brand principles."},"format":{"type":"string","enum":["full","checklist","brief"],"description":"Output format. Default: full."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_brand_system","description":"Get a complete design system for building an app with branding like a specific company. Say 'Make me an app with branding like Spotify' and get the full token set, style guide, and implementation instructions. Matches against 12 known design systems and provides closest match with ready-to-use CSS.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company":{"type":"string","description":"The company whose branding to use (e.g. 'Spotify', 'Stripe', 'Apple', 'Linear', 'Airbnb')"},"format":{"type":"string","enum":["css","dtcg","guide"],"description":"Output format: 'css' for CSS variables, 'dtcg' for W3C tokens, 'guide' for full implementation guide. Default: guide"},"mode":{"type":"string","enum":["light","dark"],"description":"Color mode preference. Default: based on the system's primary mode"}},"required":["company"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_brand_trends","description":"Get current brand and visual-design trends — what's working in 2026 and where each trend fits or fails. Includes bento grids, monospace type, neon-on-dark-glass, generative patterns, brutalism rebound, AI-generated imagery, lowercase/mixed case. Each trend is time-stamped — treat as a calibration signal, not a prescription.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_business_strategy","description":"Get business and monetization strategies for digital products. Covers monetization models, retention strategies, onboarding optimization, growth mechanics, and product metrics frameworks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"Strategy type: monetization, retention, onboarding, growth, metrics"},"stage":{"type":"string","enum":["startup","growth","mature"],"description":"Company stage for contextual filtering"}},"required":["type"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_checklist","description":"Get a pre-publish checklist for a specific UI type. Returns actionable yes/no items to verify before shipping.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"What you're shipping (e.g. 'signup form', 'pricing page', 'dashboard', 'landing page', 'modal')"},"platform":{"type":"string","enum":["desktop","mobile","responsive","ios","react-native"],"description":"Platform context for platform-specific checks. 'ios' = native SwiftUI/iOS (Apple HIG); 'react-native' = RN/Expo (iOS HIG + Android Material: 44/48pt+hitSlop, accessibilityLabel/Role, font scaling, SafeAreaView, dark mode, platform parity, secrets). Both replace the web/mobile-web checks."}},"required":["type"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_content_pattern","description":"Get content design patterns — copy recipes for error messages, empty-state copy, notifications, and form validation. Returns do's, don'ts, good/bad examples, evidence, and a checklist.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["error-messages","empty-state-copy","notifications","form-validation"],"description":"Content pattern type"}},"required":["type"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_content_principles","description":"Get UX-writing principles — clarity over cleverness, active voice, error-message anatomy, inclusive language, voice vs tone, and more. Filter by the writing context (e.g. 'error messages', 'notifications', 'form labels').","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"context":{"type":"string","description":"What you're writing for (e.g. 'error messages', 'onboarding copy', 'empty state', 'notification'). Omit to get all UX-writing principles."},"format":{"type":"string","enum":["full","checklist","brief"],"description":"Output format: full (all details), checklist (implications + violations), brief (just summary). Default: full"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_content_system","description":"Get a brand's content design system — voice attributes, tone shifts by context, vocabulary (use/avoid/never), grammar rules, content patterns for errors/empty-states/buttons/etc., and inclusive language guidance.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Content system ID (e.g. 'conversational-product-voice', 'gov-uk', 'shopify-polaris', 'atlassian')"},"section":{"type":"string","enum":["all","voice","tone_shifts","vocabulary","grammar","content-patterns","inclusive-language"],"description":"Return just one section. Default: all."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_d4d_framework","description":"Get the Design for Delight (D4D) framework templates. Returns customer problem statement, ideal state, hypothesis, LOFA, and experiment templates for structured product thinking.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"stage":{"type":"string","enum":["frame","empathy","broad","narrow","experiment","recommendation","full"],"description":"Which stage of the D4D loop to return. Default: full (all stages)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_design_system","description":"Get design tokens for a specific design system. Returns colors, typography, spacing, radii, elevation, and motion tokens in W3C DTCG, CSS custom properties, or flat format.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Design system ID (e.g. 'stripe', 'linear')"},"group":{"type":"string","description":"Filter to a token group: color, color-dark, color-light, typography, spacing, radius, elevation, motion"},"format":{"type":"string","enum":["dtcg","css","flat"],"description":"Output format: dtcg (W3C standard), css (custom properties), flat (key-value). Default: dtcg"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_metrics_framework","description":"Get a product-metrics framework — HEART (Google), AARRR/Pirate (Dave McClure), North Star Metric, Conversion Funnel, RICE Scoring, or OKRs. Returns structure, when-to-use, pitfalls, and examples. Use when the user asks 'how should we measure success?' or 'what metrics should we track?'","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Framework id (heart, aarrr, north-star-metric, conversion-funnel, rice-scoring, okrs). Omit to list all."},"search":{"type":"string","description":"Search for a framework by name or summary."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_pattern","description":"Get proven UI/UX patterns for a specific design type. Returns do's, don'ts, evidence, and checklists for signup flows, pricing pages, navigation, forms, landing pages, dashboards, modals, empty states, error states, loading states, CTAs, social proof, and mobile conversion.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"Pattern type (e.g. 'signup-flow', 'pricing-page', 'navigation', 'forms', 'landing-page', 'dashboard', 'modals-dialogs', 'empty-states', 'error-states', 'loading-states', 'cta', 'social-proof', 'mobile-conversion')"},"platform":{"type":"string","enum":["desktop","mobile","responsive"],"description":"Filter patterns by platform context"},"goal":{"type":"string","enum":["conversion","usability","accessibility","delight"],"description":"Filter by primary goal"}},"required":["type"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_principles","description":"Get design principles relevant to a UI context. Returns usability heuristics, laws of UX, Gestalt principles, accessibility requirements, typography rules, and color theory — matched to what you're designing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"context":{"type":"string","description":"What you're designing (e.g. 'signup form', 'pricing page', 'mobile nav', 'dark dashboard')"},"category":{"type":"string","description":"Filter to category: accessibility, brand, color-systems, color-theory, component-architecture, d4d, gestalt, laws-of-ux, mobile-ux, nielsen-heuristics, research, responsive-layout, service-design, spacing-systems, typography, ux-writing"},"platform":{"type":"string","enum":["web","ios","react-native"],"description":"Platform context. 'ios' returns Apple HIG principles (Dynamic Type, 44pt targets, SF Symbols, safe areas, dark-mode, haptics, App Review privacy); 'react-native' returns RN principles (44/48pt+hitSlop, accessibilityLabel/Role, font scaling, SafeAreaView, dark mode, iOS+Android parity, secrets). Both replace the web/CSS-oriented set. Default: web."},"format":{"type":"string","enum":["full","checklist","brief"],"description":"Output format: full (all details), checklist (implications + violations), brief (just summary). Default: full"}},"required":["context"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_research_method","description":"Get research method details — qualitative (interviews, contextual inquiry, diary, field, intercept), quantitative (surveys, analytics, A/B tests, benchmarking, clickstream), or usability (moderated, unmoderated, 5-second, card sort, tree test, heuristic eval). Returns specific protocols, do/don't guidance, evidence, and a checklist. Use when the user is designing a study or asking how to measure something.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","enum":["qualitative","quantitative","usability","all"],"description":"Which family of methods. Default: all."},"search":{"type":"string","description":"Search within methods by name or description."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_service_pattern","description":"Get a service design pattern — service blueprinting, human handoff, signup-as-service, omnichannel continuity, or moments of truth / recovery. Returns patterns, do/don't guidance, evidence, and a checklist. Use when the user is designing a service flow, escalation, cross-channel experience, or moment of truth.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["service-blueprinting","human-handoff","signup-as-service","omnichannel-continuity","moments-of-truth"],"description":"Service design pattern type"}},"required":["type"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_service_standard","description":"Get the GOV.UK Service Standard — 14 points the UK government uses to assess whether a public service is ready to launch. Widely applicable as a rigorous service-quality checklist beyond government. Use when the user asks how to evaluate a whole service.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_content_systems","description":"Browse available content design systems — brand voice and tone guides (Conversational Product Voice, GOV.UK, Shopify Polaris, Atlassian). Filter by category or search by name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by category: commerce-saas, government, marketing-saas, productivity-saas"},"search":{"type":"string","description":"Search by name, description, or tag"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_creative_models","description":"Browse Raven's provider-agnostic creative model catalog. These are capability slots for image, video, 3D, audio, character consistency, and creative analysis. Each entry lists typical inputs and best-for guidance.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"media_type":{"type":"string","enum":["image","video","audio","3d","campaign","analysis"],"description":"Filter by media type."},"capability":{"type":"string","description":"Filter by capability, e.g. product-photoshoot, text-to-video, brand-kit, ugc-ad."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_creative_presets","description":"Browse Raven creative presets for product photoshoots, marketplace cards, UGC ads, TV spots, cinematic reveals, social launch packs, storyboards, and infographics.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"media_type":{"type":"string","enum":["image","video","campaign"],"description":"Filter presets by media type."},"search":{"type":"string","description":"Search preset name or description."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_design_systems","description":"Browse available design systems for tokens. Filter by category (component-library, consumer, developer, fintech, framework, platform, productivity) or search by name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by category: component-library, consumer, developer, fintech, framework, platform, productivity. Saved user systems list under 'user'."},"search":{"type":"string","description":"Search by name or description"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"score_creative","description":"Score a creative prompt, script, or ad concept for hook strength, benefit clarity, product signal, call-to-action, channel fit, audience fit, and brand fit. This is a transparent heuristic, not a proprietary prediction model. Local brand profiles are not available on the hosted (remote) endpoint (per-user state is a later phase). Omit 'brand_profile_id' to score the pasted creative statelessly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"creative_text":{"type":"string","description":"Prompt, script, ad copy, or creative concept to score."},"channel":{"type":"string","description":"Target channel."},"brand_profile_id":{"type":"string","description":"Local Raven brand profile ID."},"audience":{"type":"string","description":"Target audience if not in a brand profile."}},"required":["creative_text"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"score_page","description":"Score an HTML/CSS page across 7 design categories (Structure, Typography, Color & palette, Spacing & rhythm, Accessibility, Responsive layout, Design tokens), each rated 0–10. Scores are derived deterministically from the same checks as audit_page — no browser required. Pass html directly; the url argument is REJECTED on this hosted (remote) endpoint. Also returns the same overall 0–100 score and A–D grade audit_page produces, the weakest category, and the three categories Raven does not mechanically assess (brand, conversion, motion) with guidance on which tools to use for those. score_page url-capture is disabled on the hosted (remote) endpoint. Pass the page HTML via the 'html' argument instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"html":{"type":"string","description":"The full HTML content of the page to score."},"url":{"type":"string","description":"REJECTED on this hosted (remote) endpoint; pass html instead. (Local/stdio: Raven launches headless chromium, renders the page, and scores the RENDERED DOM.)"},"strict":{"type":"boolean","description":"Strict mode — count warnings as failures in the overall score. Default: false."},"containerMaxWidth":{"type":"number","description":"Your design system's canonical content-container width in px (e.g. 1152). Forwarded to the responsive/max-width check."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_knowledge","description":"Search across all design principles, UI patterns, and business strategies. Use when you need to find specific guidance or don't know which category to look in.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search term (e.g. 'touch targets', 'pricing psychology', 'color contrast')"},"layer":{"type":"string","enum":["principles","patterns","business","all"],"description":"Which layer to search: principles, patterns, business, or all (default)"}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"suggest_contrast_fix","description":"Given failing WCAG color pairs, return the MINIMAL color change that clears the target ratio. For each {fg,bg} pair, computes the smallest foreground adjustment (and an alternative background adjustment) that reaches AA/AAA — with the achieved ratio and direction. Feeds directly from audit_contrast's failing pairs: pass them here to get concrete passing values instead of brute-forcing colors by hand. Pure offline math.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pairs":{"type":"array","items":{"type":"object","properties":{"selector":{"type":"string"},"fg":{"type":"string"},"bg":{"type":"string"},"fontPx":{"type":"number"},"bold":{"type":"boolean"},"targetRatio":{"type":"number"},"status":{"type":"string","enum":["pass","fail","indeterminate"]},"ratio":{"type":["number","null"]}},"required":["fg","bg"],"additionalProperties":false},"description":"Color pairs to remediate. Each: { selector?, fg, bg, fontPx?, bold?, targetRatio? }. fontPx/bold pick the large-text threshold; targetRatio overrides the level."},"level":{"type":"string","enum":["AA","AAA"],"description":"WCAG level when targetRatio is not given per-pair. Default AA."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":82,"grade":"B","scanned_at":"2026-09-21T22:08:23.163Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:08:23.174Z","components":{"code":{"score":15,"max":25,"notes":["173 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1017ms"]},"poisoning":{"score":15,"max":15,"notes":["45 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 29 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[{"id":"install.script","severity":"medium","component":"code","title":"npm install lifecycle script present"},{"id":"install.script","severity":"medium","component":"code","title":"npm install lifecycle script present","evidence":"package.json: …ode --test \\\"test/**/*.test.mjs\\\"\", \"postinstall\": \"node scripts/postinstall.cjs || true\",…"}],"inputs":{"probes":[{"url":"https://mcp.ravenmcp.ai/api/mcp","reachable":true,"authRequired":false,"latencyMs":1017,"serverInfo":{"name":"raven-mcp","version":"2.5.1"}}],"packages":[{"registryType":"npm","identifier":"raven-mcp","version":"2.5.1","found":true,"license":"Apache-2.0","hasInstallScripts":true,"dependencyCount":4,"publishedAt":"2026-08-22T23:28:51.160Z","repositoryUrl":"git+https://github.com/rhinocap/raven-mcp.git","weeklyDownloads":129}],"repo":{"found":true,"owner":"rhinocap","repo":"raven-mcp","archived":false,"pushedAt":"2026-08-24T00:11:33Z","stars":6,"forks":0,"openIssues":3,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/20427572?v=4","ownerCreatedAt":"2016-07-12T21:10:51Z","license":"Apache-2.0"},"icon":{"url":"https://mcp.ravenmcp.ai/assets/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":6,"forks":0,"downloadsWeek":129,"license":"Apache-2.0","lastPushAt":"2026-08-24T00:11:33.000Z","score":42}}}},"grade_history":[],"reviews":[]}