
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
parseapi-mcp
Advanced tools
Official parseAPI MCP server. Location, validate, and decode lookups for AI agents: geo, email, phone, weather, currency.
Official parseAPI MCP server. Every parseAPI lookup as a tool for AI agents: IP and place data, email, phone and domain validation, weather, currency, timezones, holidays.
Get a key at parseapi.com. Free plan works.
One URL, nothing to install.
{
"mcpServers": {
"parseapi": {
"url": "https://mcp.parseapi.com",
"headers": { "X-API-Key": "your-api-key" }
}
}
}
{
"mcpServers": {
"parseapi": {
"command": "npx",
"args": ["-y", "parseapi-mcp"],
"env": { "PARSEAPI_KEY": "your-api-key" }
}
}
}
One tool per endpoint, named after the route: ip, postal, city, city_search, email, phone, weather, currency_rate, timezone, holiday, point, elevation, and the rest. Every tool returns the same minimal JSON the API serves.
Errors come back as JSON with a machine-readable code. Branch on code, never on message text. A miss is not_found. No key is invalid_api_key.
npm install
npm run build
npm run smoke # stdio + http, live calls when PARSEAPI_KEY is set
npm run serve # http on :8080
MIT licensed.
FAQs
Official parseAPI MCP server. Location, validate, and decode lookups for AI agents: geo, email, phone, weather, currency.
The npm package parseapi-mcp receives a total of 48 weekly downloads. As such, parseapi-mcp popularity was classified as not popular.
We found that parseapi-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.