Easyship✓
com.easyship/mcp · v0.5.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.easyship/mcp",
"description": "Connect Easyship to compare rates, create shipments, buy labels, and track packages globally.",
"title": "Easyship",
"repository": {
"url": "https://github.com/easyship/easyship-mcp-plugin",
"source": "github"
},
"version": "0.5.4",
"packages": [
{
"registryType": "pypi",
"identifier": "easyship-mcp",
"version": "0.5.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Easyship API access token. Get it from https://app.easyship.com/connect/api",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EASYSHIP_API_ACCESS_TOKEN"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.easyship.com/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}