font-metadata-api
Cloudflare Workers MCP server: font-metadata. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/font-metadata
by lazymac2x
Cloudflare Workers MCP server: font-metadata
Extract and manage font metadata information.
Captured live from the server via tools/list.
Get detailed metadata for a specific web font including variants, subsets, tags, designer, year, and Google Fonts URL.
Font slug or family name (e.g. "inter", "Open Sans", "playfair-display")
Get font pairing recommendations with CSS snippets, compatibility scores, and curated rationale from design experts.
Font slug or family name to find pairings for
Number of pairing suggestions (1-10, default 5)
Filter by use case: editorial, blog, saas, tech, luxury, corporate, etc.
Filter by style: modern, elegant, bold, minimal, classic, etc.
Generate ready-to-use CSS @import snippet for a single font or a heading+body font pairing.
single: one font CSS; pairing: heading+body CSS
Font for single mode
Heading font for pairing mode
Body font for pairing mode
Font weights to include (e.g. ["400","700"])
Base font size (e.g. "16px")
Line height (e.g. "1.5")
List available web fonts filtered by category, tag, or search query. Returns 100+ fonts across serif, sans-serif, monospace, display, and handwriting categories.
Font category filter
Tag filter (e.g. "geometric", "elegant", "code", "rounded", "literary")
Search term to filter fonts by name or description
Sort order (default: popularity)
Max results (1-50, default 20)
Pagination offset (default 0)
Check which languages/scripts a font supports, or verify support for specific language codes.
Font slug or family name
Language codes to check (e.g. ["ru","ko","ar"]). If omitted, returns all supported languages.
Generate a complete CSS font-stack with metric-compatible and system fallbacks for robust cross-platform rendering.
Font slug or family name (e.g. "inter", "roboto-mono")
Include metric-compatible fallback fonts (default true)
Include system fallback fonts (default true)
Cloudflare Workers MCP server: font-metadata. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/font-metadata
claude_desktop_config.json
{
"mcpServers": {
"font-metadata": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/font-metadata/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.