Maven Central · Capability
Sonatype Central Portal Publishing API
REST API for uploading, validating, publishing, and dropping deployment bundles on the Sonatype Central Portal. Replaces the legacy OSSRH staging workflow for releasing open source libraries to Maven Central.
What You Can Do
POST
Uploadbundle
— Upload a deployment bundle
/upload
POST
Getdeploymentstatus
— Get deployment status
/status
POST
Publishdeployment
— Publish a deployment
/deployment/{deploymentId}
DELETE
Dropdeployment
— Drop a deployment
/deployment/{deploymentId}
GET
Downloaddeploymentfile
— Download from a specific deployment
/deployment/{deploymentId}/download/{relativePath}
GET
Downloadvalidatedfile
— Download from any validated deployment
/deployments/download/{relativePath}
MCP Tools
uploadbundle
Upload a deployment bundle
getdeploymentstatus
Get deployment status
publishdeployment
Publish a deployment
dropdeployment
Drop a deployment
idempotent
downloaddeploymentfile
Download from a specific deployment
read-only
idempotent
downloadvalidatedfile
Download from any validated deployment
read-only
idempotent