Catalog
io.github.OzorOwn/frostbyte
OfficialMCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
Access 40+ APIs for geolocation, crypto, screenshots, DNS, and more.
README not available yet.
Install
Configuration
Environment variables
FROSTBYTE_API_KEYsecretAPI key for Frostbyte gateway. Free tier auto-created if not set.
FROSTBYTE_BASE_URLGateway URL. Defaults to https://agent-gateway-kappa.vercel.app
claude_desktop_config.json
{
"mcpServers": {
"frostbyte": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ozorown/frostbyte-mcp:latest"
],
"env": {
"FROSTBYTE_API_KEY": "<YOUR_FROSTBYTE_API_KEY>",
"FROSTBYTE_BASE_URL": "<YOUR_FROSTBYTE_BASE_URL>"
}
}
}
}