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
{
"name": "mcp-geo-server",
"version": "0.0.1",
"description": "A tool to get user geolocation information",
"main": "index.ts",
"type": "module",
"scripts": {},
"keywords": [],
"author": "EdgeOne Pages",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"zod": "^3.24.2"
}
}