← fontbros.com
INDIVIDUAL MCP TOOL
get_foundry
Get a Font Bros foundry profile and a short list of active products from that foundry.
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
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.fontbros-com]
url = "https://www.fontbros.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fontbros-com": {
"type": "http",
"url": "https://www.fontbros.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fontbros-com
Remote MCP URL: https://www.fontbros.com/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": {
"fontbros-com": {
"url": "https://www.fontbros.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fontbros-com": {
"type": "http",
"url": "https://www.fontbros.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fontbros-com",
"transport": "streamable-http",
"url": "https://www.fontbros.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_fonts— Search the active Font Bros catalog for font families, styles, and bundles by keyword, category, tag, foundry, language support, price, sale status, and sort order.get_product— Get detailed read-only catalog, font, image, pricing, and licensing information for one active Font Bros product by product ID, product URL, or name/type.recommend_fonts— Recommend active Font Bros products for a design use case, style direction, mood, language need, budget, or sale preference.list_font_categories— List active Font Bros font categories with category URLs and optional product counts.get_license_overview— Return Font Bros license type summaries, EULA links, and optional product-specific license options.