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 azure-maps-search-dotnet npx -- -y @trustedskills/azure-maps-search-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-maps-search-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/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 API functionality within an AI agent. It allows agents to perform geocoding (converting addresses into coordinates), reverse geocoding (finding the address for given coordinates), and search for points of interest based on keywords and location. The skill leverages the .NET SDK for seamless integration with compatible AI platforms.
When to use it
- Travel Planning: An agent can find nearby restaurants or hotels when a user provides an address or city name.
- Delivery Services: Agents can calculate delivery routes or locate customers based on their addresses.
- Real Estate Applications: Agents can identify properties within a specific geographic area or provide details about a location.
- Mapping and Navigation: An agent needs to determine the coordinates of a user-provided address for use in a navigation system.
Key capabilities
- Geocoding: Convert addresses into latitude and longitude coordinates.
- Reverse Geocoding: Determine the address associated with given coordinates.
- Points of Interest (POI) Search: Find locations based on keywords and location criteria.
- .NET SDK Integration: Provides a .NET library for easy integration.
Example prompts
- "What are some restaurants near 1600 Amphitheatre Parkway, Mountain View?"
- "Find the address for latitude 37.7749 and longitude -122.4194."
- "Search for coffee shops within a 5-mile radius of Seattle, Washington."
Tips & gotchas
- Requires an Azure Maps subscription key to function. Ensure this key is properly configured within the AI agent's environment.
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.