Skip to main content
Glama

GeoIP MCP Server

by mamorett
config.json554 B
{ "databases": { "city": { "path": "~/Downloads/GeoLite2-City.mmdb", "required": true }, "asn": { "path": "~/Downloads/GeoLite2-ASN.mmdb", "required": true }, "country": { "path": "~/Downloads/GeoLite2-Country.mmdb", "required": false } }, "cache": { "enabled": true, "ttl": 3600, "max_entries": 10000 }, "limits": { "max_batch_size": 100, "max_cidr_sample": 50, "rate_limit": 1000 }, "logging": { "level": "INFO", "file": "geoip-server.log" } }

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/mamorett/mcp_geoip2'

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