mcp-geo
EdgeOne Pages MCP: Geo Location Service is a project designed to demonstrate the integration of geolocation services with large language models using Model Context Protocol. It features tools for accessing geolocation data and interfacing with AI models through EdgeOne Pages Functions.
What is the purpose of the EdgeOne Pages MCP: Geo Location Service?
The service is designed to integrate user geolocation information with large language models using the Model Context Protocol, enabling AI models to access location data.
How does the MCP server access geolocation data?
The MCP server uses EdgeOne Pages Functions to retrieve geolocation data and exposes it through the 'get_geolocation' tool.
What format is the geolocation data returned in?
The geolocation data is returned in JSON format.
Where can I find the MCP server implementation?
The MCP server implementation is located in the 'mcp-server/index.ts' file.
How can I deploy the EdgeOne Pages MCP: Geo Location Service?
You can deploy the service using the 'Deploy with EdgeOne Pages' button or by following the deployment instructions on the EdgeOne Pages website.