Back to Browse

Mcp MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.parseapi.com

Security Report

7.2
Moderate7.2Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

31 tools verified · Open access · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

parseAPI key from https://parseapi.comRequired

Environment variable: PARSEAPI_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

parseapi-mcp

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.

Hosted

One URL, nothing to install.

{
  "mcpServers": {
    "parseapi": {
      "url": "https://mcp.parseapi.com",
      "headers": { "X-API-Key": "your-api-key" }
    }
  }
}

Local

{
  "mcpServers": {
    "parseapi": {
      "command": "npx",
      "args": ["-y", "parseapi-mcp"],
      "env": { "PARSEAPI_KEY": "your-api-key" }
    }
  }
}

Tools

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.

Development

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.

Reviews

No reviews yet

Be the first to review this server!