mcpbeat Sign in

APIFreaks MCP Server

by api-freaks Your server? Claim it
local only

APIFreaks MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from npm. Last commit 15 Sep 2026.

APIFreaks MCP: live APIs for agents. Enable modules with ENABLE_MODULES; discover via list_modules.

Installs per day peak 163 · avg 25 · -28% w/w
a month agotoday
113
Installs / week
npm · @apifreaks/mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check APIFreaks MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apifreaks-mcp -- npx -y @apifreaks/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apifreaks-mcp": {
      "args": [
        "-y",
        "@apifreaks/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apifreaks-mcp]
command = "npx"
args = ["-y", "@apifreaks/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apifreaks-mcp": {
      "args": [
        "-y",
        "@apifreaks/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apifreaks-mcp": {
      "args": [
        "-y",
        "@apifreaks/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIFREAKS_API_KEY (Your APIFreaks API key — get one free at apifreaks.com), ENABLE_MODULES (Comma-separated modules to register (e.g. ip-intelligence,whois,dns,domain,weather). If unset, only list_modules is available — call it for needs_enable[] and a paste-ready ENABLE_MODULES=... line, then restart. Available: ip-intelligence, geocoding, whois, dns, scraper, email-validation, phone-validation, ssl, domain, screenshot, pdf, currency, commodity, financial, zipcode, weather, geography, timezone, user-agent). The author declared them in the registry entry; get the values from the project itself.

Alternatives to APIFreaks MCP

same job, measured the same way
JustCall MCP Server
by justcall-mcp

JustCall MCP Server enables LLMs and AI agents to make voice calls and send SMS via JustCall APIs.

answering
Lightning Enable MCP Server
by refined-element

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

565 installs/wk local only
Htag Docs
by htagai

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

5 tools answering
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
CAiD MCP Server
by dreliq9

Semantic and scratch 3D CAD for AI agents via CAiD + OCCT, with runtime capability discovery.

102 installs/wk local only
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

35 installs/wk local only
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

31 installs/wk local only
Minia2a MCP
by minia2a

MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.

local only

APIFreaks MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for APIFreaks MCP?
APIFreaks MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @apifreaks/mcp was installed 113 times last week.
How do I connect APIFreaks MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @apifreaks/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use APIFreaks MCP?
The npm package @apifreaks/mcp was installed 113 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is APIFreaks MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.