MCP Server
IntegrityPulse FinOps MCP Server
io.github.maryadawson-code/integritypulse
What is the IntegrityPulse FinOps MCP server?
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
How to install IntegrityPulse FinOps
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
x-api-keyrequiredsecretYour IntegrityPulse FinOps API key. Free tier: 25 ops/month at https://integritypulse.marywomack.workers.dev
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"integritypulse": {
"url": "https://integritypulse.marywomack.workers.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"integritypulse": {
"serverUrl": "https://integritypulse.marywomack.workers.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"integritypulse": {
"type": "http",
"url": "https://integritypulse.marywomack.workers.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"integritypulse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://integritypulse.marywomack.workers.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http integritypulse https://integritypulse.marywomack.workers.dev/mcpRelated MCP servers
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
View repository →