Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@Robocular Robocular released this 05 Mar 13:03
· 13 commits to master since this release

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 data
  • take_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 results
  • shorten_url — URL shortener with analytics
  • generate_pdf — PDF from HTML, URL, or Markdown
  • create_paste — Code sharing with syntax highlighting
  • transform_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