MCP server for Humanify — transform AI-generated marketing copy into human-sounding, GEO-optimised content that gets cited by AI search engines.
Exposes a single tool (humanify_transform) that takes AI-generated copy and returns:
- Transformed copy — rewritten to sound human and rank in AI search
- Score (0–100) — human-readability rating
- Improvements — list of changes made
npx @morebetterclaw/humanify-mcpSet your API key as an environment variable:
export HUMANIFY_API_KEY=hfy_live_xxxxGet a key at https://humanifyit.ai/api-docs
Add to your claude_desktop_config.json:
{
"mcpServers": {
"humanify": {
"command": "npx",
"args": ["-y", "@morebetterclaw/humanify-mcp"],
"env": {
"HUMANIFY_API_KEY": "hfy_live_xxxx"
}
}
}
}- Free: 50 credits on signup (no card required)
- Pay-as-you-go: $10 = 1,000 transforms (~$0.01 each)
- Pro subscribers: Unlimited API calls
MIT