Skip to main content
Glama

Server Details

Alcheon is an MCP server that gives AI coding agents access to a curated library of 100+ analyzed real-world design systems, letting them recommend reference sites, synthesize design briefs with spacing and color tokens, and generate section-level UI guidance — so AI-built interfaces draw from actual design DNA instead of generic defaults.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedget_section_inspiration1 field changed
      • changedInput schema / properties / tokenSet / description
        Previous value: -"The CSS :root {} token set from generate_design_tokens. Paste the full token block. The section spec will reference these variables (var(--color-primary), var(--font-heading), etc.) instead of generating its own values."New value: +"REQUIRED: The COMPLETE, UNTRUNCATED CSS output from generate_design_tokens. Pass every single line of the token file verbatim — do NOT summarise, abbreviate, or cherry-pick tokens. The full file is needed so the section spec can reference every var() correctly (colors, typography, spacing, shadows, motion, buttons, cards, etc.). Partial token sets produce broken or inconsistent output."
  2. 1 tool update
    • Changedget_section_inspiration3 fields changed
      • addedInput schema / properties / avoid
        Added value: +{
        +  "description": "Optional list of structural patterns or compositions to explicitly avoid. E.g. ['3-column grid', 'centered hero text', 'gradient background']. Use this to force divergence from previous results or steer away from overused layouts.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / classPrefix
        Added value: +{
        +  "description": "Optional CSS class prefix for all generated class names. E.g. 'gvp2' → classes like .gvp2-hero, .gvp2-card. Prevents collisions when multiple sections coexist on one page.",
        +  "type": "string"
        +}
      • addedInput schema / properties / targetWidth
        Added value: +{
        +  "description": "Optional target container width in pixels. When set, the spec will scale layout values (padding, font sizes, gaps) appropriately for a constrained container instead of assuming full viewport width. E.g. 800 for an embedded panel, 1200 for a standard page.",
        +  "type": "number"
        +}
  3. 1 tool update
    • Changedgenerate_design_tokens3 fields changed
      • removedInput schema / properties / avoid
        Removed value: -{
        -  "description": "Optional list of patterns to consciously avoid, even if common across reference sites. E.g. ['product_screenshots', 'hamburger_nav', 'hero_gradients', 'stats_section']",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • removedInput schema / properties / emphasize
        Removed value: -{
        -  "description": "Optional list of design aspects to emphasize from the reference sites. E.g. ['spacing_rhythm', 'gradient_hero', 'dark_sections', 'typography']",
        -  "items": {
        -    "type": "string"
        -  },
        -  "type": "array"
        -}
      • changedInput schema / properties / intent / description
        Previous value: -"A description of the UI you're designing. Be specific about: product type, target audience, mood, any hard constraints. E.g. 'A dark-themed SaaS dashboard for a developer monitoring tool. Target audience: backend engineers. Clean, data-dense, no marketing fluff.'"New value: +"What is the product and what vibe/mood should the design convey? Focus on identity, not page structure. Include: product type, target audience, aesthetic mood, any hard constraints. Do NOT list specific page sections (hero, pricing, etc.) — this tool generates the design system, not page architecture. E.g. 'A dark, premium SaaS for developer monitoring. Audience: backend engineers. Mood: data-dense, technical, no marketing fluff.' E.g. 'AI design intelligence tool for coding agents. Sophisticated, high-craft, dark UI with strong typographic hierarchy.'"
  4. 3 tool updates
    • Addedgenerate_design_tokens
    • Changedget_section_inspiration8 fields changed
      • addedInput schema / properties / content
        Added value: +{
        +  "description": "Optional actual content for the section — headlines, feature names, pricing tiers, testimonial quotes, FAQ items. When provided, the HTML skeleton will use this real content instead of placeholder slots.",
        +  "type": "string"
        +}
      • changedInput schema / properties / context / description
        Previous value: -"Optional context about what you're building. Helps tailor the recommendations. E.g. 'A developer tool landing page with a dark theme' or 'E-commerce site for sustainable fashion'"New value: +"Optional context about the project. E.g. 'A developer tool landing page' or 'B2B DevOps product with a dark UI'"
      • changedInput schema / properties / maxExamples / description
        Previous value: -"Maximum number of real-world examples to include (default: 6)"New value: +"Maximum number of reference examples to analyze for structural patterns (default: 5)"
      • changedInput schema / properties / maxExamples / maximum
        Previous value: -15New value: +10
      • changedInput schema / properties / sectionType / description
        Previous value: -"The type of section or component to get inspiration for. E.g. 'how it works', 'pricing', 'hero', 'FAQ', 'testimonials', 'feature grid', 'stats counter', 'CTA banner', 'onboarding steps', 'comparison table'"New value: +"The type of section to build. E.g. 'hero', 'pricing', 'FAQ', 'testimonials', 'feature grid', 'stats counter', 'CTA banner', 'how it works', 'comparison table', 'footer'"
      • changedInput schema / properties / sites / description
        Previous value: -"Optional list of specific site slugs to draw inspiration from. If omitted, searches all available sites. E.g. ['stripe_com', 'linear_app']"New value: +"Optional: restrict structural pattern search to specific site slugs. LEAVE BLANK in most cases — the tool searches all sites and produces more diverse, unexpected structures. Do NOT pass the same sites used as DNA for generate_design_tokens; those sites' aesthetic is already baked into the token set, so restricting structural search to them too creates an echo chamber. Only pass specific slugs when you explicitly want structure from a particular site (e.g. 'I want a Stripe-style pricing layout')."
      • addedInput schema / properties / tokenSet
        Added value: +{
        +  "description": "The CSS :root {} token set from generate_design_tokens. Paste the full token block. The section spec will reference these variables (var(--color-primary), var(--font-heading), etc.) instead of generating its own values.",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "sectionType"
        -]New value: +[
        +  "sectionType",
        +  "tokenSet"
        +]
    • Removedsynthesize_brief
  5. 2 tool updates
    • Removedrecommend_sites
    • Changedsynthesize_brief2 fields changed
      • changedInput schema / properties / sites / description
        Previous value: -"Array of site slugs to draw inspiration from (use list_sites to see available options). E.g. ['stripe_com', 'linear_app', 'vercel_com']"New value: +"Array of site slugs to draw inspiration from (use list_sites to see available options). E.g. ['stripe_com', 'linear_app', 'vercel_com']. OMIT to auto-select — Alcheon scores all sites for relevance then applies a farthest-point diversity algorithm ensuring the set spans different visual approaches. Always prefer omitting over manually picking sites via search_sites, which lacks this diversity guarantee."
      • changedInput schema / required
        Previous value: -[
        -  "sites",
        -  "intent"
        -]New value: +[
        +  "intent"
        +]
  6. 1 tool update
    • Changedrecommend_sites1 field changed
      • removedInput schema / properties / contrast
        Removed value: -{
        -  "description": "When true, selects sites that OPPOSE each other on a key design axis rather than sites that agree. The response names the contrast axis — pass it as contrastAxis to synthesize_brief. Use this after a repetition warning, or when the user wants something genuinely unexpected.",
        -  "type": "boolean"
        -}
  7. 9 tool updates
    • First observedget_component_examples
    • First observedget_layout_blueprint
    • First observedget_section_inspiration
    • First observedget_site_overview
    • First observedlist_sites
    • First observedrecommend_sites
    • First observedscrape_site
    • First observedsearch_sites
    • First observedsynthesize_brief

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TSQS

Score is being calculated.

Resources