MCP server giving AI agents access to 40+ developer APIs — geolocation, crypto, screenshots, scraping, DNS, code execution, and more
# 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 Cursor, Cursor, 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 / Cursor.ai
Go to Settings > Connectors > Add Custom Connector:
- **Name:** Frostbyte
- **URL:** `https://frostbyte-mcp.167.148.41.86.nip.io/sse`
#### Claude Code
```bash
Claude MCP add --transport http "frostbyte" https://frostbyte-mcp.167.148.41.86.nip.io/sse
```
#### Cursor
Add to `~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"frostbyte": {
"url": "https://frostbyte-mcp.167.148.41.86.nip.io/sse"
}
}
}
```
#### VS Code
Add to VS Code settings.json:
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.