Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

parseAPI

NPM · PARSEAPI-MCP · 2 COMPONENTS · SCANNED AUG 17

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

70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 6 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1818 tokens (~56/item across 32 items; 32 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · parseapi-mcp

# add to Claude Code
claude mcp add com-parseapi-mcp -- npx -y parseapi-mcp
# add to Codex CLI
codex mcp add com-parseapi-mcp -- npx -y parseapi-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-parseapi-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "parseapi-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-parseapi-mcp --command npx --arg -y --arg parseapi-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-parseapi-mcp:
    command: "npx"
    args: ["-y", "parseapi-mcp"]
// mcp.json
{
  "mcpServers": {
    "com-parseapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parseapi-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 13 Aug 26 70

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Analysed npm/parseapi-mcp@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 6 packages
Packages resolved 6
Tree resolution Complete
MCP tools · 32 exposed · ~1,818 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
city ~87

Look up a city by name: coordinates, state, population, timezone. Pass country to disambiguate name ties.

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code, e.g. US
namestringyesCity name, e.g. charlotte
statestringState code to disambiguate, e.g. NC

No output schema declared.

No examples provided.

city_id ~45

Refetch a city by its stable parse id from an earlier response.

NameTypeReqDescription
idstringyesStable city id, e.g. city_mb8mbqrkz8zb

No output schema declared.

No examples provided.

city_nearest ~38

Find the nearest city to coordinates.

NameTypeReqDescription
latnumberyesLatitude in decimal degrees
lonnumberyesLongitude in decimal degrees

No output schema declared.

No examples provided.

city_search ~78

Search cities by name prefix. Use when the exact name is unknown.

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code, e.g. US
limitintegerMax results
qstringyesName prefix, e.g. char
statestringState code filter

No output schema declared.

No examples provided.

continent ~44

Look up a continent by code: name, area, population.

NameTypeReqDescription
codestringyesContinent code: AF, AN, AS, EU, NA, OC, SA

No output schema declared.

No examples provided.

continent_countries ~40

List every country on a continent.

NameTypeReqDescription
codestringyesContinent code: AF, AN, AS, EU, NA, OC, SA

No output schema declared.

No examples provided.

country ~49

Look up a country: names, capital, currency, languages, calling code, timezones.

NameTypeReqDescription
codestringyesISO 3166-1 alpha-2 country code, e.g. US

No output schema declared.

No examples provided.

country_states ~42

List the states, provinces or regions of a country.

NameTypeReqDescription
codestringyesISO 3166-1 alpha-2 country code, e.g. US

No output schema declared.

No examples provided.

currency ~40

Look up a currency: name, symbol, decimal places, countries using it.

NameTypeReqDescription
codestringyesISO 4217 code, e.g. USD

No output schema declared.

No examples provided.

currency_rate ~57

Exchange rate between two currencies from official central bank data.

NameTypeReqDescription
basestringyesBase currency ISO 4217 code, e.g. USD
quotestringyesQuote currency ISO 4217 code, e.g. EUR

No output schema declared.

No examples provided.

district ~57

Look up a district, county or department by code.

NameTypeReqDescription
codestringyesDistrict code, e.g. 37081
countrystringISO 3166-1 alpha-2 country code, e.g. US

No output schema declared.

No examples provided.

domain ~59

Look up a domain: registration, DNS, mail setup. Deep adds richer checks.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
domainstringyesDomain name, e.g. example.com

No output schema declared.

No examples provided.

elevation ~36

Elevation in meters at coordinates.

NameTypeReqDescription
latnumberyesLatitude in decimal degrees
lonnumberyesLongitude in decimal degrees

No output schema declared.

No examples provided.

email ~61

Validate an email address: syntax, domain, MX, disposable and role flags. Deep runs a live mailbox verification.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
emailstringyesEmail address to validate

No output schema declared.

No examples provided.

emoji ~41

Look up an emoji by name or character: unicode, hex, skin tones.

NameTypeReqDescription
emojistringyesEmoji name or the character itself, e.g. rocket

No output schema declared.

No examples provided.

emoji_search ~36

Search emoji by keyword.

NameTypeReqDescription
limitintegerMax results
qstringyesSearch keyword, e.g. fire

No output schema declared.

No examples provided.

holiday ~63

Public holidays and cultural observances for a country and year. Each row carries type: public or observance.

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. US
yearintegerYear, default current

No output schema declared.

No examples provided.

holiday_date ~65

Whether a specific date is a holiday or observance in a country. holiday is null when it is not.

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. US
datestringyesDate as YYYY-MM-DD

No output schema declared.

No examples provided.

ip ~80

Look up an IPv4 or IPv6 address: country, region, ASN, timezone. Deep adds datacenter, relay and tor flags.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
ipstringyesIPv4 or IPv6 address, e.g. 8.8.8.8

No output schema declared.

No examples provided.

ip_self ~41

Look up the public IP of the machine running this MCP server.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.

No output schema declared.

No examples provided.

language ~49

Look up a language by BCP 47 or ISO 639-3 code: names, script, direction.

NameTypeReqDescription
codestringyesLanguage code, e.g. en, ja, gsw

No output schema declared.

No examples provided.

mx ~25

MX records and mail provider for a domain.

NameTypeReqDescription
domainstringyesDomain name

No output schema declared.

No examples provided.

phone ~92

Validate and parse a phone number: country, type, formats. Pass country for national-format numbers.

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code for national-format numbers, e.g. US
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
numberstringyesPhone number, e.g. +14155552671

No output schema declared.

No examples provided.

point ~69

Reverse geocode coordinates to country, state, district and nearest city. Deep adds richer admin data.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
latnumberyesLatitude in decimal degrees
lonnumberyesLongitude in decimal degrees

No output schema declared.

No examples provided.

postal ~69

Look up a postal code: place name, coordinates, state, district, timezone, elevation. Country is required.

NameTypeReqDescription
codestringyesPostal code, e.g. 28202
countrystringyesISO 3166-1 alpha-2 country code, e.g. US

No output schema declared.

No examples provided.

postal_distance ~61

Distance between two postal codes in the same country.

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. US
fromstringyesFirst postal code
tostringyesSecond postal code

No output schema declared.

No examples provided.

postal_nearby ~78

List postal codes near a given one, sorted by distance.

NameTypeReqDescription
codestringyesPostal code to search around
countrystringyesISO 3166-1 alpha-2 country code, e.g. US
radiusnumberSearch radius
unitstringRadius unit, default km

No output schema declared.

No examples provided.

state ~59

Look up a state, province or region by its code within a country.

NameTypeReqDescription
codestringyesState code, e.g. NC
countrystringyesISO 3166-1 alpha-2 country code, e.g. US

No output schema declared.

No examples provided.

state_districts ~58

List the districts, counties or departments of a state.

NameTypeReqDescription
codestringyesState code, e.g. NC
countrystringyesISO 3166-1 alpha-2 country code, e.g. US

No output schema declared.

No examples provided.

timezone ~66

Look up an IANA timezone: current offset, DST state, local time. Pass at for a specific instant.

NameTypeReqDescription
atstringISO 8601 instant to evaluate, default now
timezonestringyesIANA timezone id, e.g. America/New_York

No output schema declared.

No examples provided.

useragent ~56

Parse a User-Agent string: browser, OS, device, bot detection.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
uastringyesThe User-Agent string to parse

No output schema declared.

No examples provided.

weather ~77

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.

NameTypeReqDescription
deepbooleanInclude the nested deep object with richer fields. Paid on most endpoints.
latnumberyesLatitude in decimal degrees
lonnumberyesLongitude in decimal degrees

No output schema declared.

No examples provided.