Skip to main content
Glama
khadinakbarlabs

Humanizer PRO MCP

Humanizer PRO — 텍스트 인간화 플러그인 및 Agent Skill

skills.sh validate license

Humanizer PRO는 호스팅된 Humanizer PRO 텍스트 편집 서비스에 AI 클라이언트를 연결합니다. 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단어가 넘는 재작성을 확인하고, 전체 텍스트를 한 번의 호출로 전송하며, 자동 과금 재시도를 방지하고, 가능한 경우 남은 잔액을 보고합니다.

원격 서비스

  • 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 레지스트리 형식을 따릅니다.

  • .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 서비스와 독점 재작성 엔진은 해당 라이선스에 포함되지 않습니다.

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