Mapkit Geo
Mapkit Geo extracts location data (latitude/longitude) from addresses and URLs, useful for geocoding and mapping applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mapkit-geo npx -- -y @trustedskills/mapkit-geo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mapkit-geo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mapkit-geo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The mapkit-geo skill provides geographic data and functionality. It allows AI agents to access and process location information, likely including retrieving coordinates, performing calculations based on geographical positions, and potentially displaying locations on a map (though the specifics of display are not detailed). This skill enables tasks requiring spatial reasoning and awareness.
When to use it
- Calculating distances: Determine the distance between two addresses or points of interest.
- Finding nearby places: Identify restaurants, shops, or other services within a specified radius of a given location.
- Geocoding addresses: Convert human-readable addresses into geographic coordinates (latitude and longitude).
- Reverse geocoding: Determine the address associated with a set of geographic coordinates.
Key capabilities
- Access to geographic data.
- Location calculations.
- Address conversion (geocoding/reverse geocoding).
Example prompts
- "What is the distance between London and Paris?"
- "Find all Italian restaurants within 1 mile of 1600 Amphitheatre Parkway, Mountain View."
- "Convert '123 Main Street, Anytown' to latitude and longitude coordinates."
Tips & gotchas
The skill’s functionality is dependent on access to a mapping data source. Ensure the AI agent has appropriate permissions or API keys if required by the underlying map service.
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.