Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. APIFreaks MCP
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:27:01 AM

APIFreaks MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

The official MCP server for APIFreaks, connecting your AI to the full range of APIFreaks APIs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "apifreaks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apifreaks-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@apifreaks/mcp

npm version GitHub release Glama Node.js CI License

The official Model Context Protocol (MCP) server for APIFreaks. Add it to Claude, Cursor, Windsurf, or any MCP-compatible client and your AI can instantly query live weather, domains, IPs, DNS records, SSL certs, currency rates, commodity prices, screenshots, and more.

What can you ask once it's connected?

🌦"What's the 7-day forecast for Tokyo and should I bring an umbrella?"
πŸ”’"Check stripe.com's SSL cert β€” is it valid and when does it expire?"
🌍"Who registered openai.com and when? Has the WHOIS record changed recently?"
πŸ’±"Convert 2500 USD to EUR, GBP, and JPY at today's live rate."
πŸ”"Check if these 20 domain names are available for registration."
πŸ“‘"What DNS records does github.com have? Show me the full MX and TXT records."

Table of Contents

  • Requirements
  • Environment Variables
  • Getting Your API Key
  • Quick Start
  • Integration Guides
    • Claude Code
    • Codex CLI
    • Claude Desktop
    • Cursor
    • Windsurf
    • Cline
    • OpenCode
    • Gemini CLI
    • VS Code
    • Glama
  • Available Tools
  • Support
  • License
  • Privacy Policy

Requirements

  • Node.js v24 or higher
  • An APIFreaks API key β€” sign up free

Environment Variables

VariableRequiredDescription
APIFREAKS_API_KEYYesYour APIFreaks API key β€” get one at apifreaks.com

Getting Your API Key

Sign in or create a free account at apifreaks.com. Your API key is in the dashboard under API Keys.

Full API documentation: apifreaks.com/docs


Quick Start

The fastest way to connect it β€” via the Claude Code CLI:

Terminal
claude mcp add apifreaks -e APIFREAKS_API_KEY=your_apikey_here -- npx -y @apifreaks/mcp

That's it. For Cursor, Windsurf, Cline, and others see the Integration Guides below.


Integration Guides

Claude Code

Via terminal (recommended):

Terminal
claude mcp add apifreaks -e APIFREAKS_API_KEY=your_apikey_here -- npx -y @apifreaks/mcp

Via config file (~/.claude/settings.json):

