Serverscom.cre8techdev/mini-pricer-mcp
M

Lenderprice Mini Pricer MCP

com.cre8techdev/mini-pricer-mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://mp-mcp.cre8techdev.com/sse
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.cre8techdev/mini-pricer-mcp",
  "description": "MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API",
  "title": "Lenderprice Mini Pricer MCP",
  "version": "0.1.0",
  "remotes": [
    {
      "type": "sse",
      "url": "https://mp-mcp.cre8techdev.com/sse",
      "headers": [
        {
          "description": "Bearer token for server authentication",
          "value": "Bearer {token}",
          "isSecret": true,
          "variables": {
            "token": {
              "description": "JWT auth token for the Lenderprice API",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}