Humanizer PRO MCP
Humanizer PRO — テキスト人間化プラグインおよびAgent Skill
Humanizer PROは、AIクライアントをホスト型のHumanizer PROテキスト編集サービスに接続します。所有しているテキスト、または編集を許可されているテキストを、Stealth、Academic、SEOモードで書き換えたり、文章の自然さを分析したり、ワード残高を確認したりできます。
このリポジトリは、公式のオープンソース配布パッケージです。ポータブルな humanize-text Agent Skill、ネイティブのClaude CodeおよびCodexプラグインマニフェスト、マーケットプレイスメタデータ、リモートMCP接続が含まれています。プロプライエタリな書き換えエンジン、課金ロジック、サービス認証情報は、texthumanizer.pro でホストされたままです。
インストール
Claude Code
/plugin marketplace add khadinakbarlabs/humanizer-pro-mcp
/plugin install humanizer-pro@humanizer-proClaudeはスキルとホスト型MCPサーバーを読み込みます。最初のツールが認証を要求したときに、Humanizer PROアカウントでサインインしてください。
Clineの場合は、専用のインストールガイドを使用するか、ClineのMCP設定からリモートHTTPエンドポイント https://texthumanizer.pro/mcp を追加してください。
OpenAI Codex
codex plugin marketplace add khadinakbarlabs/humanizer-pro-mcp
codex plugin add humanizer-pro@humanizer-proCodexは同じスキルとリモートMCP接続を読み込みます。パブリックなCodexマーケットプレイスでの利用可能性は、このGitHubホストのマーケットプレイスとは別であり、OpenAIの審査に依存します。
skills.sh および互換エージェント
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text必要に応じて、サポートされている特定のエージェントを選択します:
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text --agent claude-code --yes
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text --agent codex --yes
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text --agent cursor --yesカタログエントリは、skills.sh/khadinakbarlabs/humanizer-pro-mcp/humanize-text で参照できます。
GitHub Copilot
GitHub CLI 2.90以降では、Copilotまたはその他のサポート対象ホスト用にスキルをインストールできます:
gh skill install khadinakbarlabs/humanizer-pro-mcp humanize-textリポジトリの skills/humanize-text/SKILL.md は、オープンなAgent Skills仕様に従っています。
Gemini CLI
gemini extensions install https://github.com/khadinakbarlabs/humanizer-pro-mcpGeminiのセットアップが自動的にインポートしない場合は、ホスト型MCPエンドポイントに接続します:
https://texthumanizer.pro/mcpChatGPT またはその他のMCPクライアント
以下を使用して、カスタム/開発者コネクタを追加します:
https://texthumanizer.pro/mcpその後、Humanizer PROアカウントでサインインします。パブリックなChatGPTアプリディレクトリでの利用可能性は、OpenAIの審査に依存します。
Related MCP server: AI Humanizer MCP Server
スキルの機能
要求 | ツール | 効果 |
認可されたテキストを人間化または書き換える |
| Stealth、Academic、またはSEOモードを使用し、処理されたワード数をアカウント残高から差し引きます。 |
文章の自然さを分析する |
| 書き換えを行わずに、推定AIらしさと人間らしさのシグナルを返します。 |
残りの利用量を確認する |
| プラン、サブスクリプションのワード数、購入済みクレジット、利用可能な合計ワード数を返します。 |
このワークフローは、500ワードを超える書き換えを確認し、完全なテキストを1回の呼び出しで送信し、自動的な課金対象の再試行を防止し、利用可能な場合は残高を報告します。
リモートサービス
Streamable HTTP:
https://texthumanizer.pro/mcpSSEフォールバック:
https://texthumanizer.pro/sseOAuthメタデータ:
https://texthumanizer.pro/.well-known/oauth-authorization-serverヘルスチェック:
https://texthumanizer.pro/healthドキュメント:
https://texthumanizer.pro/mcp-docsプライバシー:
https://texthumanizer.pro/privacy利用規約:
https://texthumanizer.pro/termsサポート:
hello@khadinakbar.com
このリポジトリにはAPIキーは含まれておらず、必要もありません。各ユーザーはホスト型OAuthフローを通じて認証し、各自のHumanizer PROワード残高を使用します。
責任ある利用
Humanizer PROは、所有しているテキスト、または改訂を許可されているテキストにのみ使用してください。引用と事実的な意味を保持し、該当する学術、職場、クライアント、出版社、プラットフォームの開示規則に従ってください。
自然さと検出器のスコアは確率的です。このパッケージは、書き換えがTurnitin、GPTZero、Originality.ai、Copyleaks、ZeroGPT、その他の検出器を通過することを保証するものではありません。
検証
npm run release:check
claude plugin validate . --strict
python3 /path/to/skill-creator/scripts/quick_validate.py skills/humanize-text
mcp-publisher validate server.jsonリリースチェックでは、すべてのマニフェスト、参照アセット、スキル識別子、MCP URL、バージョン、公開テキストファイルを対象に、一般的なシークレットおよび個人パスのパターンがないか検証します。
ディレクトリメタデータ
server.jsonは公式のMCP Registry形式に従います。.claude-plugin/marketplace.jsonにより、このリポジトリはClaude Codeマーケットプレイスになります。.agents/plugins/marketplace.jsonにより、Codexプラグインマーケットプレイスになります。.codex-plugin/plugin.json、.claude-plugin/plugin.json、.cursor-plugin/plugin.json、gemini-extension.jsonは、ネイティブなパッケージサーフェスを提供します。skills/humanize-text/SKILL.mdは、skills.sh、Copilot、Codex、Claude Code、Cursor、その他のAgent Skills互換クライアントが使用するポータブルソースです。
ライセンス
このリポジトリ内のスキル、マニフェスト、メタデータ、ドキュメント、テスト、検証スクリプトはMITライセンスの下で提供されています。ホスト型のHumanizer PROサービスとプロプライエタリな書き換えエンジンは、このライセンスには含まれません。
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseCqualityDmaintenanceHelps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.16959MIT
- AlicenseCqualityDmaintenanceDetects AI-generated content and transforms robotic text into natural, human-like writing while improving grammar, readability, and preserving key terminology.1693MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides tools and resources to detect AI-generated writing patterns and refine text for more authentic, human-like communication. It enables users to analyze phrasing via a scoring system and apply conversational guides tailored for platforms like Twitter and LinkedIn.1
- FlicenseNot gradedqualityNot gradedmaintenanceHumanizer PRO - The Best AI Text Humanizer MCP Server Transform AI-generated content into natural, human-sounding text that bypasses GPTZero, Turnitin, Originality.ai, Copyleaks, ZeroGPT, and other AI detectors. Undetectable AI content rewriting with Stealth, Academic, and SEO modes.3
Related MCP Connectors
Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.
Loads your personal writing voice into any AI and scores how closely a draft matches it.
Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khadinakbarlabs/humanizer-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server