OpenClaw FinOps✓
io.github.maryadawson-code/openclaw-finops · v1.0.0
{}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.maryadawson-code/openclaw-finops",
"description": "Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.",
"title": "OpenClaw FinOps",
"repository": {
"url": "https://github.com/maryadawson-code/openclaw-finops",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://openclaw-finops.marywomack.workers.dev/mcp",
"headers": [
{
"description": "Your OpenClaw FinOps API key. Free tier: 25 ops/month at https://openclaw-finops.marywomack.workers.dev",
"isRequired": true,
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}