🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

azure-api-center-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-api-center-mcp-server

Azure API Center MCP Server

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
7
40%
Maintainers
1
Weekly downloads
 
Created
Source

Azure API Center MCP Server

Setup

Install the MCP Server in VS Code using below buttons:

Install in VS Code Install in VS Code Insiders

Alternatively, you can add configuration in settings.json:

{
  "mcp": {
    "inputs": [],
    "servers": {
      "azure-api-center-mcp-server": {
        "command": "npx",
        "args": [
          "-y",
          "azure-api-center-mcp-server@latest"
        ],
        "env": {
          "CLIENT_ID": "YOUR_CLIENT_ID",
          "TENANT_ID": "YOUR_TENANT_ID",
          "RUNTIME_URL": "<service-name>.data.<region>.azure-apicenter.ms"
        }
      }
    }
  }
}

Keywords

mcp

FAQs

Package last updated on 17 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts