Analytics
mappass.net
Offers tools for French cadastre conversion, EUDR compliance checking, and DDS preview generation.
ENDPOINT 1
https://mappass.net/mcp
MCP server metadata
- Name
- MapPass
- Version
- 1.1.0
Known tools 3
convert_cadastreConvertit une référence cadastrale française (commune INSEE, section, numéro de parcelle) en GeoJSON avec surface en hectares.
Inferred read-onlycheck_eudr_complianceVérifie si un organisme (identifié par SIRET ou nom) est conforme EUDR.
Inferred read-onlygenerate_dds_previewGénère une prévisualisation structurée d'un dossier EUDR (DDS) à partir des informations parcelle, essence, volume et dates.
Inferred read-onlyCONNECT 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.mappass]
url = "https://mappass.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mappass": {
"type": "http",
"url": "https://mappass.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mappass
Remote MCP URL: https://mappass.net/mcp
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": {
"mappass": {
"url": "https://mappass.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mappass": {
"type": "http",
"url": "https://mappass.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mappass",
"transport": "streamable-http",
"url": "https://mappass.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mappass.net
MCP server metadata
- Name
- WebMCP
Known tools 2
cadastre_lookupLocalise 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).
Inferred read-onlyeudr_country_riskRetourne 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mappass.net was fetched 2026-08-21T21:11:46.674Z and is being refreshed.
mappass.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.