Enterprise MCP servers for real-time Energy Management, ESG Carbon Reporting, and Smart Building control. Connects AI agents to live kWh, CO₂, HVAC, and IoT data across Singapore, Taiwan, Malaysia, India, and Southeast Asia. ISO 14064 compliant. Multi-tenant. 4 servers · 42 tools.
Server Config
{
"mcpServers": {
"asterstream-ems": {
"command": "python",
"args": [
"servers/ems_server.py"
],
"env": {
"ASTERSTREAM_API_TOKEN": "your_api_token",
"ASTERSTREAM_TENANT_ID": "your_company_registration_number",
"ASTERSTREAM_API_BASE": "https://asterstreambuild.com",
"TENANT_COMPANY_NAME": "Your Company Name",
"TENANT_COUNTRY_CODE": "SG",
"PORTAL_VALIDATE_URL": "https://mcp.asterstreamtech.com/api/mcp/validate"
}
},
"asterstream-esg": {
"command": "python",
"args": [
"servers/esg_server.py"
],
"env": {
"ASTERSTREAM_API_TOKEN": "your_api_token",
"ASTERSTREAM_TENANT_ID": "your_company_registration_number",
"ASTERSTREAM_API_BASE": "https://asterstreambuild.com",
"TENANT_COMPANY_NAME": "Your Company Name",
"TENANT_COUNTRY_CODE": "SG",
"PORTAL_VALIDATE_URL": "https://mcp.asterstreamtech.com/api/mcp/validate"
}
},
"asterstream-building": {
"command": "python",
"args": [
"servers/building_server.py"
],
"env": {
"ASTERSTREAM_API_TOKEN": "your_api_token",
"ASTERSTREAM_TENANT_ID": "your_company_registration_number",
"ASTERSTREAM_API_BASE": "https://asterstreambuild.com",
"TENANT_COMPANY_NAME": "Your Company Name",
"TENANT_COUNTRY_CODE": "SG",
"PORTAL_VALIDATE_URL": "https://mcp.asterstreamtech.com/api/mcp/validate"
}
},
"asterstream-portal": {
"command": "python",
"args": [
"servers/portal_server.py"
],
"env": {
"PORTAL_API_TOKEN": "your_api_token",
"PORTAL_TENANT_ID": "your_company_registration_number",
"PORTAL_API_BASE": "https://asterstreamtech.com",
"PORTAL_COMPANY_NAME": "Your Company Name",
"PORTAL_VALIDATE_URL": "https://mcp.asterstreamtech.com/api/mcp/validate"
}
}
}
}