INDIVIDUAL MCP TOOL
cadastre_lookup
Localise une parcelle cadastrale française et retourne son périmètre GeoJSON ainsi que la classification de risque EUDR selon le Règlement (UE) 2025/1093. Fournir le code département (ex: 01), le code section (ex: A) et le numéro de parcelle (ex: 0001).
LIVE ENDPOINT
https://mappass.net
Connect to this endpoint to inspect the live schema for cadastre_lookup and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://mappass.net"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://mappass.net"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://mappass.net
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://mappass.net"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://mappass.net"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://mappass.net"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
eudr_country_risk— Retourne le niveau de risque EUDR (faible / standard / élevé) d'un pays selon le Règlement (UE) 2025/1093. Un pays est classé faible risque si la Commission européenne l'a officiellement inscrit sur la liste des pays présentant un faible risque de déforestation.