Productivity
finology.tech
This MCP server provides financial advisors with tools to model federal student loan repayment plans, import NSLDS data, and generate client-ready reports.
ENDPOINT 1
https://mcp.finology.tech/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.finology-tech]
url = "https://mcp.finology.tech/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"finology-tech": {
"type": "http",
"url": "https://mcp.finology.tech/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: finology-tech
Remote MCP URL: https://mcp.finology.tech/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"finology-tech": {
"url": "https://mcp.finology.tech/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"finology-tech": {
"type": "http",
"url": "https://mcp.finology.tech/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "finology-tech bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "finology-tech",
"transport": "streamable-http",
"url": "https://mcp.finology.tech/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.finology.tech/free
MCP server metadata
- Name
- finology-student-loan
- Version
- 1.0.0
Known tools 4
compare_married_filing_jointly_vs_separately_student_loansRun the same federal loan book filing jointly and filing separately and report the swing in the best income-driven plan's payment and lifetime cost.
Potential side effectsfinology_service_infoHow to go further than this free rung, in structured form: the self-serve paths for an advisor (app trial) and for a developer or operator (instant sandbox key, keyed MCP and REST endpoints, auth header), tiers and monthly limits, and what in these answers is an estimate.
Inferred read-onlycompare_federal_student_loan_repayment_plansCompare every federal repayment plan a loan can elect (Standard, RAP, IBR, PAYE, ICR) on the current federal rules: monthly payment, lifetime cost, forgiveness timing and the estimated tax on forgiven balances.
Potential side effectsestimate_rap_monthly_paymentEstimate the RAP (Repayment Assistance Plan) monthly payment from income, filing status, dependents and family size, on the current federal rules.
Potential side effectsCONNECT 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.finology-student-loan]
url = "https://mcp.finology.tech/free"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finology-student-loan": {
"type": "http",
"url": "https://mcp.finology.tech/free"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finology-student-loan
Remote MCP URL: https://mcp.finology.tech/free
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": {
"finology-student-loan": {
"url": "https://mcp.finology.tech/free"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finology-student-loan": {
"type": "http",
"url": "https://mcp.finology.tech/free"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finology-student-loan",
"transport": "streamable-http",
"url": "https://mcp.finology.tech/free"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.