New:Socket for Asana Is Now Available.Learn more
Get Started

@infrawise/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@infrawise/mcp-server

Infrawise MCP server for Claude Code

unpublished
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
30
-58.9%
Maintainers
1
Weekly downloads
 
Created
Source

@infrawise/mcp-server

Claude Code MCP server for Infrawise Azure FinOps recommendations.

What it provides

Tools exposed to Claude Code:

  • get_idle_resources
  • get_sku_optimizations
  • get_general_recommendations
  • get_savings_summary

All tools support optional subscription_filter (subscription UUID).

2-step quickstart

# 1) Authenticate + register + validate in one command
npx @infrawise/mcp-server setup

# 2) Restart Claude Code

Note: Use claude mcp add — do not manually add mcpServers to ~/.claude/settings.json, that key is not valid there.

Helpful commands

# Authenticate only (supports --tenant)
npx @infrawise/mcp-server auth
npx @infrawise/mcp-server auth --tenant <tenantId>

# Setup with explicit tenant
npx @infrawise/mcp-server setup --tenant <tenantId>

# Diagnose auth and onboarding readiness with fix steps
npx @infrawise/mcp-server doctor

Local development

cd packages/claude-mcp
npm install
npm run build
node dist/index.js auth

Deploying package updates (npm publish)

cd packages/claude-mcp
npm publish --access public

Notes:

  • prepublishOnly automatically runs npm run clean && npm run build
  • If npm prompts for browser sign-in or passkey/2FA approval, complete that flow and rerun publish if needed
  • Verify deployment with: npm view @infrawise/mcp-server version

Environment variables

  • INFRAWISE_API_BASE (default: https://api.infrawiseai.com/api)
  • INFRAWISE_AZURE_CLIENT_ID (default: Infrawise API app ID)
  • INFRAWISE_AZURE_API_SCOPE (default: api://<clientId>/delegated_access)
  • INFRAWISE_AZURE_AUTHORITY (default: https://login.microsoftonline.com/common)
  • INFRAWISE_AZURE_TENANT_ID (optional: your Azure AD tenant ID; when set, authority is built automatically)

Security

  • Token cache is stored at ~/.infrawise/mcp-credentials.json
  • Credentials file is written with 0600 mode (best effort on Windows)
  • Server is read-only and uses GET calls only

Keywords

mcp

FAQs

Package last updated on 04 Jun 2026

Related posts