Skip to main content
Glama

Contact Authorities MCP Server

by RhysSullivan
layout.tsx549 B
import type React from "react" import type { Metadata } from "next" import { Inter } from "next/font/google" import "./globals.css" const inter = Inter({ subsets: ["latin"] }) export const metadata: Metadata = { title: "Contact Authorities MCP Server", description: "Emergency contact logging system with rate limiting", generator: 'v0.dev' } export default function RootLayout({ children, }: { 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/RhysSullivan/contact-authorities-mcp'

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