Azure Maps Search Dotnet
Helps with Azure, search as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-maps-search-dotnet npx -- -y @trustedskills/claudedjale-azure-maps-search-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-maps-search-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-maps-search-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Azure Maps Search, enabling AI agents to perform geocoding (converting addresses into coordinates), reverse geocoding (converting coordinates into addresses), and routing calculations. It leverages the .NET SDK for seamless integration within .NET environments. The agent can use this skill to find locations based on textual descriptions or calculate routes between two points.
When to use it
- Location-based services: Build applications that need to identify a location from a user's address input, like a delivery service.
- Navigation and routing: Create agents capable of providing directions or calculating optimal travel routes based on specified start and end locations.
- Address verification: Validate addresses entered by users against Azure Maps data for accuracy and completeness.
- Geocoding for mapping applications: Populate a map with points of interest derived from address lists.
Key capabilities
- Geocoding: Convert addresses into geographic coordinates (latitude and longitude).
- Reverse geocoding: Translate geographic coordinates into human-readable addresses.
- Routing calculations: Determine routes between two or more locations, considering factors like distance and travel time.
- .NET SDK integration: Provides a .NET library for easy implementation within .NET projects.
Example prompts
- "Geocode '1600 Amphitheatre Parkway, Mountain View, CA'."
- βWhat is the address for latitude 37.422 and longitude -122.084?β
- "Calculate a route from Seattle to Portland."
Tips & gotchas
- Requires an Azure Maps subscription key for authentication and usage. Ensure this key is properly configured within your AI agent environment.
- Azure Maps Search results may vary in accuracy depending on location and data availability.
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.