# Autom — MCP server on mcp.ai > Connect your Autom account and use 4 tools for web scraping straight from your AI agent. Connect with your own API key. Autom is a service that delivers lightning-fast search engine results page (SERP) outcomes for Google, Bing, and Brave, offering developers rapid access to search data with minimal latency. By: mcp.ai · official Page: https://mcp.ai/autom ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_autom?ms=1787291100000 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/autom/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/autom/ 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/autom/skill.md Postman collection (v2.1): https://mcp.ai/autom/postman.json ## Tools - autom_google_countries(query: string) — Search for Google-supported countries by name substring. Use this to get valid country codes for Google Search API parameters. Results are ordered by population reach (most populous countries first). - autom_google_images(gl?: string, hl?: string, page?: integer, query: string) — Tool to fetch images from Google search results. Use when you need URLs, titles, domains, and metadata for images matching a query. - autom_google_languages(query: string) — Tool to retrieve Google-supported languages. Use when you need a list of language codes for localization. - autom_google_locations(query: string) — Tool to retrieve Google-supported locations. Use when searching for locations by name. Returns locations ordered by reach (most populous first). ## Example prompts - "What can I do in Autom?" - "Show me a summary of my Autom account" ## Links Docs: https://mcp.ai/docs/mcps/autom Website: https://mcp.ai/mcps/autom