# Typless — MCP server on mcp.ai > Connect your Typless account and use 3 tools for document data extraction straight from your AI agent. Connect with your own API key. Typless is an AI-powered document extraction platform that automates manual data entry from various documents using a simple API. By: mcp.ai · official Page: https://mcp.ai/typless ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_typless?ms=1787291520000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/typless/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/typless/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/typless/skill.md Postman collection (v2.1): https://mcp.ai/typless/postman.json ## Tools - typless_get_document_types() — Tool to retrieve a list of all document types available in the account. Use when you need to view or select schemas for document processing. - typless_get_profile() — Tool to retrieve the authenticated user profile. Use after authentication to confirm account details. - typless_update_profile(full_name?: string, newsletter_subscription?: boolean) — Updates the authenticated user's Typless profile information. Use this tool when the user wants to change their full name or newsletter subscription preference. Note: Only full_name and newsletter_sub ## Example prompts - "What can I do in Typless?" - "Show me a summary of my Typless account" ## Links Docs: https://mcp.ai/docs/mcps/typless Website: https://mcp.ai/mcps/typless