
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
SignsOfAI.Mcp
Advanced tools
Model Context Protocol (MCP) server for Signs of AI Writing. Exposes the engine as tools — analyze text for AI tells, check originality between documents, search the sign catalog, extract distinctive phrases, and (optionally, via the hosted API) measure perplexity and find paraphrases — to Claude Desktop and any MCP client.
Exposes the Signs of AI Writing engine as MCP tools, so Claude Desktop (or any MCP client) can analyze text, compare documents for copying, browse the sign catalog, and — optionally — measure perplexity and find cross-language paraphrases.
Built on the official ModelContextProtocol SDK
(stdio transport) and a project reference to SignsOfAI.Core.
| Tool | What it does | Runs |
|---|---|---|
analyze_ai_writing | Score 0–100 + verdict + findings (overused vocabulary, rhetorical crutches, syntactic tells, burstiness), each with a fix | 🖥️ offline |
check_originality | Compares 2+ documents against each other → overlap % + the actual shared passages | 🖥️ offline |
search_catalog | Searches the catalog of AI-writing signs (EN/ES), filter by keyword / language / category | 🖥️ offline |
extract_distinctive_phrases | Distinctive phrases + ready-made exact-phrase web-search links | 🖥️ offline |
inspect_characters | Characters typing cannot produce — zero-width, homoglyphs, hidden tag characters — with the exact line and column of each | 🖥️ offline |
check_citations | Where a document contradicts its own reference list: a source cited but never listed, one DOI on two works, a year that has not happened | 🖥️ offline |
compare_to_baseline | How a piece sits against the same person's earlier work (Burrows's Delta) — measured on their variation, never a verdict about who wrote it | 🖥️ offline |
measure_predictability | Perplexity — how predictable/generic a model finds the phrasing | ☁️ server |
check_paraphrase | Reworded/translated copies via sentence embeddings (EmbeddingGemma) | ☁️ server |
The first seven run entirely on the machine — the text never leaves it. The last two send the text to the SignsOfAI server (their descriptions disclose this); see Server tools.
It's on NuGet as SignsOfAI.Mcp, a .NET tool. You need
the .NET 10 SDK; nothing else to build.
# Run it on demand — no install step:
dnx SignsOfAI.Mcp --yes
# …or install the `signsofai-mcp` command once:
dotnet tool install --global SignsOfAI.Mcp
To hack on it instead, run it straight from the repo: dotnet run --project src/SignsOfAI.Mcp.
Add one of these to claude_desktop_config.json
(Windows: %APPDATA%\Claude\claude_desktop_config.json), then restart Claude Desktop.
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": ["SignsOfAI.Mcp", "--yes"]
}
}
}
Or, if you installed the global tool:
{
"mcpServers": {
"signs-of-ai": { "command": "signsofai-mcp" }
}
}
Working from a clone instead? Point it at the built DLL:
{
"mcpServers": {
"signs-of-ai": {
"command": "dotnet",
"args": ["C:\\path\\to\\SignsofAI\\src\\SignsOfAI.Mcp\\bin\\Release\\net10.0\\SignsOfAI.Mcp.dll"]
}
}
}
measure_predictability and check_paraphrase call the SignsOfAI API. By default they use the
PeopleWorks-hosted endpoint; override it with the SIGNSOFAI_API_ENDPOINT environment variable:
{
"mcpServers": {
"signs-of-ai": {
"command": "signsofai-mcp",
"env": { "SIGNSOFAI_API_ENDPOINT": "https://your-server" }
}
}
}
Unlike the offline tools, these two send the text off the device to run the model — the same disclosed,
opt-in behavior as the web app's Predictability and Paraphrase features. check_paraphrase also needs the
embedding feature enabled on the server.
MCP speaks JSON-RPC over stdout, so this server logs everything to stderr — never write to stdout from a tool.
Listed in the official MCP registry under the name below. The registry reads that line out of this README to verify that whoever publishes the registry entry also owns the NuGet package, so don't remove or reword it — publishing would start failing.
mcp-name: io.github.peopleworks/signs-of-ai
FAQs
Model Context Protocol (MCP) server for Signs of AI Writing. Exposes the engine as tools — analyze text for AI tells, check originality between documents, search the sign catalog, extract distinctive phrases, and (optionally, via the hosted API) measure perplexity and find paraphrases — to Claude Desktop and any MCP client.
We found that SignsOfAI.Mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.