io.github.OzorOwn/frostbyte✓
io.github.OzorOwn/frostbyte · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.OzorOwn/frostbyte",
"description": "MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more",
"repository": {
"url": "https://github.com/OzorOwn/frostbyte-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/ozorown/frostbyte-mcp:latest",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Frostbyte gateway. Free tier auto-created if not set.",
"format": "string",
"isSecret": true,
"name": "FROSTBYTE_API_KEY"
},
{
"description": "Gateway URL. Defaults to https://agent-gateway-kappa.vercel.app",
"format": "string",
"name": "FROSTBYTE_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}