{
  "markdown": "# parseapi-mcp\n\nOfficial 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.\n\n## Hosted\n\nOne URL, nothing to install. Add the server and sign in once in the browser. Free plan works.\n\n```json\n{\n  \"mcpServers\": {\n    \"parseAPI\": { \"url\": \"https://mcp.parseapi.com\" }\n  }\n}\n```\n\n**Cursor:** [Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=parseAPI&config=eyJ1cmwiOiJodHRwczovL21jcC5wYXJzZWFwaS5jb20ifQ==)\n\nRepo-root `.mcp.json` is keyless on purpose. [cursor.directory](https://cursor.directory/plugins/parseapi) auto-detects it when you submit or refresh the listing.\n\nCI and headless setups skip the browser with a key from [parseapi.com](https://parseapi.com):\n\n```json\n{\n  \"mcpServers\": {\n    \"parseAPI\": {\n      \"url\": \"https://mcp.parseapi.com\",\n      \"headers\": { \"X-API-Key\": \"your-api-key\" }\n    }\n  }\n}\n```\n\n## Local\n\n```json\n{\n  \"mcpServers\": {\n    \"parseAPI\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"parseapi-mcp\"],\n      \"env\": { \"PARSEAPI_KEY\": \"your-api-key\" }\n    }\n  }\n}\n```\n\n## Tools\n\nOne tool per endpoint, named after the route: `ip`, `postal`, `city`, `city_search`, `email`, `phone`, `carrier`, `caller`, `hlr`, `weather`, `currency_rate`, `timezone`, `holiday`, `point`, `elevation`, and the rest. Every tool returns the same minimal JSON the API serves.\n\nErrors 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`.\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnpm run smoke     # stdio + http, live calls when PARSEAPI_KEY is set\nnpm run serve     # http on :8080\n```\n\nMIT licensed.\n",
  "bytes": 1740,
  "sha": "2018588efde01d3cf2aaca404b0afde3055ae5c55e28fd30fd1de33bc3b50ec8",
  "repo_slug": "parseapi/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_parseapi_mcp_51cdb29c/readme"
}