Brand Context MCP Server
Server 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 | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_brand_topicsA | List the available Medovia / ApoSuite brand topics (colors, typography, buttons, forms-and-fields, etc.). |
| get_brand_topicA | Get the full ApoSuite brand spec for one topic as markdown (e.g. the button states, the field focus colors, the color palette). |
| search_brandA | Keyword search across all brand topics. Good for questions like 'focus color', 'hover', 'disabled button', 'radius', 'side menu width'. |
| get_colorA | Look up an ApoSuite color by name or token (e.g. 'bright-blue', 'Deep Blue 2', 'gray-5') and get its hex, CSS token and semantic role. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ApoSuite — Overview | Medovia / ApoSuite brand spec: Overview. |
| ApoSuite — Colors | Medovia / ApoSuite brand spec: Colors. |
| ApoSuite — Typography | Medovia / ApoSuite brand spec: Typography. |
| ApoSuite — Dimensions & layout tokens | Medovia / ApoSuite brand spec: Dimensions & layout tokens. |
| ApoSuite — Buttons | Medovia / ApoSuite brand spec: Buttons. |
| ApoSuite — Forms and Fields | Medovia / ApoSuite brand spec: Forms and Fields. |
| ApoSuite — Tabs | Medovia / ApoSuite brand spec: Tabs. |
| ApoSuite — Alerts | Medovia / ApoSuite brand spec: Alerts. |
| ApoSuite — Modals | Medovia / ApoSuite brand spec: Modals. |
| ApoSuite — Tables | Medovia / ApoSuite brand spec: Tables. |
| ApoSuite — Top Navigation Bar and Side Menu | Medovia / ApoSuite brand spec: Top Navigation Bar and Side Menu. |
| ApoSuite — Logos | Medovia / ApoSuite brand spec: Logos. |
TDQS
Scored across 4 tools
Each tool has a distinct primary purpose: listing topics, fetching a topic spec, searching across topics, and looking up a specific color. Minor overlap exists between get_brand_topic (which could include colors) and get_color, but the descriptions clearly differentiate the specific color lookup from the broader topic retrieval.
All tool names follow a consistent verb_noun snake_case pattern: list_brand_topics, get_brand_topic, search_brand, get_color. The verbs are all common and the nouns clearly indicate the target, with no mixed casing or vague naming.
With only 4 tools, the server is tightly scoped to its purpose: retrieving brand specs and color information. This is within the ideal 3-15 tool range and each tool serves a clear, non-redundant function without feeling sparse or bloated.
The server provides a complete read-only workflow: discover topics, fetch a topic's full spec, search for specific details, and look up individual colors. A minor gap is the absence of a bulk color listing, but search_brand and get_color together cover most practical needs, so no significant dead ends.