T
Trustlayer MCP Server
by @a-nasstrom
MCP server for TrustLayer API - read-only access to parties, documents, projects. Supports Cursor, Claude Desktop, n8n.
Created 12/4/2025
Updated 9 days ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
uvx trustlayer-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"a-nasstrom-trustlayer-mcp-server": {
"command": "uvx",
"args": [
"trustlayer-mcp-server"
]
}
}
}