lens-mcp
Soulfield Lens — MCP サーバー
AI生成テキストのアウトサイドイン検証を、MCPツールとして提供します。
あらゆるAIツールは、回答を書いたのと同じモデルに、その回答が良いかどうかを尋ねます。モデルは「はい」と答えます。Soulfield Lensはアウトサイドインです。別のモデルが、あなたの出力に対して固定ゲートを実行します。テキストをチェックするだけで — 書きません。このパッケージは、そのゲートをClaude Code、Cursor、その他のMCP互換エージェントの中に配置し、出力が生成される経路上で検証できるようにします。
ゲートはフェイルクローズドです:境界ケースはUNKNOWNを返し、黙ってパスすることはありません。生成ステップがないため、独自の主張を捏造することはできません — チェックのみを行います。判断を誤る可能性は依然としてあります。だからこそ、境界ケースは自信を持った「はい」ではなくUNKNOWNを返すのです。
これはホスト型Lens API(api.soulfield.one)を囲む薄いstdioラッパーです。ローカルモデルもビルドステップも不要 — ファイル1つ、依存関係2つです。
2つのティアを提供します。ゲートティア(3ツール)はAPIキーのみが必要です。バリデーターティア(6ツール)はオプションで、lens-kit CLIがローカルにインストールされている場合にのみ有効になります — これは、単一ドキュメントのゲートでは見えない、決定的なクロスファイルチェックと欠陥メモリを実行します。これをスキップしても、ゲートティアはこれまでとまったく同じように動作します。
何もインストールする前に試す
キー不要のデモエンドポイントは同じゲートを実行します — IPごとに1日数回まで、サインアップ不要です:
curl -s https://api.soulfield.one/v1/demo \
-H 'content-type: application/json' \
-d '{"text": "<paste the AI output you are about to ship>"}'Related MCP server: Arkheia Hallucination Detection MCP
インストール
npm install -g @soulfield/lens-mcpまたはインストールせずに実行:npx @soulfield/lens-mcp。
Claude Code
claude mcp add soulfield-lens \
-e SOULFIELD_API_BASE=https://api.soulfield.one \
-e SOULFIELD_API_KEY=<your-key> \
-- npx @soulfield/lens-mcp任意のMCPクライアント(JSON設定)
{
"mcpServers": {
"soulfield-lens": {
"command": "npx",
"args": ["@soulfield/lens-mcp"],
"env": {
"SOULFIELD_API_BASE": "https://api.soulfield.one",
"SOULFIELD_API_KEY": "<your-key>"
}
}
}
}本番環境の呼び出しにはAPIキーが必要です — hello@soulfield.oneでリクエストしてください。lens_healthはキーなしで動作します。
ツール
ゲートティア — ホスト型API、すぐに使える
| ツール | 説明 | 認証 | | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
このラッパーは、同じエンジン上の複数のサーフェスの1つです:
無料の1出力監査 — api.soulfield.one/audit。監査がデモです。
組み込む(SDKストップフックとミドルウェア)— api.soulfield.one/developers。
所有する — キット:レンズ、コンパイラ、自己改善ループ、バリデータエージェント、Apache-2.0。独自のデータでトレーニングできます。公開リポジトリ:github.com/mrhpython/lens-kit — クローンして、
pip install -e ".[dev]"を実行すれば、テストスイートはキーなしでオフラインで実行されます。また、インストールすることで、上記のバリデータ層が有効になります。
私たちは自社のマーケティングコピーも、このパッケージが公開するのと同じゲートに通しています。
ライセンス
MIT — LICENSE を参照してください。(lens-kit 製品は Apache-2.0 の下で別途ライセンスされています。)
This server cannot be installed
Maintenance
Related MCP Connectors
Free mechanical checks for AI text: unnamed counts, dangling references, bad arithmetic, misquotes.
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.
Fact-checks generated content against your sources of truth showing what to trust, change, & verify.
Related MCP Servers
- AlicenseAqualityCmaintenanceAdversarial AI review API — independent AI reviews another AI's output. Stop LLMs from grading their own homework. Provides automated quality assurance for AI-generated code, content, and other outputs through independent review pipelines.453MIT

Arkheia Hallucinationofficial
AlicenseNot gradedqualityBmaintenanceDetect fabrication and hallucination in any LLM output. Score responses from GPT-4o, Claude, Gemini, Llama and 30+ models. Free tier included.1MIT
perf-mcpofficial
AlicenseAqualityDmaintenanceFact-checks and fixes AI outputs by catching hallucinations, repairing broken JSON, and correcting errors before they reach users, with tools for verification, validation, and correction.473MIT- AlicenseAqualityBmaintenanceA private, open-source AI-text checker. Get a read on whether text looks AI-written, the exact AI-tell spans to fix, a reuse check, and a grammar pass.4MIT
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/mrhpython/lens-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server