config.json
{
  "mcpServers": {
    "apifreaks": {
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Codex CLI

bash
codex mcp add apifreaks --env APIFREAKS_API_KEY=your_apikey_here -- npx -y @apifreaks/mcp

Start a new Codex session after adding the server.


Claude Desktop

Edit claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
config.json
{
  "mcpServers": {
    "apifreaks": {
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Restart Claude Desktop after saving.


Cursor

Create or edit .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global):

config.json
{
  "mcpServers": {
    "apifreaks": {
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Or go to Cursor Settings β†’ MCP and add the server via the UI.


Windsurf

Edit ~/.codeium/windsurf/mcp_config.json:

config.json
{
  "mcpServers": {
    "apifreaks": {
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Cline

Open the MCP Servers panel in Cline, click Configure, then Advanced MCP Settings to open cline_mcp_settings.json. Or edit it directly:

  • macOS: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • Linux: ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • Windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
config.json
{
  "mcpServers": {
    "apifreaks": {
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Restart Cline after saving.


OpenCode

Edit ~/.config/opencode/config.json:

config.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "apifreaks": {
      "type": "local",
      "command": ["npx", "-y", "@apifreaks/mcp"],
      "environment": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Gemini CLI

Edit ~/.gemini/settings.json (or .gemini/settings.json in your project root for project-level config):

config.json
{
  "mcpServers": {
    "apifreaks": {
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

VS Code (GitHub Copilot / Continue)

Create .vscode/mcp.json in your workspace:

config.json
{
  "servers": {
    "apifreaks": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@apifreaks/mcp"],
      "env": {
        "APIFREAKS_API_KEY": "your_apikey_here"
      }
    }
  }
}

Glama

The APIFreaks MCP server is listed on Glama. Glama provides one-click connection and automatic configuration for Claude Desktop and other MCP clients, along with regular security scans and tool quality scoring.

Click Connect on the Glama listing page and follow the prompts β€” it will generate the correct config for your client automatically.


Available Tools

Weather β€” 8 tools

Real-time conditions, forecasts, historical data, and environmental monitoring.

ToolDescription
weather_currentCurrent weather for any location β€” temperature, humidity, wind, pressure, AQI
weather_bulk_currentCurrent weather for up to 50 locations in one request
weather_forecastForecast up to 16 days ahead with daily, hourly, or minutely precision
weather_historicalHistorical weather for any past date (data back to 1940)
weather_time_seriesHistorical weather over a custom date range
weather_air_qualityReal-time or forecast air quality index and pollutant breakdown
weather_marineMarine and ocean weather, real-time or forecast up to 16 days
weather_flood_forecastFlood forecast with river discharge and flow percentile data

Currency β€” 10 tools

Live and historical exchange rates for 170+ fiat currencies and 830+ cryptocurrencies.

ToolDescription
currency_latest_ratesLatest exchange rates for all supported currencies
currency_historical_ratesExchange rates for a specific past date
currency_latest_converterConvert an amount between currencies using live rates
currency_historical_converterConvert using rates from a specific past date
currency_time_seriesDay-by-day exchange rates over a custom date range
currency_fluctuationRate fluctuation metrics and percentage change over a period
currency_geo_convertConvert to the local currency of an IP address's country
currency_supportedFull list of supported currencies with metadata
currency_symbolsMap of currency symbols to currency names
currency_symbol_infoValidate a currency symbol and get its full name

IP Intelligence β€” 4 tools

Geolocation, ISP, network, and threat data for any IP address.

ToolDescription
ipgeolocation_lookupGeolocation data for an IP, IPv6 address, or hostname
ipgeolocation_bulk_lookupGeolocation data for up to 50,000 IPs in one request
ip_security_lookupThreat score, VPN/proxy/Tor/bot detection for a single IP
ip_security_bulk_lookupThreat intelligence for up to 50,000 IPs in one request

WHOIS β€” 6 tools

Domain and IP ownership data including historical records.

ToolDescription
whois_domain_lookupLive WHOIS record for a domain name
whois_ip_lookupWHOIS ownership and network data for an IPv4 or IPv6 address
whois_asn_lookupWHOIS data for an Autonomous System Number (ASN)
whois_domain_historyHistorical WHOIS snapshots for a domain (data back to 1986)
whois_reverse_lookupSearch WHOIS records by owner name, email, company, or keyword
whois_bulk_domain_lookupLive WHOIS data for up to 100 domains at once

DNS β€” 4 tools

Live DNS records, history, and reverse lookups.

ToolDescription
dns_lookupReal-time DNS records for a hostname β€” A, AAAA, MX, NS, TXT, CNAME, SOA, SPF
dns_historyHistorical DNS record snapshots for a hostname
dns_reverseFind all hostnames pointing to a specific DNS record value
dns_bulk_lookupReal-time DNS records for up to 100 hostnames at once

Domain β€” 3 tools

Domain availability checks with bulk support and suggestions.

ToolDescription
domain_check_availabilityCheck whether a domain name is available for registration
domain_check_availability_with_suggestionsCheck availability and get alternative domain suggestions
domain_bulk_check_availabilityCheck availability for up to 100 domains at once

SSL β€” 2 tools

Live SSL certificate data for any domain.

ToolDescription
ssl_live_lookupRetrieve the live SSL certificate for a domain
ssl_live_chain_lookupRetrieve the complete SSL certificate chain for a domain

Commodity β€” 7 tools

Real-time and historical prices for commodities like gold, oil, and agricultural products.

ToolDescription
commodity_symbolsList all supported commodity symbols with metadata
commodity_symbol_infoValidate a commodity symbol and get its full details
commodity_quotesList all supported quote currencies for commodity pricing
commodity_latest_ratesReal-time prices for one or more commodities
commodity_historical_ratesHistorical OHLC prices for commodities on a specific date
commodity_fluctuationPrice fluctuation metrics over a date range
commodity_time_seriesDaily OHLC prices over a date range (up to 365 days)

ZIP Code β€” 7 tools

Postal code lookups, radius searches, and distance calculations worldwide.

ToolDescription
zipcode_lookupLook up a ZIP or postal code β€” city, region, country, coordinates
zipcode_bulk_lookupLook up up to 100 ZIP/postal codes at once
zipcode_radius_searchFind all ZIP codes within a given radius of a center point
zipcode_distanceCalculate distance from a base point to up to 100 ZIP codes
zipcode_distance_matchFind all ZIP code pairs within a given distance threshold
zipcode_by_cityGet all ZIP/postal codes for a city
zipcode_by_regionGet all ZIP/postal codes for a state, province, or region

Timezone β€” 2 tools

Timezone lookups and conversions using any location identifier.

ToolDescription
timezone_lookupTimezone info for a location β€” accepts IP, city, lat/long, IATA, ICAO, or UN/LOCODE
timezone_convertConvert a date and time from one timezone to another

Screenshot β€” 3 tools

Capture screenshots and scrolling recordings of any webpage.

ToolDescription
screenshot_captureCapture a screenshot of a webpage and return the image URL
screenshot_capture_scrollingRecord a scrolling video or animated GIF of a webpage
screenshot_bulk_captureCapture screenshots of up to 50 webpages in one request

User Agent β€” 2 tools

Parse user-agent strings to extract browser, OS, and device information.

ToolDescription
user_agent_parseParse a user-agent string β€” browser, device, OS, engine
user_agent_bulk_parseParse up to 100 user-agent strings in a single request

Astronomy β€” 1 tool

Solar and lunar data for any location and date.

ToolDescription
astronomy_lookupSunrise, sunset, moon phase, twilight, golden hour, solar noon, moonrise, and sun/moon positions

Support

  • Email: support@apifreaks.com
  • Status: status.apifreaks.com
  • Issues: github.com/api-freaks/apifreaks-mcp/issues

License

This project is licensed under the Apache License 2.0. You are free to use, modify, and distribute this software in accordance with the terms of the license.


Privacy Policy

Your API requests are processed by APIFreaks in accordance with their privacy policy. See apifreaks.com/privacy-policy for details on how data is collected and handled.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • P
    Portkey Admin Mcp

    Full Portkey Admin API MCP server β€” configs, prompts, keys, analytics, and more.

    πŸ’» Developer Tools1 views
    Compare vs Portkey Admin Mcp β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about APIFreaks MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "apifreaks-mcp": { "command": "npx", "args": ["-y", "APIFreaks MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAPIFreaks MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/apifreaks-mcp?style=directory)](https://allmcps.com/mcp/apifreaks-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/apifreaks-mcp"><img src="https://allmcps.com/api/badge/apifreaks-mcp?style=directory" alt="APIFreaks MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to APIFreaks MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code