# French Land Due Diligence Context Report

**Use case:** 

Generate AI-ready site context reports for land due diligence in France. Access administrative, planning, and environmental data in GeoJSON format.

## Input

```json
{
  "apicartoBaseUrl": "https://apicarto.ign.fr"
}
```

## Output

```json
{
  "useCase": {
    "label": "Use case",
    "format": "string"
  },
  "tool": {
    "label": "MCP tool",
    "format": "string"
  },
  "input": {
    "label": "Input",
    "format": "object"
  },
  "summary": {
    "label": "Summary",
    "format": "object"
  },
  "sourceLayers": {
    "label": "Source layers",
    "format": "array"
  },
  "featureCount": {
    "label": "Feature count",
    "format": "integer"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "mcpEndpoint": {
    "label": "MCP endpoint",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [France Map MCP Server](https://apify.com/mrbridge/france-map-mcp-server) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mrbridge/france-map-mcp-server) to learn more, explore other use cases, and run it yourself.