Skip to main content
Glama
sentrul

sentrul-mcp-server

by sentrul

sentrul-mcp-server

MCP対応クライアントからSentrulのリサーチ、コンプライアンス、トレース検索エージェントを実行します。 1つのゲートウェイの背後に257個のプロダクションエージェントを統合しています。

バージョン: 0.1.0 | SDK: @modelcontextprotocol/sdk@1.29.0 | ライセンス: MIT


インストール (Claude Desktop)

~/Library/Application Support/Claude/claude_desktop_config.json に以下のスニペットを追加してください:

{
  "mcpServers": {
    "sentrul": {
      "command": "npx",
      "args": ["-y", "sentrul-mcp-server"],
      "env": { "SENTRUL_API_KEY": "optional — free tier auto-provisions" }
    }
  }
}

Claude Desktopを再起動します。サーバーは初回使用時に無料ティアのキーを自動的にプロビジョニングするため、サインアップは不要です。


Related MCP server: Forage-mcp

ツール

sentrul_research

URLを取得し、そのコンテンツに対してSentrulのリサーチエージェントを実行します。 要約、エンティティ、主張、および公開LangfuseトレースURLを返します。

プロンプト例


sentrul_compliance_scan

テキストをスキャンして一般的なコンプライアンスパターン(PII、PCI、HIPAA、GDPRデータ)を検出します。 検出結果と重大度を返します。法的助言ではありません。

プロンプト例

  • "Scan this document for PII and PCI violations: [paste text]"

  • "Check the following privacy policy for GDPR data patterns"


sentrul_trace_lookup

IDを指定して公開Langfuseトレースを取得します。 検査用に構造化されたトレースペイロードを返します。

プロンプト例

  • "Fetch trace clm8abc123xyz from Sentrul"

  • "Show me the observation tree for trace ID abc-def-456"


環境変数

変数

必須

デフォルト

説明

SENTRUL_API_KEY

いいえ

自動プロビジョニング

Sentrul APIキー。設定しない場合は無料ティアが使用されます。

SENTRUL_API_BASE

いいえ

https://app.sentrul.com/api

SentrulゲートウェイのベースURLを上書きします(ステージング/ローカル開発用)。

匿名無料ティア

SENTRUL_API_KEY が設定されていない場合、サーバーは以下の動作を行います:

  1. ~/.sentrul/mcp-key にキャッシュされたキーがあるか確認します。

  2. キャッシュが存在しない場合、POST /v1/mcp/keys/anonymous を呼び出し、レート制限付きの無料キーを自動的にプロビジョニングします。

  3. 今後の実行のために、キーを ~/.sentrul/mcp-key (モード 0600) に書き込みます。

MCPクライアント設定で SENTRUL_API_KEY を設定することで、いつでもアップグレード可能です。


セキュリティに関する注意点

  • シェル実行なし — サーバーはシェルコマンドの実行やサブプロセスの生成を一切行いません。

  • PIIログなし — 環境変数やAPIキーがログや標準出力に書き込まれることはありません。

  • 読み取り専用 — 3つのツールはすべて起動時に読み取り専用であり、ユーザーファイルや外部状態への書き込みは行いません。

  • ファイルシステムへの書き込み — 書き込みは ~/.sentrul/mcp-key (キーキャッシュ) に対してのみ行われます。それ以外のディレクトリへの書き込みは一切ありません。

  • サプライチェーン — 公開には2FA強制のnpmアカウントとsigstoreアテステーションを使用しています(利用可能な場合は SECURITY.md を参照)。


開発

pnpm install
pnpm run build   # tsc → dist/
pnpm test        # vitest run

# Smoke test — should print 3 tools in the tools/list response:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | node dist/index.js

リンク


MIT License — Copyright (c) 2026 Sentrul

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    AML Watcher MCP Server gives AI agents direct, real-time access to AML Watcher's proprietary sanctions, watchlist, and PEP databases. Connect your agentic workflows to 215+ sanctions regimes, 2.6M+ PEP profiles, and coverage across 235+ countries, no complex integrations required.
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.
    22
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Seven remote MCP servers exposing 51 published Apify scrapers as agent tools: company diligence, social listening, recruiting, real estate, lead generation, e-commerce and academic research. Billed per result, and a call that returns nothing is never charged.
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

View all MCP Connectors

Latest Blog Posts

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/sentrul/sentrul-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server