loading…
Search for a command to run...
loading…
Enables access to Sentrul's research, compliance scanning, and trace lookup agents through MCP clients. Provides 257 production agents for analyzing web content
Enables access to Sentrul's research, compliance scanning, and trace lookup agents through MCP clients. Provides 257 production agents for analyzing web content, detecting compliance patterns, and retrieving structured trace data.
Run Sentrul research, compliance, and trace-lookup agents from any MCP-aware client. 257 production agents behind one gateway.
Version: 0.1.0 | SDK: @modelcontextprotocol/[email protected] | License: MIT
Add this snippet to ~/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" }
}
}
}
Restart Claude Desktop. The server auto-provisions a free-tier key on first use — no signup required.
sentrul_researchFetch a URL and run Sentrul's research-agent on the content. Returns summary, entities, claims, and a public Langfuse trace URL.
Example prompts
sentrul_compliance_scanScan text for common compliance patterns (PII, PCI, HIPAA, GDPR data). Returns findings + severity. Not legal advice.
Example prompts
sentrul_trace_lookupRetrieve a public Langfuse trace by ID. Returns the structured trace payload for inspection.
Example prompts
| Variable | Required | Default | Description |
|---|---|---|---|
SENTRUL_API_KEY |
No | auto-provisioned | Your Sentrul API key. Leave unset to use the free tier. |
SENTRUL_API_BASE |
No | https://app.sentrul.com/api |
Override the Sentrul gateway base URL (staging / local dev). |
If SENTRUL_API_KEY is not set, the server:
~/.sentrul/mcp-key.POST /v1/mcp/keys/anonymous to auto-provision a rate-limited free key.~/.sentrul/mcp-key (mode 0600) for future runs.You can upgrade at any time by setting SENTRUL_API_KEY in your MCP client config.
~/.sentrul/mcp-key (the key cache). Nothing else is written outside that directory.SECURITY.md when available).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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sentrul-mcp-server": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.