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

REMOTE · MCP.PARSEAPI.COM · 2 COMPONENTS · SCANNED AUG 17

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

66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1777 tokens (~57/item across 31 items; 31 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
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.

remote · mcp.parseapi.com

# add to Claude Code
claude mcp add --transport http com-parseapi-mcp https://mcp.parseapi.com/
# ~/.codex/config.toml
[mcp_servers.com-parseapi-mcp]
url = "https://mcp.parseapi.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-parseapi-mcp": {
      "type": "remote",
      "url": "https://mcp.parseapi.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-parseapi-mcp --url https://mcp.parseapi.com/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-parseapi-mcp:
    url: "https://mcp.parseapi.com/"
// mcp.json
{
  "mcpServers": {
    "com-parseapi-mcp": {
      "type": "http",
      "url": "https://mcp.parseapi.com/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 16 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 13 Aug 26 64

    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 · Probed https://mcp.parseapi.com

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.parseapi.com CN=YE1,O=Let's Encrypt,C=US 9 Aug 2026 7 Nov 2026 ECDSA 256 ECDSA-SHA384 64b1c295b233747b6d1449246fae69af808
SANs: mcp.parseapi.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of mcp.parseapi.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
parseapi.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.parseapi.com Verified 200
http (plaintext) http://mcp.parseapi.com HTTPS enforced 301 https://mcp.parseapi.com/
MCP tools · 31 exposed · ~1,777 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.

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.