INDIVIDUAL MCP TOOL
list_languages
List every supported ISO-2 language code with per-script glyph counts (letters/digits/punct/special) and text direction.
LIVE ENDPOINT
https://yofont.com/api/public/mcp
Connect to this endpoint to inspect the live schema for list_languages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.yofont-mcp]
url = "https://yofont.com/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yofont-mcp": {
"type": "http",
"url": "https://yofont.com/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yofont-mcp
Remote MCP URL: https://yofont.com/api/public/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": {
"yofont-mcp": {
"url": "https://yofont.com/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yofont-mcp": {
"type": "http",
"url": "https://yofont.com/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yofont-mcp",
"transport": "streamable-http",
"url": "https://yofont.com/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_font— Generate a brand-new font family from a text prompt and/or a style reference image.check_font_status— Poll a font job's build status and get its download URLs once ready.download_font— Fetch a font file's bytes for a given format, inlined as a resource you can write straight to disk in the user's project.list_my_fonts— List up to the caller's 100 most recent font jobs (status, model, source, languages, weights, and a link to the font's page).