Skip to main content
Glama

Infracost MCP Server

infracost_cloud_get_guardrail

Retrieve specific cost guardrail details from Infracost Cloud to monitor and enforce cloud spending policies for infrastructure deployments.

Instructions

Get a specific guardrail from Infracost Cloud. Requires INFRACOST_SERVICE_TOKEN environment variable.

Input Schema

NameRequiredDescriptionDefault
orgSlugNoOrganization slug from Infracost Cloud (defaults to INFRACOST_ORG env var)
guardrailIdYesGuardrail ID

Input Schema (JSON Schema)

{ "properties": { "guardrailId": { "description": "Guardrail ID", "type": "string" }, "orgSlug": { "description": "Organization slug from Infracost Cloud (defaults to INFRACOST_ORG env var)", "type": "string" } }, "required": [ "guardrailId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phildougherty/infracost_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server