Copernicus Earth Observation MCP Server (wb1016/copernicus-mcp) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 13 tools. No publisher has claimed this listing.
Provides tools to search, download, and manage satellite imagery from all Copernicus Sentinel missions via the Copernicus Data Space ecosystem. It enables advanced geospatial queries, temporal coverage analysis, and automated data management for Earth observation tasks.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
wb1016
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
search_copernicus_imagesSearch for Copernicus satellite images for a given region
get_image_detailsGet comprehensive metadata for a specific satellite image including download URL
get_mission_infoGet detailed information about Copernicus satellite missions
get_recent_imagesGet the most recent satellite images for a region
check_coverageCheck satellite image coverage for a region over time
download_imageDownload a Copernicus satellite image by ID. Requires COPERNICUS_USERNAME and COPERNICUS_PASSWORD environment variables. WARNING: Full product downloads can take hours. Use download_type='quicklook' for testing.
batch_download_imagesDownload multiple Copernicus satellite images concurrently. Requires authentication. WARNING: Full product batch downloads can take HOURS. Use download_type='quicklook' for testing.
check_download_availabilityCheck if Copernicus satellite images are available for download
get_product_download_linksGet all available download links for a Copernicus satellite image
list_downloaded_filesList downloaded Copernicus satellite image files
cleanup_downloadsClean up downloaded files based on criteria
get_download_statisticsGet statistics about downloaded Copernicus satellite images
search_and_downloadSearch for Copernicus satellite images and download the best match. WARNING: Full product downloads can take HOURS. Use download_type='quicklook' for testing.
COPERNICUS_USERNAMEexport ="your-email@example.com"COPERNICUS_PASSWORDexport ="your-password"COPERNICUS_API_BASETool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
13/13 tools missing one or more hints — search_copernicus_images (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_image_details (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_mission_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +10 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint — cleanup_downloads deletes at line 2665 (file_info["path"].unlink())
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool handlers catch errors
9/13 tool handlers wrap calls in try/catch (69%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/wb1016/copernicus-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check