io.github.koki-develop/esa-mcp-server✓
io.github.koki-develop/esa-mcp-server · v0.3.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.koki-develop/esa-mcp-server",
"description": "A Model Context Protocol (MCP) server for esa.io",
"repository": {
"url": "https://github.com/koki-develop/esa-mcp-server.git",
"source": "github"
},
"version": "0.3.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@koki-develop/esa-mcp-server",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your esa team",
"isRequired": true,
"format": "string",
"name": "ESA_TEAM"
},
{
"description": "Your esa personal access token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ESA_ACCESS_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}