parseltongue-claude
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@parseltongue-claudeaudit README.md for hallucinated claims"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
parseltongue-claude
MCP server + skill for Parseltongue hallucination detection in Claude Code.
Quick Start
# 1. Install
uv pip install -e .
# 2. Add MCP server
claude mcp add --transport stdio parseltongue -- $(pwd)/run-server.sh
# 3. Install skills
mkdir -p ~/.claude/skills
ln -s $(pwd)/skills/parseltongue ~/.claude/skills/parseltongue
ln -s $(pwd)/skills/parseltongue-review ~/.claude/skills/parseltongue-review
# 4. Restart Claude Code, then:
/parseltongue [document] What are the key claims?
/parseltongue-review README.md # audit your own docsRelated MCP server: codex-fusion-mcp
What It Does
Inverts Parseltongue's architecture: instead of Parseltongue calling an LLM API, Claude Code becomes the LLM and calls Parseltongue for verification.
Original: You → Parseltongue → LLM API → DSL → Verify
This: You → Claude Code → Parseltongue MCP → VerifyEvery claim must cite a verbatim quote. Misquotes are flagged as hallucinations.
Skills
/parseltongue — Grounded document analysis
Analyze external documents with provable claims. Every fact traces to a verbatim quote.
/parseltongue [SEC filing] Are there revenue recognition red flags?/parseltongue-review — Documentation audit
Audit docs for accuracy, duplication, and consistency with source.
/parseltongue-review README.md # vs upstream, find duplicated content
/parseltongue-review docs/ # audit mkdocs siteMCP Tools
Tool | Description |
| Create verification session |
| Register source document |
| Load DSL and verify quotes |
| Full consistency check |
| Get DSL docs |
See upstream Parseltongue docs for DSL syntax and examples.
Development
uv pip install -e ".[dev]" # install
uv run pre-commit install --hook-type commit-msg --hook-type pre-commit
uv run pytest # test (80% coverage)
uv run ruff check --fix . && uv run ruff format . # lint + format
uv run cz commit # conventional commitLicense
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenanceAn MCP server for Claude Code that catches vague prompts, applies triage and correction pattern learning, and provides semantic search, cross-service contracts, and scorecards to reduce wasted tokens.812MIT- Alicense-qualityBmaintenanceMCP server enabling Claude to consult Codex (GPT-5.x) mid-task for second opinions, plan/diff review, brainstorming, and codebase exploration via structured debates and permission-controlled interactions.2MIT
- Alicense-qualityBmaintenanceThis MCP server enables AI agents to extract, verify, and cache factual claims from text using Claude Haiku and semantic fingerprinting, with tools for content verification, signal verification, and fact memory search.10MIT
- Alicense-qualityAmaintenanceAn MCP server that enhances Claude Code with evidence-first engineering, protocol gates, project-aware verification, auditable traces, and durable autonomous execution.30MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nlebovits/parseltongue-claude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server