74
/ 100
23 days ago
glama

mcp-server-justlend

An MCP server enabling AI agents to interact with JustLend DAO on TRON for lending, borrowing, and portfolio management, plus general TRON chain utilities.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
96 tools verified — handlers match their declared behaviour
58 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: AGENT_WALLET_PASSWORD, MCP_API_KEY, TRONGRID_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAGENT_WALLET_DIR
🔐 secretAGENT_WALLET_PASSWORDexport ="your_wallet_password"
configALLOW_CONTRACT_DEPLOY
configALLOW_INSECURE_RUNTIME_SECRETS
🔐 secretMCP_API_KEYmy-secret-key npm run start:http
configMCP_CORS_ORIGINHTTP mode is fail-closed: MCP_API_KEY is required, the server binds to 127.0.0.1 by default, and CORS is disabled unless you explicitly set .
configMCP_HOST127.0.0.1 HTTP listen host. Keep the default unless you intentionally want remote exposure.
configMCP_MAX_SESSIONS100 Maximum concurrent SSE sessions
configMCP_RATE_LIMIT_PER_MIN
configMCP_SESSION_TIMEOUT_MS1800000 Session idle timeout in ms (default: 30 min)
configMCP_SSE_RATE_LIMIT_PER_MIN
configPORT3001 HTTP listen port
🔐 secretTRONGRID_API_KEYexport ="your_trongrid_api_key"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/justlend-mcp-server-justlend-kyxuy5)](https://m8ven.ai/mcp/justlend-mcp-server-justlend-kyxuy5)
commit: 7047e53b8f6563989485aad7283cbc56116426e1
code hash: 19479495fa81da0efd90cdc10d273cb9f59637617e91a0689be6bb954ec6cf49
verified: 6/18/2026, 11:23:18 AM
view raw JSON →