← fontson.com

INDIVIDUAL MCP TOOL

get_site

Full 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.

fontson.comnone authenticationAvailability not checked

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 endpoint

fontson.com

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.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.

Related tools

  • search_typefaces — Search Fontson's curated typeface index.
  • get_typeface — Full 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.
  • recommend_typefaces — Recommend 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.
  • list_foundries — List 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).
  • get_foundry — Full 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.
  • search_sites — Browse the real websites in the index — the evidence base itself.