parseAPI
NPM · PARSEAPI-MCP · 2 COMPONENTS · SCANNED AUG 17
Official parseAPI MCP. Place, IP, email, phone, weather, currency lookups.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add com-parseapi-mcp -- npx -y parseapi-mcp
codex mcp add com-parseapi-mcp -- npx -y parseapi-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-parseapi-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"parseapi-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-parseapi-mcp --command npx --arg -y --arg parseapi-mcp
mcp_servers:
com-parseapi-mcp:
command: "npx"
args: ["-y", "parseapi-mcp"] {
"mcpServers": {
"com-parseapi-mcp": {
"command": "npx",
"args": [
"-y",
"parseapi-mcp"
]
}
}
} 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.
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 |
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.
city ~87
Look up a city by name: coordinates, state, population, timezone. Pass country to disambiguate name ties.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | ISO 3166-1 alpha-2 country code, e.g. US |
| name | string | yes | City name, e.g. charlotte |
| state | string | – | State 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Stable city id, e.g. city_mb8mbqrkz8zb |
No output schema declared.
No examples provided.
city_nearest ~38
Find the nearest city to coordinates.
| Name | Type | Req | Description |
|---|---|---|---|
| lat | number | yes | Latitude in decimal degrees |
| lon | number | yes | Longitude 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | ISO 3166-1 alpha-2 country code, e.g. US |
| limit | integer | – | Max results |
| q | string | yes | Name prefix, e.g. char |
| state | string | – | State code filter |
No output schema declared.
No examples provided.
continent ~44
Look up a continent by code: name, area, population.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Continent code: AF, AN, AS, EU, NA, OC, SA |
No output schema declared.
No examples provided.
continent_countries ~40
List every country on a continent.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Continent 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| base | string | yes | Base currency ISO 4217 code, e.g. USD |
| quote | string | yes | Quote 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | District code, e.g. 37081 |
| country | string | – | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| domain | string | yes | Domain name, e.g. example.com |
No output schema declared.
No examples provided.
elevation ~36
Elevation in meters at coordinates.
| Name | Type | Req | Description |
|---|---|---|---|
| lat | number | yes | Latitude in decimal degrees |
| lon | number | yes | Longitude 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| string | yes | Email address to validate |
No output schema declared.
No examples provided.
emoji ~41
Look up an emoji by name or character: unicode, hex, skin tones.
| Name | Type | Req | Description |
|---|---|---|---|
| emoji | string | yes | Emoji name or the character itself, e.g. rocket |
No output schema declared.
No examples provided.
emoji_search ~36
Search emoji by keyword.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results |
| q | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO 3166-1 alpha-2 country code, e.g. US |
| year | integer | – | Year, 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO 3166-1 alpha-2 country code, e.g. US |
| date | string | yes | Date 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| ip | string | yes | IPv4 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Language code, e.g. en, ja, gsw |
No output schema declared.
No examples provided.
mx ~25
MX records and mail provider for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | ISO 3166-1 alpha-2 country code for national-format numbers, e.g. US |
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| number | string | yes | Phone 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| lat | number | yes | Latitude in decimal degrees |
| lon | number | yes | Longitude 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Postal code, e.g. 28202 |
| country | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO 3166-1 alpha-2 country code, e.g. US |
| from | string | yes | First postal code |
| to | string | yes | Second postal code |
No output schema declared.
No examples provided.
postal_nearby ~78
List postal codes near a given one, sorted by distance.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Postal code to search around |
| country | string | yes | ISO 3166-1 alpha-2 country code, e.g. US |
| radius | number | – | Search radius |
| unit | string | – | Radius 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | State code, e.g. NC |
| country | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | State code, e.g. NC |
| country | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| at | string | – | ISO 8601 instant to evaluate, default now |
| timezone | string | yes | IANA 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| ua | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | Include the nested deep object with richer fields. Paid on most endpoints. |
| lat | number | yes | Latitude in decimal degrees |
| lon | number | yes | Longitude in decimal degrees |
No output schema declared.
No examples provided.