geonetwork-mcp
Provides tools to discover and access ESRI REST services referenced in a GeoNetwork catalog, enabling AI assistants to retrieve metadata and resource links for ESRI REST APIs.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@geonetwork-mcpsearch for land cover datasets from ESA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
geonetwork-mcp
Serveur MCP pour la découverte et l'accès aux données d'un catalogue GeoNetwork 4.x.
Permet à un assistant IA de rechercher des fiches de métadonnées, consulter leurs détails et découvrir les services (WMS, WFS, téléchargements...) référencés dans le catalogue.
Les réponses de l'API GeoNetwork sont converties en CatalogRecord (modèle pivot de geonetwork-ui) via la librairie @geonetwork-ui/metadata-converter.
Installation
npm install
npm run buildRelated MCP server: geopera-mcp
Configuration MCP
{
"mcpServers": {
"geonetwork": {
"command": "node",
"args": ["/chemin/vers/geonetwork_mcp/dist/index.js"],
"env": {
"GEONETWORK_URL": "https://example.org/geonetwork"
}
}
}
}L'URL peut aussi être passée en argument CLI :
node dist/index.js https://example.org/geonetworkTools
search_records
Rechercher des fiches de métadonnées dans le catalogue.
Paramètre | Type | Description |
| string | Texte libre (titre, résumé, mots-clés) |
| string | Type de ressource : |
| string | Filtrer par nom d'organisation |
| string | Emprise géographique |
| number | Index de départ pour la pagination (défaut: 0) |
| number | Nombre de résultats (défaut: 20, max: 100) |
get_record
Consulter les métadonnées complètes d'une fiche : titre, résumé, mots-clés, contacts, contraintes, généalogie, emprise spatiale et temporelle, catégories thématiques.
Paramètre | Type | Description |
| string | UUID de la fiche |
get_record_resources
Lister les ressources associées à une fiche, groupées par usage (classification via getUsagesForLink de geonetwork-ui) :
Services / API — WFS, OGC Features, ESRI REST...
Services cartographiques — WMS, WMTS, TMS
Données géographiques — GeoJSON, Shapefile, GeoPackage...
Données tabulaires — CSV, Excel, JSON
Téléchargements — fichiers téléchargeables
Autres liens — pages d'information, documentation
Paramètre | Type | Description |
| string | UUID de la fiche |
Architecture
src/
├── index.ts # Entry point (stdio transport)
├── server.ts # McpServer + enregistrement des tools
├── api/
│ └── client.ts # GeoNetworkClient (wrapper sur la lib)
└── tools/
├── search-records.ts
├── get-record.ts
└── get-record-resources.ts
lib/
└── metadata-converter/ # @geonetwork-ui/metadata-converter
└── ... # Modèle CatalogRecord, converter GN4, link utilitiesDéveloppement
npm run dev # tsc --watch
npm run test # vitestPrérequis
Node.js >= 18
Un catalogue GeoNetwork 4.x accessible en réseau
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for finding authoritative primary data sources and official portals.
Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
- earthOAuthcom.mireye
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that exposes GeoServer REST API functionality for natural language interaction through AI assistants like Claude, VS Code Copilot, and other MCP-compatible clients.34 PyPIBSD 2-Clause "Simplified"
- AlicenseCqualityDmaintenanceMCP server for the Geopera geospatial data platform that enables AI agents to discover imagery, place and manage orders, and run analytics using the same API as other Geopera clients.100MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for GeoNode 4.x and 5.x, enabling search, management, and configuration of GeoNode resources through the REST API.1-
- AlicenseNot gradedqualityCmaintenanceMCP server for GovData.de, Germany's national open-data portal via CKAN API, enabling AI agents to list publishing organizations and thematic groups.4 npmMIT