mcpbeat Sign in

ParseAPI MCP Server

answering

ParseAPI is answering right now. Last checked 12 min ago. 533 installs a week from npm. It exposes 31 tools. Last commit 8 Sep 2026.

Official ParseAPI MCP. Place, IP, email, phone, weather, currency lookups.

Installs per day peak 319 · avg 18
a month agotoday
Uptime history 28 days of history · worst day 99%
28 days agonow
100.0%
Uptime 24h
92 of 92 checks
31
Tools
read from the server
267 ms
Response time
average over 24h
533
Installs / week
npm and PyPI

What the code does

We read the source, 15 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command smoke/smoke.mjs:27
        this.child = spawn(process.execPath, ['dist/stdio.js'], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.parseapi.com
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.parseapi.com"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.parseapi.com"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.parseapi.com"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.parseapi.com"
    }
  }
}

This endpoint answered with an authorization challenge — the server is running, but you need an API key or OAuth to use it.

Available tools 31

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

city
city
Look up a city by name: coordinates, state, population, timezone. Pass country to disambiguate name ties.
city_id
Refetch a city by its stable parse id from an earlier response.
city_nearest
Find the nearest city to coordinates.
city_search
Search cities by name prefix. Use when the exact name is unknown.
postal
postal
Look up a postal code: place name, coordinates, state, district, timezone, elevation. Country is required.
postal_distance
Distance between two postal codes in the same country.
postal_nearby
List postal codes near a given one, sorted by distance.
continent
continent
Look up a continent by code: name, area, population.
continent_countries
List every country on a continent.
country
country
Look up a country: names, capital, currency, languages, calling code, timezones.
country_states
List the states, provinces or regions of a country.
currency
currency
Look up a currency: name, symbol, decimal places, countries using it.
currency_rate
Exchange rate between two currencies from official central bank data.
emoji
emoji
Look up an emoji by name or character: unicode, hex, skin tones.
emoji_search
Search emoji by keyword.
holiday
holiday
Public holidays and cultural observances for a country and year. Each row carries type: public or observance.
holiday_date
Whether a specific date is a holiday or observance in a country. holiday is null when it is not.
state
state
Look up a state, province or region by its code within a country.
state_districts
List the districts, counties or departments of a state.
district
district
Look up a district, county or department by code.
domain
domain
Look up a domain: registration, DNS, mail setup. Deep adds richer checks.
elevation
elevation
Elevation in meters at coordinates.
email
email
Validate an email address: syntax, domain, MX, disposable and role flags. Deep runs a live mailbox verification.
ip
ip
Look up an IPv4 or IPv6 address: country, region, ASN, timezone. Deep adds datacenter, relay and tor flags.
language
language
Look up a language by BCP 47 or ISO 639-3 code: names, script, direction.
mx
mx
MX records and mail provider for a domain.
phone
phone
Validate and parse a phone number: country, type, formats. Pass country for national-format numbers.
point
point
Reverse geocode coordinates to country, state, district and nearest city. Deep adds richer admin data.
timezone
timezone
Look up an IANA timezone: current offset, DST state, local time. Pass at for a specific instant.
useragent
useragent
Parse a User-Agent string: browser, OS, device, bot detection.
weather
weather
Current weather observation at coordinates from official national agencies. Every measurement ships metric and imperial side by side. Deep adds forecast and alerts where available.

Endpoints

URLTransportStateLatencyChecked
https://mcp.parseapi.com streamable-http needs key 241 ms 12 min ago

Alternatives to ParseAPI

same job, measured the same way
Outris Identity MCP
by outris-dev-user

Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.

12 tools answering
Ready APIs
by readyapis

135 MCP tools: geo, email, phone, company, DNS, FX, equities, weather, tax, econ, intel — one key.

129 tools answering
Findymail
by pipeworx-io

Findymail MCP — B2B email finder & reverse-email lookup (findymail.com)

33 tools answering
Proton Mail (unofficial)
by sethbang

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP

71 installs/wk local only
Lumail
by melvynx

Official Lumail email marketing MCP for campaigns, subscribers, and workflows.

answering
1Lookup
by 1lookup

Verify phone numbers, emails and IPs, and check remaining plan credits.

answering
Emailable
by pipeworx-io

Emailable MCP — wraps the Emailable email verification API (emailable.com)

32 tools answering
Hunter
by pipeworx-io

Hunter.io MCP — wraps the Hunter.io email finder & verification API (hunter.io)

34 tools answering

ParseAPI — questions

Answers built from our own checks of this server.

What can ParseAPI do?
It exposes 31 tools, read directly from the server on our last check. Among them: city, city_id, city_nearest, city_search, continent, continent_countries and 25 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is ParseAPI mostly used for?
Its tools cluster around city, postal and currency. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is ParseAPI working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 267 ms. The bar chart above shows every period we have measured.
How do I connect ParseAPI?
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 is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to ParseAPI?
No API key is involved. ParseAPI answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is ParseAPI?
It answers our handshake in 267 ms on average, which is faster than 58% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use ParseAPI?
The npm package parseapi-mcp was installed 533 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ParseAPI open source?
We cannot say that it is: written in TypeScript and 0 stars on GitHub, but no licence is declared, and without one the code is not open source by default.