mcpserver.lol
registry/tseha
Connection check verified live · 26h ago

tseha

Serves your design system and coding standards to coding agents, so they stop guessing.

Tools 9
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 26h ago

Tools & capabilities

9 tools

Read from the running server on 26h ago.

get_component read-only name*project_id*
Returns the full specification for one component: import path, props schema, usage example, anti-patterns, when-to-use and when-not-to-use notes, Figma spec, and dependencies. Read…
get_component_updates read-only project_id*current_version*
Returns per-component breaking changes and a migration guide between an installed version of the project's active component package and the latest published version. Read-only: it…
get_standards read-only sectionframeworkproject_id*
Returns the organization's development standards: coding conventions, project structure, and framework-specific rules. Read-only. Call it before writing or reviewing code, so the r…
get_style read-only project_id*
Returns metadata for the project's active style: the style name, its Figma file key, when it was last synced, and a token count per available category (such as color, typography, s…
get_style_tokens read-only categoryproject_id*
Returns the project's design tokens with their names, values, and token paths. Read-only. Use it to source exact visual values for styling instead of inventing hex codes, spacing,…
list_components read-only project_id*
Lists every UI component in the project's design system, each with its name, source package, import path, and a short note on its intended use. Read-only and unpaginated: it return…
list_packages read-only project_id*
Lists the component packages assigned to a project, each with its name, version, and description, and marks which one is active. Read-only. Use it to decide which npm package to im…
list_projects read-only
Lists the projects in this organization, each with its id, name, and framework. Read-only, takes no arguments, and returns only the projects the calling credential may see. Call it…
search_components read-only query*project_id*
Searches the components of every package assigned to the project by use case, behavior, or description, and returns up to 10 ranked matches with a relevance score. Read-only. Use i…