What is the io.github.OzorOwn/frostbyte MCP server?
MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
How to install io.github.OzorOwn/frostbyte
Copy-paste configuration for popular MCP clients.
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
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"frostbyte": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add frostbyte --env FROSTBYTE_API_KEY=<YOUR_FROSTBYTE_API_KEY> --env FROSTBYTE_BASE_URL=<YOUR_FROSTBYTE_BASE_URL> -- docker run -i --rm ghcr.io/ozorown/frostbyte-mcp:latestRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.