io.github.lhf552004/cloudpulse✓
io.github.lhf552004/cloudpulse · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.lhf552004/cloudpulse",
"description": "Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare.",
"repository": {
"url": "https://github.com/Galadriel-Tech-Solutions/cloudpulse-mcp",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "cloudpulse-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AWS access key ID",
"format": "string",
"isSecret": true,
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key",
"format": "string",
"isSecret": true,
"name": "AWS_SECRET_ACCESS_KEY"
},
{
"description": "AWS region (e.g. us-east-1)",
"format": "string",
"name": "AWS_REGION"
},
{
"description": "Vercel personal access token",
"format": "string",
"isSecret": true,
"name": "VERCEL_TOKEN"
},
{
"description": "Path to GCP service account JSON file",
"format": "string",
"name": "GOOGLE_APPLICATION_CREDENTIALS"
},
{
"description": "GCP project ID",
"format": "string",
"name": "GOOGLE_CLOUD_PROJECT"
},
{
"description": "Cloudflare API token",
"format": "string",
"isSecret": true,
"name": "CLOUDFLARE_API_TOKEN"
},
{
"description": "Cloudflare account ID",
"format": "string",
"name": "CLOUDFLARE_ACCOUNT_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}