← mtgmon.com

INDIVIDUAL MCP TOOL

get_servicer_analytics

Get a servicer scorecard, vintage performance fan, or lender transfer analysis.

mtgmon.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mtgmon.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_servicer_analytics and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

mtgmon.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mtgmon]
url = "https://mtgmon.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mtgmon": {
      "type": "http",
      "url": "https://mtgmon.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mtgmon
Remote MCP URL: https://mtgmon.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mtgmon": {
      "url": "https://mtgmon.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mtgmon": {
      "type": "http",
      "url": "https://mtgmon.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mtgmon",
  "transport": "streamable-http",
  "url": "https://mtgmon.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_market_snapshot — Get current mortgage, TBA, Treasury, SOFR, and fitted MBS-basis observations.
  • get_loan_performance — Get bounded GSE loan-performance analytics for one clearly defined topic.
  • search_lenders — Find canonical HMDA lender keys, optionally filtered by charter, state, or volume.
  • get_lender_profile — Get a bounded HMDA profile for one canonical lender key returned by search_lenders.
  • compare_lenders — Compare two canonical HMDA lender keys returned by search_lenders.
  • get_dataset_status — Get mtgmon dataset coverage, freshness, build, and cache status.
  • search_sec_filings — Search newest-first SEC filings after terminal summary processing.
  • get_sec_filing — Get one SEC filing, its entity roles, summary, and extracted facts.