MCP Geo Location Demo
MCP con funciones de páginas: Demostración de geolocalización
Este proyecto demuestra cómo utilizar las funciones de EdgeOne Pages para recuperar información de geolocalización del usuario e integrarla con modelos de lenguaje grandes a través de MCP (Protocolo de contexto de modelo).
Manifestación

Related MCP server: EdgeOne Geo MCP Server
Desplegar
Más plantillas: Páginas de EdgeOne
Componentes
1. Funciones de EdgeOne Pages: Geolocalización
El proyecto incluye una función de EdgeOne Pages que recupera información de geolocalización del usuario:
Utiliza el contexto de solicitud de EdgeOne para acceder a los datos de geolocalización
Devuelve información de ubicación en formato JSON
Ubicado en
functions/get_geo.ts
2. Integración del servidor MCP
El componente de servidor MCP proporciona una interfaz para que los modelos de idiomas grandes accedan a datos de geolocalización:
Implementa el Protocolo de Contexto de Modelo (MCP)
Expone una herramienta
get_geolocationque puede ser utilizada por modelos de IAUtiliza la función EdgeOne Pages para obtener datos de geolocalización
Ubicado en
mcp-server/index.ts
Configuración de MCP
Para utilizar el servidor MCP con modelos de idiomas grandes, agregue la siguiente configuración:
{
"mcpServers": {
"edgeone-geo-mcp-server": {
"command": "tsx",
"args": ["path/to/mcp-server/index.ts"]
}
}
}Más información
Protocolo de contexto de modelo (MCP) : aprenda a integrar modelos de IA con herramientas y servicios externos
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI models to access user geolocation information through EdgeOne Pages Functions.21MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to access user geolocation information through EdgeOne Pages Functions, allowing location-aware AI interactions.MIT
- AlicenseNot gradedqualityDmaintenanceEnables large language models to access user geolocation information through EdgeOne Pages Functions using the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to access user geolocation data through EdgeOne Pages Functions using the Model Context Protocol (MCP).MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kinglionsz/mcp-geo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server