sentrul-mcp-server
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を返します。
プロンプト例
"Research https://example.com/report and summarise the key claims"
"Do a full-depth research pass on https://arxiv.org/abs/2401.00001"
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キー。設定しない場合は無料ティアが使用されます。 |
| いいえ |
| SentrulゲートウェイのベースURLを上書きします(ステージング/ローカル開発用)。 |
匿名無料ティア
SENTRUL_API_KEY が設定されていない場合、サーバーは以下の動作を行います:
~/.sentrul/mcp-keyにキャッシュされたキーがあるか確認します。キャッシュが存在しない場合、
POST /v1/mcp/keys/anonymousを呼び出し、レート制限付きの無料キーを自動的にプロビジョニングします。今後の実行のために、キーを
~/.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リンク
ホームページ: https://sentrul.com
MIT License — Copyright (c) 2026 Sentrul
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
- FlicenseNot gradedqualityDmaintenanceAML 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.
- AlicenseNot gradedqualityDmaintenanceMCP 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.22MIT
- AlicenseAqualityFmaintenanceProvides 14 MCP tools for AI agent infrastructure, enabling knowledge base queries, skill search, handoffs, blueprint validation, trust scoring, identity verification, SLA validation, and compliance checks.22MIT
- AlicenseNot gradedqualityCmaintenanceSeven 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
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.
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/sentrul/sentrul-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server