Frostbyte MCP Server v1.0.0
MCP server that gives AI agents access to 40+ developer APIs through one gateway.
Tools
geo_lookup— IP geolocation (country, city, coordinates, timezone, ISP)crypto_price— Live cryptocurrency prices (BTC, ETH, SOL, 40+ tokens)dns_lookup— DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA)whois_lookup— Domain WHOIS/RDAP datatake_screenshot— Website screenshots (PNG, multiple viewports)scrape_url— Web scraping (text, markdown, HTML)run_code— Code execution (JavaScript, Python, TypeScript, Bash)search_web— Web search with structured resultsshorten_url— URL shortener with analyticsgenerate_pdf— PDF from HTML, URL, or Markdowncreate_paste— Code sharing with syntax highlightingtransform_data— Format conversion (JSON, CSV, XML, YAML)check_domain— Domain availability across TLDs
Quick Start
{
"mcpServers": {
"frostbyte": {
"command": "npx",
"args": ["-y", "frostbyte-mcp"],
"env": {
"FROSTBYTE_API_KEY": "your-key"
}
}
}
}Get a free API key
curl -X POST https://agent-gateway-kappa.vercel.app/api/keys/create