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
# S64 — Carbon Fiber
## Industry: SaaS
## Style DNA
- **Palette:** Black and dark grey weave.
- **Typography:** Race car digital font.
- **Radius:** Sleek aerodynamic curves.
- **Shadow:** Subtle glossy highlights.
- **Border:** Adhesive borders.
- **Patterns:** Carbon fiber weave.
- **Motion:** Fast, high FPS.
## Do's
- Use the weave
- High performance feel
- Glossy finish
- Sporty
## Don'ts
- Don't use bright backgrounds
- Don't look heavy
- Don't look retro
## Design Tokens
```yaml
tokens:
meta:
style_id: "S64"
style_name: "Carbon Fiber"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#212121"
secondary: "#1A1A1A"
text:
primary: "#FFFFFF"
secondary: "#BDBDBD"
muted: "#757575"
brand:
primary: "#d50000"
accent: "#FF1744"
border:
strong: "#424242"
subtle: "rgba(66,66,66,0.5)"
state:
success: "#00E676"
warning: "#FFEA00"
error: "#FF1744"
focus:
ring: "#d50000"
radius:
none: 0
sm: 4
md: 8
lg: 16
aero: "20px 4px"
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
gloss: "0 1px 0 rgba(255,255,255,0.1)"
deep: "0 8px 32px rgba(0,0,0,0.5)"
layout:
container:
content: 1200
wide: 1400
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 100
normal: 200
easing: "cubic-bezier(0.4, 0, 0.2, 1)"
typography:
font:
sans:
primary: "Orbitron"
fallback:
- "Rajdhani"
- "sans-serif"
mono:
primary: "Share Tech Mono"
fallback:
- "monospace"
scale:
h1: { size: 56, line: 60, weight: 700, tracking: 0.05 }
h2: { size: 40, line: 46, weight: 600, tracking: 0.03 }
h3: { size: 28, line: 34, weight: 500, tracking: 0.02 }
body: { size: 16, line: 24, weight: 400, tracking: 0 }
small: { size: 14, line: 20, weight: 400, tracking: 0 }
spacing:
base: 8
section_py:
mobile: [56, 72]
desktop: [88, 112]
```