sentrul-mcp-server
sentrul-mcp-server
从任何支持 MCP 的客户端运行 Sentrul 研究、合规性和追踪查询代理。 通过一个网关提供 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 来进行升级。
安全说明
无 Shell 执行 — 服务器从不运行 shell 命令或生成子进程。
无 PII 日志记录 — 环境变量和 API 密钥绝不会写入日志或标准输出。
只读 — 所有三个工具在启动时均为只读;不会写入用户文件或外部状态。
文件系统写入 — 仅写入
~/.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 许可证 — 版权所有 (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