npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@arkheia/mcp-server

v1.2.0

Published

Arkheia MCP Server — Fabrication detection for LLM outputs. Detect hallucination in any model's output with a single tool call.

Readme

Arkheia MCP Server — Fabrication Detection for AI Agents

Know when your AI is making things up.

Arkheia screens model responses for fabrication using behavioural fingerprinting. Works with Claude, GPT, Gemini, Grok, Llama, Mistral, and 30+ other models. One tool call. Real-time risk scoring.

Free tier: 1,500 detections/month. No credit card.

Quick Start

npx @arkheia/mcp-server

Get a free API key:

curl -X POST https://arkheia-proxy-production.up.railway.app/v1/provision \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]"}'

Add to your agent config (Claude Code, Claude Desktop, Cursor, or any MCP-compatible tool):

{
  "mcpServers": {
    "arkheia": {
      "command": "python",
      "args": ["-m", "mcp_server.server"],
      "cwd": "~/.arkheia/mcp",
      "env": {
        "PYTHONPATH": "~/.arkheia/mcp",
        "ARKHEIA_API_KEY": "ak_live_your_key_here"
      }
    }
  }
}

Restart your agent. Then ask it:

"Use arkheia_verify to check this response: The Kafka 4.1 ConsumerLease API introduces a lease-based partition ownership model."

It should flag this as HIGH risk — because the Kafka 4.1 ConsumerLease API doesn't exist.

What You Get

| Tool | Description | |------|-------------| | arkheia_verify | Score any model response for fabrication risk (LOW/MEDIUM/HIGH) | | arkheia_audit_log | Review your detection history | | run_grok | Call Grok + screen for fabrication | | run_gemini | Call Gemini + screen for fabrication | | run_ollama | Call local Ollama model + screen | | run_together | Call Together AI (Kimi, DeepSeek) + screen |

35+ Model Profiles

GPT-4o, GPT-5.4, Claude Opus/Sonnet/Haiku, Gemini 2.5/3.0, Grok 4, Llama, Mixtral, CodeLlama, Falcon, Phi4, Kimi K2.5, and more. If your model isn't listed, let us know.

Pricing

| Plan | Price | Detections | |------|-------|------------| | Free | $0 | 1,500/month | | Single Contributor | $99/month | Unlimited | | Professional | $499/month | Unlimited | | Team | $1,999/month | Unlimited |

Full Documentation

See the GitHub repo for:

  • Complete setup guide for all agents
  • CLAUDE.md template for automatic detection across projects
  • Multi-agent quorum pattern
  • Test prompts and examples

Feedback

Every message is read by the founder.

Links

  • Website: https://arkheia.ai
  • GitHub: https://github.com/arkheiaai/arkheia-mcp