{ "name": "@cpfhub/mcp", "version": "1.0.1", "mcpName": "io.github.cpfhub/cpfhub", "description": "Official Model Context Protocol (MCP) server for CPFHub.io. Query Brazilian CPF data directly from AI agents like Claude, Cursor, and Windsurf.", "main": "dist/index.js", "type": "module", "bin": { "cpfhub-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "cpf", "cpf-lookup", "cpfhub", "brazil", "identity-verification", "kyc", "claude", "cursor", "ai-agent" ], "author": "CPFHub.io (https://cpfhub.io)", "license": "MIT", "homepage": "https://cpfhub.io", "repository": { "type": "git", "url": "https://github.com/cpfhub/cpfhub-mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }