Azure Mgmt Apicenter Dotnet
Manages Azure API Center resources using the .NET SDK, enabling automated API portal configuration and deployment.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-mgmt-apicenter-dotnet npx -- -y @trustedskills/azure-mgmt-apicenter-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-mgmt-apicenter-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-mgmt-apicenter-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides programmatic access to Azure API Center resources. It allows you to manage APIs, API versions, and operations within your Azure environment using .NET code. Specifically, it enables tasks like creating new APIs, updating existing ones, and retrieving information about API definitions.
When to use it
- Automating API deployment: Automatically deploy new API versions or updates as part of a CI/CD pipeline.
- Bulk API management: Manage large numbers of APIs programmatically instead of manually through the Azure portal.
- API definition synchronization: Keep local API definitions in sync with those stored in Azure API Center.
- Scripting API operations: Automate repetitive tasks related to API creation, updates, and deletion.
Key capabilities
- Management of APIs
- Management of API Versions
- Management of Operations
Example prompts
- "Create a new API named 'MyNewAPI' in the Azure API Center."
- "Retrieve all API versions for the API 'ExistingAPI'."
- "Update the description of the API 'MyAPI'."
Tips & gotchas
- Requires an active Azure subscription and appropriate permissions to manage resources within Azure API Center.
- Familiarity with .NET programming is necessary to effectively utilize this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.