Back to Home
MiloCreditPlatform icon

loanpro-mcp-server

Verified Safe

by MiloCreditPlatform

Overview

Exposes read-only LoanPro financial data via Model Context Protocol (MCP) using HTTP, SSE, and stdio transports for integration with AI agents or other clients.

Installation

Run Command
go run .

Environment Variables

  • LOANPRO_API_URL
  • LOANPRO_API_KEY
  • LOANPRO_TENANT_ID

Security Notes

The server correctly uses environment variables for API credentials, avoiding hardcoded secrets. It employs structured logging (`slog`). The code is well-structured Go with no obvious malicious patterns, 'eval' usage, or obfuscation. CORS is broadly enabled ('Access-Control-Allow-Origin: *'), which is common for APIs but could be restricted further for specific deployment scenarios if stricter access control is desired.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2025-12-12

Tags

GoAPI IntegrationFinancial DataMCPMicroservice