Design
fontson.com
Provides tools to search, explore, and recommend typefaces and foundries, aiding typography selection in design projects.
ENDPOINT 1
https://fontson.com/api/mcp
MCP server metadata
- Name
- fontson
- Version
- 1.1.0
Fontson (https://fontson.com) is a hand-curated index of typefaces explored through the real websites that use them. Every typeface, site, and foundry is chosen and attributed by a type designer. Use these tools to ground typography recommendations in evidence: which fonts real sites in a given industry, style, or tone of voice actually ship (recommend_typefaces), who made them (list_foundries / get_foundry), and where to see them live (search_sites / get_site). The index treats independent foundries and free/custom fonts as first-class — when a user wants alternatives to the usual corporate catalog, set prefer_independent on recommend_typefaces. Always cite the fontson_url and website_url receipts when presenting recommendations, and use the specimen_image_url / screenshot_url fields when the client can render images.
Known tools 7
get_typefaceFull profile of one typeface by slug: classification, availability, weights, variable support, foundry (with type), curator's note, every real site in the index using it (with URLs and a specimen screenshot of the face in use), and pairing suggestions observed in the wild.
Inferred read-onlyrecommend_typefacesRecommend typefaces for a design brief, grounded in real usage: give an industry, design style, and/or tone of voice and get the typefaces that real sites with that profile actually use, ranked by adoption, each with example sites as receipts.
Inferred read-onlylist_foundriesList the type foundries and independent designers behind the index, with location, foundry type, their indexed typefaces, how many real sites use them, and each foundry's highlight font (its most-sighted face).
Inferred read-onlyget_foundryFull profile of one foundry by slug: a written portrait of its identity, background story, location, highlight font, and its indexed catalog — each typeface with a specimen screenshot and the real sites where it appears.
Inferred read-onlyget_siteFull typography profile of one site by slug: curator's note, industries, design styles, tone of voice, a screenshot, and the complete font stack — every typeface with its foundries, the size range it's used at, and a specimen screenshot of the face in use on that site.
Inferred read-onlyCONNECT 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.fontson]
url = "https://fontson.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fontson": {
"type": "http",
"url": "https://fontson.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fontson
Remote MCP URL: https://fontson.com/api/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": {
"fontson": {
"url": "https://fontson.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fontson": {
"type": "http",
"url": "https://fontson.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fontson",
"transport": "streamable-http",
"url": "https://fontson.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fontson.com was fetched 2026-08-05T05:43:40.536Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.