parseapi-mcp

parseapi/parseapi-mcp
★ 0 stars TypeScript AI/LLM Updated 6d ago
Official parseAPI MCP server. Utility lookups for AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "parseapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parseapi/parseapi-mcp"
      ]
    }
  }
}

README Excerpt

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](https://parseapi.com). Free plan works. One URL, nothing to install. ```json { "mcpServers": { "parseapi": {