← jinero.online
INDIVIDUAL MCP TOOL
get_font
Get full metadata for one font family by slug: styles, weights, axes, license, subsets and download/CSS URLs.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jinero]
url = "https://jinero.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jinero": {
"type": "http",
"url": "https://jinero.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jinero
Remote MCP URL: https://jinero.online/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jinero": {
"url": "https://jinero.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jinero": {
"type": "http",
"url": "https://jinero.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jinero",
"transport": "streamable-http",
"url": "https://jinero.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_fonts— Search the free font catalog by name, category, style tags, language coverage, variable/monospace flags and style count.get_font_files— List every font file (weight/italic/format + direct woff2/ttf URL) for a family — handy for building custom @font-face rules.get_fonts_css— Generate ready-to-use @font-face CSS for a family spec (Google-Fonts-compatible), e.get_font_download_url— Return the direct ZIP download URL for a font family (all styles + a ready fonts.check_contrast— Check the WCAG contrast ratio between a foreground and background color, with AA/AAA pass/fail for normal and large text.get_color_shades— Generate tints and shades for a base color (lighter/darker steps) with hex values.name_color— Get the closest human-readable name for one or more colors.extract_colors— Extract a dominant-color palette from an image URL.