← Back to Plugins
MCP Server MCP

Signs of AI Writing

github By github 👁 1 views ▲ 0 votes

AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "SignsOfAI.Mcp",
      "version": "0.4.0",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the SignsOfAI API used by the two optional server-backed tools (measure_predictability, check_paraphrase). Defaults to the PeopleWorks-hosted endpoint. The other seven tools never call it.",
          "name": "SIGNSOFAI_API_ENDPOINT"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...