$ timeahead.in
/ servers/npm/@transcend-io/mcp-server-consent
npm

@transcend-io/mcp-server-consent

Transcend MCP Server — Consent Management tools.

2 stars2k/wkupdated 0d agogithub ↗
48poor
▣ Overview

What it does

Provides Claude with programmatic access to Transcend's consent management platform. The server integrates with Transcend's infrastructure to read and write consent data, enabling Claude-powered workflows to query consent states, modify consent preferences, and embed consent operations into automation tasks. The server handles file I/O for consent records and makes network calls to Transcend's privacy and consent APIs. Note: the README provides limited architectural detail, so integration specifics should be clarified with Transcend documentation.

Who it's for

Privacy engineers and compliance officers at organizations using Transcend who want to automate consent workflows with Claude. Teams building internal tools for consent audits, preference management, or compliance reporting can use this server to centralize these operations in an AI-driven context.

Common use cases

  • Query consent states and preferences for users from Claude workflows
  • Audit and report on consent settings across your Transcend environment
  • Automate exports of consent data for regulatory requests
  • Update user consent preferences at scale through Claude
  • Integrate consent checks into larger compliance automation pipelines

Setup pitfalls

  • 17 secrets were detected in the codebase — API credentials and tokens must be stored in environment variables, never committed to version control. Consult Transcend's security guidelines for proper secret management.
  • No CI/CD pipeline is configured — manual testing is required before production deployment.
  • The server requires filesystem access to consent data and outbound network calls to Transcend APIs — ensure your runtime has these permissions and firewall rules allow HTTPS to Transcend services.
  • High-risk classification — carefully audit all consent operations in development before enabling in production, especially when handling personal data subject to privacy regulations.
17 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
45
8.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
47.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "transcend-iomcp-consent": {
      "command": "npx",
      "args": [
        "-y",
        "@transcend-io/mcp-server-consent"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
4/30/20266/10/2026 · 32 snapshots
⚙ Maintenance health
80/ 100 · is this project alive?
contributors (1y)18
top contributor share28%
releases (1y)100
last release0d ago
ci✓ passing
⛁ Raw data
weekly downloads2k
github stars2
forks2
open issues31
license✓ present
readme length1205 chars
last publish0d ago
last commit0d ago
last updated5d ago
install verified✓ pass · 29d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points