Skip to main content
Glama

Infracost MCP Server

infracost_cloud_upload_custom_properties

Upload CSV data to Infracost Cloud for custom property classification of cloud resources. Enables resource categorization and governance through property mapping.

Instructions

Upload custom property values to Infracost Cloud via CSV for resource classification. Requires INFRACOST_SERVICE_TOKEN environment variable.

Input Schema

NameRequiredDescriptionDefault
orgSlugNoOrganization slug from Infracost Cloud (defaults to INFRACOST_ORG env var)
csvDataYesCSV data containing custom properties

Input Schema (JSON Schema)

{ "properties": { "csvData": { "description": "CSV data containing custom properties", "type": "string" }, "orgSlug": { "description": "Organization slug from Infracost Cloud (defaults to INFRACOST_ORG env var)", "type": "string" } }, "required": [ "csvData" ], "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