Skip to main content
Glama
sentrul

sentrul-mcp-server

by sentrul

sentrul-mcp-server

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/sdk@1.29.0 | License: MIT


Install (Claude Desktop)

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.


Related MCP server: Forage-mcp

Tools

sentrul_research

Fetch 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_scan

Scan text for common compliance patterns (PII, PCI, HIPAA, GDPR data). Returns findings + severity. Not legal advice.

Example prompts

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

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


sentrul_trace_lookup

Retrieve a public Langfuse trace by ID. Returns the structured trace payload for inspection.

Example prompts

  • "Fetch trace clm8abc123xyz from Sentrul"

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


Environment variables

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).

Anonymous free tier

If SENTRUL_API_KEY is not set, the server:

  1. Checks for a cached key at ~/.sentrul/mcp-key.

  2. If no cache exists, calls POST /v1/mcp/keys/anonymous to auto-provision a rate-limited free key.

  3. Writes the key to ~/.sentrul/mcp-key (mode 0600) for future runs.

You can upgrade at any time by setting SENTRUL_API_KEY in your MCP client config.


Security notes

  • No shell execution — the server never runs shell commands or spawns subprocesses.

  • No PII logging — environment variables and API keys are never written to logs or stdout.

  • Read-only — all three tools are read-only at launch; no writes to user files or external state.

  • Filesystem writes — the only writes are to ~/.sentrul/mcp-key (the key cache). Nothing else is written outside that directory.

  • Supply-chain — publish uses 2FA-enforced npm account + sigstore attestation (see SECURITY.md when available).


Development

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
    -
    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.
    Last updated
  • A
    license
    -
    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.
    Last updated
    28
    MIT
  • A
    license
    -
    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.
    Last updated
    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