We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joytorm/webforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# S81 — Enterprise Blue
## Industry: SaaS
## Style DNA
- **Palette:** Navy blue, grey, information dense.
- **Typography:** Roboto or system fonts, compact.
- **Radius:** Square or very small radius (2px).
- **Shadow:** Subtle functional shadows.
- **Border:** hairline borders, dividers.
- **Patterns:** Data grids, dense tables.
- **Motion:** None or very fast.
## Do's
- Information density
- Blue header
- Clear hierarchy
- Trust
## Don'ts
- Don't use too much whitespace
- Don't be playful
- Don't hide data
## Design Tokens
```yaml
tokens:
meta:
style_id: "S81"
style_name: "Enterprise Blue"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#F0F2F5"
secondary: "#FFFFFF"
text:
primary: "#1A1A2E"
secondary: "#374151"
muted: "#6B7280"
brand:
primary: "#003366"
accent: "#0052CC"
border:
strong: "#CBD5E1"
subtle: "#E2E8F0"
state:
success: "#059669"
warning: "#D97706"
error: "#DC2626"
focus:
ring: "#003366"
radius:
none: 0
sm: 2
md: 4
lg: 6
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
sm: "0 1px 2px rgba(0,0,0,0.05)"
md: "0 2px 4px rgba(0,0,0,0.08)"
layout:
container:
content: 1280
wide: 1440
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 12
desktop: 20
motion:
duration:
fast: 50
normal: 100
easing: "linear"
typography:
font:
sans:
primary: "Roboto"
fallback:
- "system-ui"
- "sans-serif"
mono:
primary: "Roboto Mono"
fallback:
- "monospace"
scale:
h1: { size: 40, line: 48, weight: 700, tracking: -0.01 }
h2: { size: 32, line: 40, weight: 600, tracking: 0 }
h3: { size: 24, line: 32, weight: 600, tracking: 0 }
body: { size: 14, line: 22, weight: 400, tracking: 0 }
small: { size: 12, line: 18, weight: 400, tracking: 0 }
spacing:
base: 8
section_py:
mobile: [48, 64]
desktop: [72, 96]
```