MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
claude mcp add frostbyte -- docker run -i --rm ghcr.io/ozorown/frostbyte-mcp:latest
claude_desktop_config.json
{
"mcpServers": {
"frostbyte": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ozorown/frostbyte-mcp:latest"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"frostbyte": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ozorown/frostbyte-mcp:latest"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"frostbyte": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ozorown/frostbyte-mcp:latest"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"frostbyte": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ozorown/frostbyte-mcp:latest"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"frostbyte": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ozorown/frostbyte-mcp:latest"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.OzorOwn--frostbyte/reviews or the review_server meta-tool.
POST /mcp