Loading MCP server directory, please wait...
The official MCP server for APIFreaks, connecting your AI to the full range of APIFreaks APIs.
npx @getmcp/cli add io.github.api-freaks/apifreaks-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
APIFREAKS_API_KEYYour APIFreaks API key — get one free at apifreaks.com
ENABLE_MODULESComma-separated modules to expose as tools (e.g. ip-intelligence,whois,dns,weather). If unset, only list_modules is advertised — call it to see every module and its tools. Available: ip-intelligence, geocoding, whois, dns, scraper, email-validation, phone-validation, ssl, domain, screenshot, pdf, currency, commodity, financial, zipcode, weather, geography, timezone, user-agent
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.api-freaks/apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "",
"ENABLE_MODULES": ""
}
}
}
}