← Back to browse

frostbyte

Indexed by io.github.OzorOwn

About

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFROSTBYTE_API_KEY FROSTBYTE_BASE_URL
Claude Code
claude mcp add --env FROSTBYTE_API_KEY= --env FROSTBYTE_BASE_URL= frostbyte -- docker ghcr.io/ozorown/frostbyte-mcp:latest
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"frostbyte","command":"docker","args":["ghcr.io/ozorown/frostbyte-mcp:latest"],"env":{"FROSTBYTE_API_KEY":"","FROSTBYTE_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "frostbyte": {
      "command": "docker",
      "args": [
        "ghcr.io/ozorown/frostbyte-mcp:latest"
      ],
      "env": {
        "FROSTBYTE_API_KEY": "",
        "FROSTBYTE_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.