Back to Home
liquid1982 icon

community-tl-mcp-server

Verified Safe

by liquid1982

Overview

Provides read-only access to the TrustLayer API via the Model Context Protocol (MCP) for integration with AI clients and other MCP-compatible tools.

Installation

Run Command
docker-compose up -d

Environment Variables

  • TRUSTLAYER_API_BASE_URL
  • TRUSTLAYER_API_VERSION
  • TRUSTLAYER_API_TOKEN

Security Notes

The server is explicitly designed for read-only access (GET operations only), significantly reducing the attack surface. It properly handles API tokens via environment variables or per-request Authorization headers using Python's contextvars, preventing hardcoded secrets. There is no evidence of `eval` or code obfuscation. Uses well-known libraries (`httpx`, `pydantic-settings`). Production deployment notes emphasize HTTPS and firewalling, which are critical for any exposed service. The only minor deductions would be for standard deployment considerations (e.g., ensuring secure infrastructure).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens50000
Stars0
Forks0
Last Update2025-12-05

Tags

MCPTrustLayerAPI-ClientRead-onlyPython