Blekline MCP Server
OfficialRelated Servers
Alternatives to Blekline MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables deterministic zero-trust security for AI agents, providing prompt injection protection, PII scrubbing, and policy enforcement before agentic actions reach production systems.2Apache 2.0
- AlicenseNot gradedqualityBmaintenanceProvides a governance gateway for LLM and agent traffic via MCP, blocking prompt injection, redacting PII, enforcing per-tenant token budgets, and caching repeat questions semantically. Enables AI agents to route model calls through the same guardrails instead of calling providers directly.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to scan, redact, and govern sensitive data before sending it to external tools through DLP, secure chat, and shadow AI discovery tools.AGPL 3.0
- AlicenseAqualityBmaintenanceProtects AI agents from threats like prompt injection, jailbreaks, and SQL injection through a multi-layer scanning pipeline. It also enables PII redaction and rehydration to ensure data privacy during LLM interactions.1262 npm2Apache 2.0
- AlicenseAqualityBmaintenancePolicy proxy that governs what AI assistants can reach and do: it refuses forbidden tool calls before the upstream is contacted, with per-user memory and a tamper-evident audit. Stops prompt-injection exfiltration and forbidden data combinations across connectors.2121Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to securely invoke tools by enforcing identity proof, capability verification, and risk scoring on every request, blocking unsafe calls before they execute.MIT
TDQS
Scored across 6 tools
The set includes two pairs of deprecated duplicates (classify_risk mirrors simulate_policy, emit_event mirrors log_governance_event), which creates some overlap. However, the deprecation notes explicitly point to the replacements, so an agent can disambiguate with careful attention.
All tools share the consistent 'blekline_' prefix and follow a clear verb_noun snake_case pattern (mask_prompt, simulate_policy, log_governance_event, evaluate_tool_call, classify_risk, emit_event). The naming is uniform and predictable.
Six tools total is within the typical well-scoped range, though two are deprecated, leaving four active tools. This is slightly thin for a governance surface but still reasonable for the narrow purpose of masking and policy evaluation.
The active tools cover core needs: masking, policy simulation, governance event logging, and tool-call evaluation. Missing capabilities like policy management or retrieving audit logs are minor gaps, but the primary workflow is well covered.