# Piloterr — MCP server on mcp.ai > Connect your Piloterr account and use 12 tools for web scraping straight from your AI agent. Connect with your own API key. Piloterr is a developer-first platform offering over 50 ready-to-use APIs for web scraping and data extraction, enabling businesses to efficiently gather and integrate web data into their systems. By: mcp.ai · official Page: https://mcp.ai/piloterr ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_piloterr?ms=1787293740000 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/piloterr/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/piloterr/ 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/piloterr/skill.md Postman collection (v2.1): https://mcp.ai/piloterr/postman.json ## Tools - piloterr_auchan_product(query: string) — Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL. - piloterr_auchan_search(page?: integer, query: string) — Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan. - piloterr_get_product_info(query: string, nps_score?: integer) — Tool to retrieve detailed product information from G2. Use when you need full product details including ratings, reviews, pricing, and company info. Accepts a product name or G2 URL as query. - piloterr_list_chewy_products(query: string) — Tool to find Chewy product categories by search query. Use when you need to retrieve Chewy product URLs and details based on product ID or title. - piloterr_list_eleclerc_stores(query: string) — Tool to find E.Leclerc store locations by search query. Use when you need to locate E.Leclerc stores in a specific area or city. - piloterr_list_google_countries(query: string) — Tool to list available Google search countries. Use when you need to find country codes for Google search localization. - piloterr_list_google_languages(query: string) — Tool to list available Google search languages filtered by query. Use when you need to find specific language codes for Google searches. - piloterr_list_google_locations(query: string) — Tool to list available Google search locations via Piloterr API. Use when you need to find location identifiers for geographically-targeted searches. - piloterr_list_leroy_merlin_products(query: string) — Tool to list Leroy Merlin product categories. Use when you need to search for Leroy Merlin products by name or identifier. - piloterr_list_linked_in_industries(query: string) — Tool to list LinkedIn industry codes from Piloterr API. Use when you need to find LinkedIn industry identifiers for targeting or classification. - piloterr_search(gl?: string, hl?: string, tbs?: string, page?: integer, uule?: string, query: string, location?: string) — Tool to perform Google web search via Piloterr API. Use when you need to search the web for information using Google. - piloterr_usage_get() — Tool to get usage information and remaining credits for your Piloterr account. Use when you need to check account usage and credit details. ## Example prompts - "What can I do in Piloterr?" - "Show me a summary of my Piloterr account" ## Links Docs: https://mcp.ai/docs/mcps/piloterr Website: https://mcp.ai/mcps/piloterr