This is a Cloudflare Workers-based MCP server that exposes font metadata operations over a streamable HTTP transport. It runs as both a REST API and MCP server using JSON-RPC 2.0, deployed at api.lazy-mac.com/font-metadata. You'd reach for this when you need programmatic access to font information, whether you're building design tools, font management systems, or applications that need to query font properties and characteristics. The dual API approach means you can integrate it into MCP-compatible systems through Claude or hit it directly via REST calls. The repository is light on specifics about which font formats or metadata fields it supports, but the Cloudflare Workers architecture suggests it's built for fast, edge-based font data retrieval.
claude mcp add --transport http io.github.lazymac2x-font-metadata https://api.lazy-mac.com/font-metadata/mcp