mcpbeat Sign in

Apitier MCP Server

local only

Apitier runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 26 May 2026.

APITier utility APIs as MCP tools: validation, UK/India address lookup, barcode/QR, data conversion.

Installs per day peak 22 · avg 8 · +26% w/w
a month agotoday
40
Installs / week
npm · @apitier/mcp-server
0
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Apitier 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 mcp-server -- npx -y @apitier/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@apitier/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@apitier/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@apitier/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@apitier/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APITIER_EMAIL_KEY (API key from your APITier Email Validation subscription), APITIER_PHONE_KEY (API key from your APITier Phone Validation subscription), APITIER_VAT_KEY (API key from your APITier VAT Validation subscription), APITIER_POSTCODE_KEY (API key from your APITier UK Postcode subscription), APITIER_PINCODE_KEY (API key from your APITier India Pincode subscription), APITIER_BARCODE_KEY (API key from your APITier Barcode & QR Code subscription), APITIER_CONVERT_DATA_KEY (API key from your APITier Data Conversion subscription). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Apitier

same job, measured the same way
Dadata MCP
by theyahia

MCP server for DaData.ru — address validation, company lookup, geocoding. 31 tools.

55 installs/wk local only
Weekness — Week & Calendar Utilities
by dvdksn

MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.

local only
Dilli Email Validation API Server
by dillilabs-deva

An MCP server that provides tools to validate an email address using Dilli Email Validation API.

1 tools answering
Isbn
by pipeworx-io

ISBN validation & conversion MCP.

33 tools answering
I
Bytario
by helloderekg

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.

17 installs/wk local only
India MCP Banking
by samarth-23-eng

MCP server for Indian banking: IFSC lookup, UPI VPA validation, bank UPI status.

local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
MCP Utils
by cryptoapis-io

MCP server for address derivation and encoding utilities across multiple blockchains via Crypto APIs

94 installs/wk local only

Apitier — questions

Answers built from our own checks of this server.

Why is there no uptime for Apitier?
Apitier 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 @apitier/mcp-server was installed 40 times last week.
How do I connect Apitier?
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 @apitier/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Apitier?
The npm package @apitier/mcp-server was installed 40 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apitier open source?
Yes — it is published under the MIT 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.