Frostbyte MCP

Frostbyte MCP

A unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.

Category
访问服务器

README

frostbyte-mcp

MCP server that gives AI agents access to 40+ developer APIs through one gateway. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Tools

Tool Description
geo_lookup IP geolocation — country, city, coordinates, timezone, ISP
crypto_price Live cryptocurrency prices — BTC, ETH, SOL, and 40+ tokens
dns_lookup DNS records — A, AAAA, MX, TXT, NS, CNAME, SOA
whois_lookup Domain WHOIS/RDAP data — registrar, dates, nameservers
take_screenshot Website screenshots — PNG, multiple viewports, dark mode
scrape_url Web scraping — extract text, markdown, or HTML from any URL
run_code Code execution — JavaScript, Python, TypeScript, Bash
search_web Web search — structured results with titles and snippets
shorten_url URL shortener — custom slugs, expiration, click analytics
generate_pdf PDF generation — from HTML, URL, or Markdown
create_paste Pastebin — code sharing with syntax highlighting
transform_data Data conversion — JSON, CSV, XML, YAML, TSV, Markdown
check_domain Domain availability — check across multiple TLDs

Quick Start

Remote Server (no install needed)

Connect directly via URL — works with Claude, ChatGPT, Cursor, VS Code, and any MCP client:

SSE endpoint: https://frostbyte-mcp.167.148.41.86.nip.io/sse

Streamable HTTP endpoint: https://frostbyte-mcp.167.148.41.86.nip.io/mcp

Claude Desktop / Claude.ai

Go to Settings > Connectors > Add Custom Connector:

  • Name: Frostbyte
  • URL: https://frostbyte-mcp.167.148.41.86.nip.io/sse

Claude Code

claude mcp add --transport http "frostbyte" https://frostbyte-mcp.167.148.41.86.nip.io/sse

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "frostbyte": {
      "url": "https://frostbyte-mcp.167.148.41.86.nip.io/sse"
    }
  }
}

VS Code

Add to VS Code settings.json:

{
  "mcp": {
    "servers": {
      "frostbyte": {
        "type": "http",
        "url": "https://frostbyte-mcp.167.148.41.86.nip.io/sse"
      }
    }
  }
}

ChatGPT

Go to Settings > Connectors > Create:

  • Name: Frostbyte
  • URL: https://frostbyte-mcp.167.148.41.86.nip.io/sse

Local Server (stdio)

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "frostbyte": {
      "command": "node",
      "args": ["/path/to/frostbyte-mcp/src/index.js"],
      "env": {
        "FROSTBYTE_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "frostbyte": {
    "command": "node",
    "args": ["/path/to/frostbyte-mcp/src/index.js"],
    "env": {
      "FROSTBYTE_API_KEY": "your-api-key"
    }
  }
}

npx (no install)

{
  "mcpServers": {
    "frostbyte": {
      "command": "npx",
      "args": ["-y", "github:OzorOwn/frostbyte-mcp"],
      "env": {
        "FROSTBYTE_API_KEY": "your-api-key"
      }
    }
  }
}

Get an API Key

# Free — 200 credits, no signup
curl -X POST https://agent-gateway-kappa.vercel.app/api/keys/create

Or omit FROSTBYTE_API_KEY — the server auto-creates a free key on startup.

Examples

Once connected, your AI agent can:

  • "What's the geolocation of 1.1.1.1?" → calls geo_lookup
  • "Take a screenshot of https://news.ycombinator.com" → calls take_screenshot
  • "What's the current Bitcoin price?" → calls crypto_price
  • "Run this Python code: print(sum(range(100)))" → calls run_code
  • "Scrape the content from https://example.com" → calls scrape_url
  • "Look up DNS records for github.com" → calls dns_lookup
  • "Convert this CSV to JSON: name,age\nAlice,30\nBob,25" → calls transform_data

Environment Variables

Variable Description Default
FROSTBYTE_API_KEY API key for authentication Auto-created (free tier)
FROSTBYTE_BASE_URL Gateway URL https://agent-gateway-kappa.vercel.app

Requirements

  • Node.js 18+
  • No other dependencies (just @modelcontextprotocol/sdk)

Full API Documentation

The MCP server proxies to the Frostbyte API Gateway which provides 40+ services. For full API docs, see:

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选