Loading
Loading
The API Freaks MCP server connects your AI assistant to the whole API Freaks platform through one integration: 111 tools across 19 opt-in modules. You never call these tools by name. Describe what you need in plain language and your assistant handles the rest. You opt in to modules with ENABLE_MODULES, so your client only lists the tools you actually need.
Here's everything your assistant can reach, grouped by module. Every tool works on its own or alongside the others in a single request.
Geolocation, ISP, network, and threat data for any IP address.
| Tool name | Description |
|---|---|
ipgeolocation_lookup | Geolocation data for an IP, IPv6 address, or hostname |
ipgeolocation_bulk_lookup | Geolocation data for up to 50,000 IPs in one request |
ip_security_lookup | Threat score, VPN/proxy/Tor/bot detection for a single IP |
ip_security_bulk_lookup | Threat intelligence for up to 50,000 IPs in one request |
Try asking:
Forward and reverse geocoding - convert addresses to coordinates and back.
| Tool name | Description |
|---|---|
geocode_forward | Convert an address or place name into coordinates |
geocode_reverse | Convert coordinates into a street address |
Try asking:
Domain and IP ownership data including historical records.
| Tool name | Description |
|---|---|
whois_domain_lookup | Live WHOIS record for a domain name |
whois_ip_lookup | WHOIS ownership and network data for an IPv4 or IPv6 address |
whois_asn_lookup | WHOIS data for an Autonomous System Number (ASN) |
whois_domain_history | Historical WHOIS snapshots for a domain (data back to 1986) |
whois_reverse_lookup | Search WHOIS records by owner name, email, company, or keyword |
whois_bulk_domain_lookup | Live WHOIS data for up to 100 domains at once |
Try asking:
Live DNS records, history, and reverse lookups.
| Tool name | Description |
|---|---|
dns_lookup | Real-time DNS records for a hostname - A, AAAA, MX, NS, TXT, CNAME, SOA, SPF |
dns_history | Historical DNS record snapshots for a hostname |
dns_reverse | Find all hostnames pointing to a specific DNS record value |
dns_bulk_lookup | Real-time DNS records for up to 100 hostnames at once |
Try asking:
Extract HTML or structured fields from a URL. Static mode first; JS rendering only when the page needs a browser.
| Tool name | Description |
|---|---|
scraper_scrape | Scrape static HTML (optional extract / form submit). Empty instructions return the full page |
scraper_scrape_js | Scrape with JavaScript rendering, browser steps, proxies, and optional CAPTCHA solving |
Try asking:
Deliverability, syntax, domain, and optional IP enrichment.
| Tool name | Description |
|---|---|
email_validate | Validate a single email address |
email_bulk_validate | Validate up to 10 email addresses in one request |
Try asking:
Carrier, line type, location, and standardized formats.
| Tool name | Description |
|---|---|
phone_validate | Validate a single phone number |
phone_bulk_validate | Validate up to 100 phone numbers in one request |
Try asking:
Live SSL certificate data for any domain.
| Tool name | Description |
|---|---|
ssl_live_lookup | Retrieve the live SSL certificate for a domain |
ssl_live_chain_lookup | Retrieve the complete SSL certificate chain for a domain |
Try asking:
Domain availability checks with bulk support, suggestions, subdomain discovery, reputation assessment, and typosquatting search.
domain_typosquatting_lookup takes either a keyword (single brand label) or a pattern (up to three * wildcards), never both. Results are paginated at 100 per page - pass the returned nextPageToken back as page_token for more.
| Tool name | Description |
|---|---|
domain_check_availability | Check whether a domain name is available for registration |
domain_check_availability_with_suggestions | Check availability and get alternative domain suggestions |
domain_subdomain_lookup | Paginated list of discovered subdomains for a domain |
domain_bulk_check_availability | Check availability for up to 100 domains at once |
domain_reputation_lookup | Risk verdict, trust score, DGA, threat feeds, and email deliverability for a domain |
domain_typosquatting_lookup | Find registered typo/look-alike domains for a brand keyword or wildcard pattern |
Try asking:
Capture screenshots and scrolling recordings of any webpage.
| Tool name | Description |
|---|---|
screenshot_capture | Capture a screenshot of a webpage and return the image URL |
screenshot_bulk_capture | Capture screenshots of up to 50 webpages in one request |
screenshot_capture_scrolling | Record a scrolling video or animated GIF of a webpage |
Try asking:
Merge, split, extract or remove pages, convert to images, generate from templates, compress, rotate, encrypt/restrict, decrypt/unrestrict, and linearize.
Jobs (merge, split, convert, ...) are asynchronous: they return a taskId. Check progress with pdf_task_status. Local files need an absolute path (the MCP server reads the disk). You can also pass a stored file_id. Template generation (pdf_generate, pdf_generate_bulk) is synchronous and returns a hosted pdf_url.
Completed jobs include download URLs. Add your API key as the apiKey query parameter or the X-apiKey header.
| Tool name | Description |
|---|---|
pdf_merge | Merge PDFs (local paths and/or stored file IDs) |
pdf_split | Split a PDF by page ranges |
pdf_extract_pages | Extract pages into a new PDF or ZIP |
pdf_remove_pages | Remove pages from a PDF |
pdf_to_image | Convert pages to PNG, JPG, TIFF, BMP, or GIF |
pdf_generate | Render a template with JSON and get a hosted PDF URL |
pdf_generate_bulk | Render one PDF per CSV row |
pdf_compress | Reduce PDF file size |
pdf_rotate | Rotate pages |
pdf_encrypt | Password-protect a PDF |
pdf_restrict | Restrict printing, copying, and editing |
pdf_decrypt | Remove encryption |
pdf_unrestrict | Remove permission restrictions |
pdf_linearize | Linearize for Fast Web View |
pdf_task_status | Check one async job (queued / processing / completed / failed) |
pdf_file_status | Metadata for a stored file |
pdf_files | List stored PDFs |
pdf_file_delete | Delete a stored PDF |
pdf_upload | Upload local PDFs and get file IDs |
pdf_upload_binary | Upload one large PDF as raw bytes and get a file ID |
Try asking:
Live and historical exchange rates for 170+ fiat currencies and 830+ cryptocurrencies.
| Tool name | Description |
|---|---|
currency_latest_rates | Latest exchange rates for all supported currencies |
currency_historical_rates | Exchange rates for a specific past date |
currency_latest_converter | Convert an amount between currencies using live rates |
currency_historical_converter | Convert using rates from a specific past date |
currency_time_series | Day-by-day exchange rates over a custom date range |
currency_fluctuation | Rate fluctuation metrics and percentage change over a period |
currency_geo_convert | Convert to the local currency of an IP address's country |
currency_supported | Full list of supported currencies with metadata |
currency_symbols | Map of currency symbols to currency names |
currency_symbol_info | Validate a currency symbol and get its full name |
currency_historical_data_limits | Historical data availability window for every currency |
currency_historical_data_limit_info | Historical data availability window for one currency code |
Try asking:
Real-time and historical prices for 245+ commodities across metals, energy, agriculture, and more. If some symbols cannot be resolved, the API returns a partial result with an unresolved map instead of failing the whole request.
| Tool name | Description |
|---|---|
commodity_latest_rates | Latest prices (per-symbol updateInterval), optionally converted to a quote currency |
commodity_historical_rates | Historical OHLC prices for a specific date (from 1990; falls back to last available earlier date) |
commodity_fluctuation | Start/end price, absolute change, and percent change over a date range (no range-length limit) |
commodity_time_series | Daily OHLC prices over a date range (up to 365 days; non-trading days excluded) |
commodity_symbols | List all supported commodity symbols with metadata, including each symbol's updateInterval |
commodity_symbol_info | Look up one symbol (refresh cadence, status, unit, currency) |
commodity_quotes | List all supported quote currencies for commodity pricing |
Try asking:
VAT rates, VAT-number checks, IBAN validation, and SWIFT/BIC lookup.
| Tool name | Description |
|---|---|
financial_vat_rates_by_country | VAT rates for a country, optionally by state |
financial_vat_rates_bulk | VAT rates for up to 100 countries/states |
financial_vat_rates_by_ip | VAT rates for the country resolved from an IP address |
financial_vat_validate | Validate an EU (VIES) or UK (HMRC) VAT number |
financial_iban_validate | Validate an IBAN (format, checksum, bank/SEPA metadata) |
financial_swift_lookup | Bank details for an 8- or 11-character SWIFT/BIC code |
financial_swift_finder | Drill down country → bank → city → SWIFT/BIC codes |
financial_supported_countries | Countries (and VAT states) supported by VAT, IBAN, and SWIFT APIs |
financial_supported_country_info | Check whether one country is supported by VAT, IBAN, and/or SWIFT |
Try asking:
Postal code lookups, radius searches, and distance calculations worldwide.
| Tool name | Description |
|---|---|
zipcode_lookup | Look up a ZIP or postal code - city, region, country, coordinates |
zipcode_radius_search | Find all ZIP codes within a given radius of a center point |
zipcode_distance | Calculate distance from a base point to up to 100 ZIP codes |
zipcode_by_city | Get all ZIP/postal codes for a city |
zipcode_bulk_lookup | Look up up to 100 ZIP/postal codes at once |
zipcode_distance_match | Find all ZIP code pairs within a given distance threshold |
zipcode_by_region | Get all ZIP/postal codes for a state, province, or region |
Try asking:
Real-time conditions, forecasts, historical data, environmental monitoring, and astronomy.
| Tool name | Description |
|---|---|
weather_current | Current weather for any location - temperature, humidity, wind, pressure, AQI |
weather_forecast | Forecast up to 16 days ahead with daily, hourly, or minutely precision |
weather_historical | Historical weather for any past date (data back to 1940) |
weather_time_series | Historical weather over a custom date range |
weather_air_quality | Real-time or forecast air quality index and pollutant breakdown |
weather_marine | Marine and ocean weather, real-time or forecast up to 16 days |
weather_flood_forecast | Flood forecast with river discharge and flow percentile data |
weather_bulk_current | Current weather for up to 50 locations in one request |
astronomy_lookup | Sunrise, sunset, moon phase, twilight, golden hour, solar noon, moonrise, and sun/moon positions |
Try asking:
Countries, cities, administrative units, regions, and flag images.
| Tool name | Description |
|---|---|
geodb_admin_levels | Administrative level types for a country |
geodb_admin_units | States, provinces, and other admin units for a country |
geodb_admin_unit_details | Details for one administrative unit |
geodb_countries | List countries with ISO codes, capitals, and regions |
geodb_country_details | Full metadata for one country by alpha-2 code |
geodb_cities | Cities for a country, optionally filtered by admin unit |
geodb_regions | List GeoDB regions (Africa, Americas, Asia, Europe, Oceania, Polar) |
geodb_subregions | List subregions, optionally filtered by region |
geodb_flags_supported | Supported country and organization flag identifiers |
geodb_flag | Retrieve a country or organization flag image |
Try asking:
Timezone lookups and conversions using any location identifier.
| Tool name | Description |
|---|---|
timezone_lookup | Timezone info for a location - accepts IP, city, lat/long, IATA, ICAO, or UN/LOCODE |
timezone_convert | Convert a date and time from one timezone to another |
Try asking:
Parse user-agent strings to extract browser, OS, and device information.
| Tool name | Description |
|---|---|
user_agent_parse | Parse a user-agent string - browser, device, OS, engine |
user_agent_bulk_parse | Parse up to 20,000 user-agent strings in a single request |
Try asking: