{
  "markdown": "# humantext.pro MCP Server\n\nAI text detection and humanization tools for Claude Code, Cursor, Windsurf, and any MCP-compatible client.\n\nCheck if text sounds AI-generated and transform it to read naturally — without leaving your editor.\n\n## Quick Start\n\n### 1. Get your API key\n\nSign up at [humantext.pro](https://humantext.pro) and generate an API key on your [API page](https://humantext.pro/api).\n\n### 2. Add to your MCP client\n\n**Claude Code / VS Code:**\n\nAdd to `.claude/mcp.json` in your project (or global settings):\n\n```json\n{\n  \"mcpServers\": {\n    \"humantext\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@humantext/mcp-server\"],\n      \"env\": {\n        \"HUMANTEXT_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n**Cursor:**\n\nAdd to `.cursor/mcp.json` in your project:\n\n```json\n{\n  \"mcpServers\": {\n    \"humantext\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@humantext/mcp-server\"],\n      \"env\": {\n        \"HUMANTEXT_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n**Claude Desktop:**\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"humantext\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@humantext/mcp-server\"],\n      \"env\": {\n        \"HUMANTEXT_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### 3. Use it\n\nAsk your AI assistant:\n\n- *\"Check if this text sounds AI-generated\"*\n- *\"Humanize this paragraph to sound more natural\"*\n- *\"Humanize this text and verify the result passes AI detection\"*\n- *\"What's my humantext.pro credit balance?\"*\n\n## Tools\n\n### `detect_ai`\n\nAnalyze text for AI-generated content. Returns a score (0-100%) and verdict.\n\n| Parameter | Type   | Required | Description |\n|-----------|--------|----------|-------------|\n| `text`    | string | Yes      | Text to analyze (min 50 characters) |\n\n**Example output:**\n```\nAI Detection Result\n━━━━━━━━━━━━━━━━━━━\nScore: 87% AI\nVerdict: AI Generated\nWords analyzed: 156\nCredits remaining: 4,844\n```\n\n### `humanize_text`\n\nTransform AI-generated text to sound natural and human-written.\n\n| Parameter | Type   | Required | Description |\n|-----------|--------|----------|-------------|\n| `text`    | string | Yes      | Text to humanize (min 50 characters) |\n| `tone`    | enum   | No       | `casual`, `standard`, `academic`, `professional`, `marketing` |\n| `style`   | enum   | No       | `general`, `essay`, `article`, `marketing`, `creative`, `formal`, `report`, `business`, `legal` |\n| `level`   | enum   | No       | `light`, `balanced`, `aggressive` (default: aggressive) |\n\n### `humanize_and_detect`\n\nTwo-step process: humanize text, then verify the result with AI detection. Proves the output passes detection.\n\nSame parameters as `humanize_text`.\n\n**Example output:**\n```\nHumanized & Verified\n━━━━━━━━━━━━━━━━━━━━\n\n[humanized text here]\n\n━━━━━━━━━━━━━━━━━━━━\nVerification: 12% AI → Mostly Human\nWords: 156 | Credits remaining: 4,532\n```\n\n### `check_balance`\n\nCheck your account balance and plan details. No parameters required.\n\n## Pricing\n\nThe MCP server uses your [humantext.pro](https://humantext.pro/pricing) subscription credits:\n\n| Plan   | Price      | Monthly Credits |\n|--------|-----------|-----------------|\n| Basic  | $7.99/mo  | 5,000 words     |\n| Pro    | $19.99/mo | 15,000 words    |\n| Ultra  | $39.99/mo | 30,000 words    |\n\nBoth detection and humanization consume credits based on input word count.\n\n## Environment Variables\n\n| Variable             | Required | Description |\n|---------------------|----------|-------------|\n| `HUMANTEXT_API_KEY` | Yes      | API key from humantext.pro/api |\n| `HUMANTEXT_BASE_URL`| No       | Custom API URL (default: https://humantext.pro/api/v1) |\n\n## Links\n\n- [humantext.pro](https://humantext.pro) — AI Detector & Text Humanizer\n- [API Documentation](https://humantext.pro/api/docs) — Interactive Swagger UI\n- [Get API Key](https://humantext.pro/api) — Sign up and generate your key\n- [Pricing](https://humantext.pro/pricing) — Plans and credits\n\n## License\n\nMIT\n",
  "bytes": 4066,
  "sha": "28a943f4b5e1207de56c0518b7544877f2ad0ccddb2145e126cee5d0e8aa74e2",
  "repo_slug": "humantextpro/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_humantextpro_mcp_server_abed055c/readme"
}