@lando-labs/lando-ds-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_componentsA | List DS components with optional filters (category, deprecated, serverSafe, polymorphic, kind). Meta-backed since v3.0.0. |
| get_componentA | Generate a JSX snippet (import + element) for a DS component with the given props/children. Rejects JSX-unsafe prop values. |
| get_component_propsA | Return a TypeScript-interface view of a component's props, derived from meta.components[X].props. |
| get_component_referenceA | Full component reference in one call — description, examples, composition hints, props, and (optionally) theming class-name maps. Replaces v2.x get_component_docs + get_usage_example. |
| compose_componentsA | Compose multiple DS components into a single snippet with a merged import block. Refuses composition if any component is not in DS meta. |
| get_design_tokensA | DS design tokens (colors, spacing, typography, radius, shadows, motion). |
| get_animation_examplesB | Canonical DS animation patterns (CSS keyframes + usage). Brand-neutral. |
| list_iconsA | List available icons. |
| search_iconsB | Semantic icon search by purpose. Searches across DS-brand + full Lucide catalog; metadata-annotated icons rank higher (richer signal), bare Lucide names still match via name similarity. |
| get_component_capabilitiesA | DS capability introspection. Full matrix by default; pass filters (rscSafe, clientOnly, polymorphic, withRef, deprecated) or |
| get_composition_hintsA | DS-authoritative composition hints for a component — for each documented prop, which component (or shape) it expects. Sourced from meta.verbose.composes. |
| get_theme_presetsA | Available DS theme presets. Post-v0.34 brand-neutralization: consumers pick a preset (or apply their own ramps) rather than getting a baked brand default. |
| get_ds_metadataA | One-call "what am I talking to" — DS package name/version, meta schema version, component/capability/icon/hook totals, exports map. Useful for CI version guards and self-orientation. |
| list_hooksA | List DS utility hooks (state, dom, browser, a11y, etc.) with optional filters (category, serverSafe). Meta-backed since v3.3.0 (DS meta schema 1.3). |
| get_hookA | Full detail for a DS utility hook — signature, returns, category, RSC safety, subpath, description, and an import snippet. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_form | Create a form with specified fields using design system components |
| create_card_layout | Create a card-based layout with multiple cards |
| create_loading_state | Create loading state UI with spinner and optional skeleton |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Accordion Component | Complete documentation for the Accordion component |
| AccordionItem Component | Complete documentation for the AccordionItem component |
| Alert Component | Complete documentation for the Alert component |
| AlertDialog Component | Complete documentation for the AlertDialog component |
| AppShell Component | Complete documentation for the AppShell component |
| ApprovalCard Component | Complete documentation for the ApprovalCard component |
| AreaChart Component | Complete documentation for the AreaChart component |
| ArticleCard Component | Complete documentation for the ArticleCard component |
| AspectRatio Component | Complete documentation for the AspectRatio component |
| Avatar Component | Complete documentation for the Avatar component |
| AvatarGroup Component | Complete documentation for the AvatarGroup component |
| Badge Component | Complete documentation for the Badge component |
| Banner Component | Complete documentation for the Banner component |
| BarChart Component | Complete documentation for the BarChart component |
| BottomNav Component | Complete documentation for the BottomNav component |
| BottomNavItem Component | Complete documentation for the BottomNavItem component |
| Box Component | Complete documentation for the Box component |
| Breadcrumb Component | Complete documentation for the Breadcrumb component |
| BreadcrumbItem Component | Complete documentation for the BreadcrumbItem component |
| Button Component | Complete documentation for the Button component |
| Byline Component | Complete documentation for the Byline component |
| Calendar Component | Complete documentation for the Calendar component |
| Callout Component | Complete documentation for the Callout component |
| Card Component | Complete documentation for the Card component |
| CardBody Component | Complete documentation for the CardBody component |
| CardFooter Component | Complete documentation for the CardFooter component |
| CardHeader Component | Complete documentation for the CardHeader component |
| CardMedia Component | Complete documentation for the CardMedia component |
| CardTitle Component | Complete documentation for the CardTitle component |
| Center Component | Complete documentation for the Center component |
| Chart Component | Complete documentation for the Chart component |
| Chat Component | Complete documentation for the Chat component |
| ChatInput Component | Complete documentation for the ChatInput component |
| ChatMessage Component | Complete documentation for the ChatMessage component |
| ChatThinkingIndicator Component | Complete documentation for the ChatThinkingIndicator component |
| Checkbox Component | Complete documentation for the Checkbox component |
| Chip Component | Complete documentation for the Chip component |
| Code Component | Complete documentation for the Code component |
| CodeBlock Component | Complete documentation for the CodeBlock component |
| Collapsible Component | Complete documentation for the Collapsible component |
| ColorSwatch Component | Complete documentation for the ColorSwatch component |
| Combobox Component | Complete documentation for the Combobox component |
| CommandPalette Component | Complete documentation for the CommandPalette component |
| CommandPaletteGroup Component | Complete documentation for the CommandPaletteGroup component |
| CommandPaletteItem Component | Complete documentation for the CommandPaletteItem component |
| Container Component | Complete documentation for the Container component |
| DataTable Component | Complete documentation for the DataTable component |
| DataTableStatic Component | Complete documentation for the DataTableStatic component |
| DateDisplay Component | Complete documentation for the DateDisplay component |
| DatePicker Component | Complete documentation for the DatePicker component |
| DateRangePicker Component | Complete documentation for the DateRangePicker component |
| DetailCard Component | Complete documentation for the DetailCard component |
| Divider Component | Complete documentation for the Divider component |
| DonutChart Component | Complete documentation for the DonutChart component |
| Drawer Component | Complete documentation for the Drawer component |
| Dropdown Component | Complete documentation for the Dropdown component |
| DropdownItem Component | Complete documentation for the DropdownItem component |
| EmptyState Component | Complete documentation for the EmptyState component |
| Field Component | Complete documentation for the Field component |
| FileInput Component | Complete documentation for the FileInput component |
| Footer Component | Complete documentation for the Footer component |
| Form Component | Complete documentation for the Form component |
| FunnelChart Component | Complete documentation for the FunnelChart component |
| Grid Component | Complete documentation for the Grid component |
| GridItem Component | Complete documentation for the GridItem component |
| Header Component | Complete documentation for the Header component |
| Heading Component | Complete documentation for the Heading component |
| IconButton Component | Complete documentation for the IconButton component |
| Inline Component | Complete documentation for the Inline component |
| Input Component | Complete documentation for the Input component |
| Kbd Component | Complete documentation for the Kbd component |
| Lede Component | Complete documentation for the Lede component |
| LineChart Component | Complete documentation for the LineChart component |
| List Component | Complete documentation for the List component |
| ListItem Component | Complete documentation for the ListItem component |
| Mark Component | Complete documentation for the Mark component |
| Markdown Component | Complete documentation for the Markdown component |
| Modal Component | Complete documentation for the Modal component |
| MultiSelect Component | Complete documentation for the MultiSelect component |
| NavTabs Component | Complete documentation for the NavTabs component |
| NavTabsItem Component | Complete documentation for the NavTabsItem component |
| NumberInput Component | Complete documentation for the NumberInput component |
| PageHeader Component | Complete documentation for the PageHeader component |
| Pagination Component | Complete documentation for the Pagination component |
| PieChart Component | Complete documentation for the PieChart component |
| Popover Component | Complete documentation for the Popover component |
| Portal Component | Complete documentation for the Portal component |
| Progress Component | Complete documentation for the Progress component |
| PullQuote Component | Complete documentation for the PullQuote component |
| Radio Component | Complete documentation for the Radio component |
| RadioGroup Component | Complete documentation for the RadioGroup component |
| ScrollArea Component | Complete documentation for the ScrollArea component |
| SegmentedControl Component | Complete documentation for the SegmentedControl component |
| Select Component | Complete documentation for the Select component |
| Sidebar Component | Complete documentation for the Sidebar component |
| SidebarNavItem Component | Complete documentation for the SidebarNavItem component |
| Skeleton Component | Complete documentation for the Skeleton component |
| Slider Component | Complete documentation for the Slider component |
| Slot Component | Complete documentation for the Slot component |
| Spacer Component | Complete documentation for the Spacer component |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lando-labs/lando-ds-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server