originality-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORIGINALITY_API_KEY | Yes | Your Originality.ai API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| originality_scanA | Run a comprehensive content scan for AI detection, plagiarism, fact checking, readability, grammar/spelling, and SEO optimization. Requires plain text content. Each enabled check consumes credits. |
| originality_batch_scanA | Process multiple content scans in a single request. Each item uses the same scan options. More efficient than individual scans for bulk content. |
| originality_scan_urlA | Scan content from a URL. The API fetches the content from the provided URL and runs the same checks as a regular scan. Useful for analyzing published web pages. |
| originality_get_scan_resultsA | Retrieve previously stored scan results by scan ID. Only works for scans that had storeScan set to true. |
| originality_get_credit_balanceA | Retrieve the current account credit balance. Use this to check how many credits are available before running scans. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clear, distinct purpose: scanning text, scanning URLs, batch scanning, retrieving results, and checking credit balance. No ambiguity or overlap.
All tools use a consistent snake_case verb_noun pattern with the 'originality_' prefix. The naming is predictable and uniform.
With 5 tools, the set is well-scoped for an originality scanning service. Each tool serves a necessary function without redundancy or excessive specialization.
The tools cover the essential workflow: checking credits, scanning text/URLs, batch scanning, and retrieving stored results. Minor gaps like listing or deleting scans do not hinder core functionality.