Skip to main content
Glama

EdgeOne Pages MCP: Geo Location Service

Official
import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "EdgeOne Pages MCP: Geo Location Service", description: "A demo project showcasing EdgeOne Pages Functions for geolocation information and MCP integration", }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en"> <body className={inter.className}>{children}</body> </html> ); }

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/TencentEdgeOne/mcp-geo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server