MCP.so
登录

HumanTone

@humantone

关于 HumanTone

Official Model Context Protocol server for HumanTone. Humanize AI-generated text and check AI likelihood directly from Claude Desktop, Cursor, Cline, and other MCP clients.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

humantone

提交者

Andrew B.

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "humantone": {
      "command": "npx",
      "args": [
        "-y",
        "humantone-mcp"
      ],
      "env": {
        "HUMANTONE_API_KEY": "ht_your_api_key_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is HumanTone?

HumanTone is the official Model Context Protocol server for HumanTone, an AI text humanizer that rewrites AI-generated content to sound more natural. It brings HumanTone’s humanize and AI likelihood tools directly into Claude Desktop, Cursor, Cline, and other MCP clients using a single API key and the same credits as the web app.

How to use HumanTone?

No installation is needed – the client downloads the package on first launch via npx humantone-mcp. Configure the MCP client with a JSON snippet that sets command to npx, args to ["-y", "humantone-mcp"], and env with your HUMANTONE_API_KEY. Then restart the client and prompt the assistant naturally to use the tools.

Key features of HumanTone

  • Rewrites AI text to sound more natural and human-written
  • Supports custom instructions for tone, audience, and terminology
  • Detects AI likelihood of text on a 0–100 scale
  • AI detection does not consume credits (30 checks/day)
  • Shows current plan, credits, and subscription status
  • Works with any MCP-compatible client

Use cases of HumanTone

  • Humanize AI-generated drafts before publishing or sharing
  • Check if a piece of text is likely AI-written for content review
  • Adjust writing tone (e.g., formal, casual) while preserving key terms
  • Monitor account credit usage and subscription details from the assistant
  • Integrate humanization and detection directly into coding workflows

FAQ from HumanTone

Why don’t the tools appear in my assistant?

Confirm the JSON configuration has no syntax errors, then fully quit and reopen the MCP client – a window refresh is not enough.

What does “Invalid API key format” mean?

HumanTone API keys are 67 characters: ht_ followed by 64 hex characters. Generate a new one at app.humantone.io/settings/api if unsure.

Why do I get “Plan does not include API access”?

Free trial accounts cannot use the API. You need a paid HumanTone plan; view options at humantone.io/pricing.

I get “npx: command not found”. What do I do?

Install Node.js version 18 or later from nodejs.org.

How many AI detection checks can I do per day?

30 checks per day, shared with the HumanTone web app. Detection does not consume credits.

评论

其他 分类下的更多 MCP 服务器