typeface
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
typeface_discover_identity— Retrieve the authenticated user's identity along with all associated teams and organizations in Typeface.typeface_create_project— Create a new project within a selected team, where all related chats and content generations are grouped.typeface_list_projects— Retrieve all existing projects for a given team.typeface_list_audiences— List all audiences available in a specific team, including organization-level audiences if applicable.typeface_list_layouts— Retrieve available layouts within a team and its brand kit, which define structure and presentation for generated content.typeface_list_brand_kits— Retrieve brand kits associated with a team.typeface_create_chat— Start a new chat session inside a project - each chat maintains context for brainstorming and content generation.typeface_list_chat— Retrieve existing chat sessions within a project.typeface_list_agents— Retrieve all the custom agents within a team.typeface_execute— Generate personalized, on-brand content (emails, social posts, blogs, ad copy), answer questions using web search and brand documents, evaluate content against brand guidelines, and manage Typeface assets via public URLs, within the context of a selected account, project, and chat.typeface_export_document_as_json— Export the generated document in a structured JSON format after a successful generation request.typeface_resolve_ref— Resolve any Base64-encoded reference string from listing tools into its complete entity metadata (layouts, assets, audiences, collections, brand kits, agents).typeface_generate_schema_org— Generate Schema.org JSON-LD from inline markdown or plain-text content.typeface_evaluate_aeo— Evaluate markdown or plain-text content against AEO/GEO explainability criteria and return per-criterion scores with reasons.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.