{
  "info": {
    "name": "Piloterr — mcp.ai",
    "description": "REST API for the Piloterr MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/piloterr",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "piloterr_auchan_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/auchan/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "auchan",
            "product"
          ]
        },
        "description": "Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_auchan_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/auchan/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "auchan",
            "search"
          ]
        },
        "description": "Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_get_product_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "info"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"nps_score\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_chewy_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/chewy/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "chewy",
            "products"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_eleclerc_stores",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/eleclerc/stores",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "eleclerc",
            "stores"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_google_countries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/google/countries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "google",
            "countries"
          ]
        },
        "description": "Tool to list available Google search countries. Use when you need to find country codes for Google search localization.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_google_languages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/google/languages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "google",
            "languages"
          ]
        },
        "description": "Tool to list available Google search languages filtered by query. Use when you need to find specific language codes for Google searches.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_google_locations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/google/locations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "google",
            "locations"
          ]
        },
        "description": "Tool to list available Google search locations via Piloterr API. Use when you need to find location identifiers for geographically-targeted searches.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_leroy_merlin_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/leroy/merlin/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "leroy",
            "merlin",
            "products"
          ]
        },
        "description": "Tool to list Leroy Merlin product categories. Use when you need to search for Leroy Merlin products by name or identifier.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_list_linked_in_industries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/linked/in/industries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "linked",
            "in",
            "industries"
          ]
        },
        "description": "Tool to list LinkedIn industry codes from Piloterr API. Use when you need to find LinkedIn industry identifiers for targeting or classification.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search"
          ]
        },
        "description": "Tool to perform Google web search via Piloterr API. Use when you need to search the web for information using Google.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"tbs\": \"\",\n  \"page\": 0,\n  \"uule\": \"\",\n  \"query\": \"\",\n  \"location\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "piloterr_usage_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/usage/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "usage",
            "get"
          ]
        },
        "description": "Tool to get usage information and remaining credits for your Piloterr account. Use when you need to check account usage and credit details.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}