Overview
What is Armavita Originality Ai Mcp?
Armavita Originality Ai Mcp is a local-first MCP (Model Context Protocol) server that integrates with the Originality.ai scanning API. It provides tools for AI content detection, plagiarism checking, readability scoring, grammar analysis, fact-checking, and SEO scanning. Designed for local MCP clients such as Claude Code, Cursor, and Codex, it uses stdio transport and requires Python 3.11 or later.
How to use Armavita Originality Ai Mcp?
Install the server via pip install -e . or set up a local Python virtual environment. Set the ORIGINALITY_API_KEY environment variable with your Originality.ai API key. Configure your MCP client to launch the server using the provided run.sh script. Tools available include scan_ai, scan_full, scan_plagiarism, scan_readability, scan_seo, scan_url, get_scan_results, and credit_balance.
Key features of Armavita Originality Ai Mcp
- Local-first MCP server for Originality.ai scanning workflows
- Supports AI detection, plagiarism, readability, grammar, fact-checking, and SEO scans
- Runs on stdio MCP transport only
- Compatible with Claude Code, Cursor, and Codex MCP clients
- Requires Python 3.11+ and the
mcp==1.26.0package - Licensed under AGPL-3.0-only
Use cases of Armavita Originality Ai Mcp
- Automatically scan written content for AI-generated text within an MCP‑enabled editor.
- Check submissions for plagiarism and readability before publishing.
- Run quick fact-checking and grammar audits on articles or reports.
- Retrieve scan results and monitor your Originality.ai credit balance via MCP tools.
- Integrate SEO scanning into a content creation pipeline.
FAQ from Armavita Originality Ai Mcp
What transport does Armavita Originality Ai Mcp use?
It uses stdio MCP transport only; remote or other transports are not supported.
What are the runtime requirements for Armavita Originality Ai Mcp?
Python 3.11 or later and the mcp==1.26.0 package are required.
How do I provide my Originality.ai API key?
Set the ORIGINALITY_API_KEY environment variable in your MCP client configuration. Never hard‑code the key into source files.
Where does the data go when I perform a scan?
The server sends content to the Originality.ai API for processing; no data is stored locally by the MCP server.
What license is Armavita Originality Ai Mcp under?
It is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only).