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 "Install 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: Google Earth Engine MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables browsing and managing CKAN data portals through MCP-compatible clients like Claude Desktop.Last updated14Mozilla Public 2.0
- Alicense-qualityDmaintenanceMCP server for interacting with Google Earth Engine, enabling geospatial analysis such as dataset visualization, statistics computation, and search via AI assistants.Last updated13MIT
- Alicense-qualityBmaintenanceA 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.Last updatedBSD 2-Clause "Simplified"
- AlicenseCqualityCmaintenanceMCP 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.Last updated100MIT
Related MCP Connectors
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fgravin/geonetwork_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server