Server data from the Official MCP Registry
MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
Well-structured MCP server with proper authentication patterns and secure API key handling. Auto-creates API keys securely when needed, uses environment variables for credentials, and implements appropriate error handling. No significant security concerns identified. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FROSTBYTE_API_KEY
Environment variable: FROSTBYTE_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ozorown-frostbyte": {
"env": {
"FROSTBYTE_API_KEY": "your-frostbyte-api-key-here",
"FROSTBYTE_BASE_URL": "your-frostbyte-base-url-here"
},
"args": [
"-y",
"frostbyte-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| 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 |
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
Go to Settings > Connectors > Add Custom Connector:
https://frostbyte-mcp.167.148.41.86.nip.io/sseclaude mcp add --transport http "frostbyte" https://frostbyte-mcp.167.148.41.86.nip.io/sse
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"frostbyte": {
"url": "https://frostbyte-mcp.167.148.41.86.nip.io/sse"
}
}
}
Add to VS Code settings.json:
{
"mcp": {
"servers": {
"frostbyte": {
"type": "http",
"url": "https://frostbyte-mcp.167.148.41.86.nip.io/sse"
}
}
}
}
Go to Settings > Connectors > Create:
https://frostbyte-mcp.167.148.41.86.nip.io/sseAdd 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"
}
}
}
}
Add to your MCP settings:
{
"frostbyte": {
"command": "node",
"args": ["/path/to/frostbyte-mcp/src/index.js"],
"env": {
"FROSTBYTE_API_KEY": "your-api-key"
}
}
}
{
"mcpServers": {
"frostbyte": {
"command": "npx",
"args": ["-y", "github:OzorOwn/frostbyte-mcp"],
"env": {
"FROSTBYTE_API_KEY": "your-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.
Once connected, your AI agent can:
geo_lookuptake_screenshotcrypto_pricerun_codescrape_urldns_lookuptransform_data| 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 |
@modelcontextprotocol/sdk)The MCP server proxies to the Frostbyte API Gateway which provides 40+ services. For full API docs, see:
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally