{
  "markdown": "# @morebetterclaw/humanify-mcp\n\nMCP server for [Humanify](https://humanifyit.ai) — transform AI-generated marketing copy into human-sounding, GEO-optimised content that gets cited by AI search engines.\n\n## What it does\n\nExposes a single tool (`humanify_transform`) that takes AI-generated copy and returns:\n- **Transformed copy** — rewritten to sound human and rank in AI search\n- **Score (0–100)** — human-readability rating\n- **Improvements** — list of changes made\n\n## Install\n\n```bash\nnpx @morebetterclaw/humanify-mcp\n```\n\n## Configuration\n\nSet your API key as an environment variable:\n\n```bash\nexport HUMANIFY_API_KEY=hfy_live_xxxx\n```\n\nGet a key at [https://humanifyit.ai/api-docs](https://humanifyit.ai/api-docs)\n\n## Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"humanify\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@morebetterclaw/humanify-mcp\"],\n      \"env\": {\n        \"HUMANIFY_API_KEY\": \"hfy_live_xxxx\"\n      }\n    }\n  }\n}\n```\n\n## Pricing\n\n- **Free:** 50 credits on signup (no card required)\n- **Pay-as-you-go:** $10 = 1,000 transforms (~$0.01 each)\n- **Pro subscribers:** Unlimited API calls\n\n## License\n\nMIT\n",
  "bytes": 1173,
  "sha": "b2c82356076a51c5e08648be3ebd4f5d0c870c38cac34b3af5439a8918921e95",
  "repo_slug": "morebetterclaw/humanify-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_morebetterclaw_humanify_mcp_72e08033/readme"
}