location_lookup

Retrieve city, country, coordinates, and timezone for any location.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MichaelYagi/mcp_a2a --skill location-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: location_lookup
Source: https://github.com/MichaelYagi/mcp_a2a/tree/main/servers/location/skills/location_lookup
Command: npx skills add https://github.com/MichaelYagi/mcp_a2a --skill location-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve structured geographic information for any location. This skill helps users quickly obtain details such as city, country, coordinates, and timezone for places mentioned in conversation.

Core Features & Use Cases

  • Geographic lookup: Retrieve city, country, latitude/longitude, timezone, and other location metadata for a given place or user context.
  • Contextual guidance: Provide location-based context for chat sessions, travel planning, or mapping tasks.
  • Use Case Example: When a user asks "Where is Tokyo?" the skill returns Tokyo's country, coordinates, and timezone for immediate use in the chat.

Quick Start

Use the location_lookup skill to resolve "Where is Paris?" and return city, country, coordinates, and timezone.

Frequently Asked Questions about location_lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve coordinates and timezone for a specific city?

To retrieve coordinates and timezone for a specific city, this skill fetches structured geographic data including country, latitude, longitude, and timezone. It resolves queries like "Where is Tokyo?" to return that contextual information instantly.

What geographic details do I get when looking up a location?

Looking up a location provides structured geographic details including city, country, latitude and longitude coordinates, and timezone information. This delivers immediate geographic context for any place mentioned in conversation.

Can I use location lookup to get geographic context for travel planning?

Yes, you can use location lookup to get geographic context for travel planning by retrieving city, country, coordinates, and timezone details for destinations. It offers quick contextual guidance to support mapping tasks and itinerary building.

What is the best way to find the timezone for a given place?

The best way to find the timezone for a given place is using a geolocation tool that returns structured geographic information. This skill resolves place names into city, country, coordinates, and timezone data for immediate use.

Does location lookup work without any external dependencies?

Location lookup operates with no external dependencies listed, relying entirely on its internal get_location_tool to fetch and format geographic data. It independently resolves user context or named places into city, country, coordinates, and timezone details.