# Astica AI — MCP server on mcp.ai > Connect your Astica AI account and use 2 tools for artificial intelligence straight from your AI agent. Connect with your own API key. astica ai offers a suite of cognitive intelligence APIs, including computer vision, natural language processing, and voice synthesis, enabling developers to integrate advanced AI capabilities into their applications. By: mcp.ai · official Page: https://mcp.ai/astica_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_astica_ai?ms=1787291340000 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/astica_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/astica_ai/ 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/astica_ai/skill.md Postman collection (v2.1): https://mcp.ai/astica_ai/postman.json ## Tools - astica_ai_analyze_audio(do_stream?: integer, audio_input: string, low_priority?: integer, model_version?: string) — Tool to analyze audio input for transcription. Use when you need to convert an audio URL or Base64 string to text. - astica_ai_astica_read_text(image_url: string, model_version?: string) — Perform OCR (Optical Character Recognition) on an image to extract text. Supports HTTPS image URLs and Base64-encoded images. Returns detected text blocks with bounding box coordinates. Works with pri ## Example prompts - "What can I do in Astica AI?" - "Show me a summary of my Astica AI account" ## Links Docs: https://mcp.ai/docs/mcps/astica_ai Website: https://mcp.ai/mcps/astica_ai