Skip to main content
Glama
khadinakbarlabs

Humanizer PRO MCP

Humanizer PRO — テキスト人間化プラグインおよびAgent Skill

skills.sh validate license

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-pro

Claudeはスキルとホスト型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-pro

Codexは同じスキルとリモート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-mcp

Geminiのセットアップが自動的にインポートしない場合は、ホスト型MCPエンドポイントに接続します:

https://texthumanizer.pro/mcp

ChatGPT またはその他のMCPクライアント

以下を使用して、カスタム/開発者コネクタを追加します:

https://texthumanizer.pro/mcp

その後、Humanizer PROアカウントでサインインします。パブリックなChatGPTアプリディレクトリでの利用可能性は、OpenAIの審査に依存します。

Related MCP server: AI Humanizer MCP Server

スキルの機能

要求

ツール

効果

認可されたテキストを人間化または書き換える

humanize_text

Stealth、Academic、またはSEOモードを使用し、処理されたワード数をアカウント残高から差し引きます。

文章の自然さを分析する

scan_ai_detection

書き換えを行わずに、推定AIらしさと人間らしさのシグナルを返します。

残りの利用量を確認する

check_word_balance

プラン、サブスクリプションのワード数、購入済みクレジット、利用可能な合計ワード数を返します。

このワークフローは、500ワードを超える書き換えを確認し、完全なテキストを1回の呼び出しで送信し、自動的な課金対象の再試行を防止し、利用可能な場合は残高を報告します。

リモートサービス

  • Streamable HTTP: https://texthumanizer.pro/mcp

  • SSEフォールバック: https://texthumanizer.pro/sse

  • OAuthメタデータ: 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.jsongemini-extension.json は、ネイティブなパッケージサーフェスを提供します。

  • skills/humanize-text/SKILL.md は、skills.sh、Copilot、Codex、Claude Code、Cursor、その他のAgent Skills互換クライアントが使用するポータブルソースです。

ライセンス

このリポジトリ内のスキル、マニフェスト、メタデータ、ドキュメント、テスト、検証スクリプトはMITライセンスの下で提供されています。ホスト型のHumanizer PROサービスとプロプライエタリな書き換えエンジンは、このライセンスには含まれません。

F
license - not found
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
7wRelease cycle
2Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides 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
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Humanizer 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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