← wayfindhq.com

INDIVIDUAL MCP TOOL

mca_vs_line_of_credit

Honest comparison of a merchant cash advance vs a business line of credit for a given need: structure, cost profile, speed, and which fits when.

wayfindhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://wayfindhq.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wayfindhq.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.wayfind]
url = "https://wayfindhq.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: wayfind
Remote MCP URL: https://wayfindhq.com/api/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": {
    "wayfind": {
      "url": "https://wayfindhq.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • true_cost — Compute the real cost of a merchant cash advance: total payback, fixed fee, and (when a term is given) the effective annualized rate.
  • qualification_precheck — Directional pre-check for US small-business funding via Wayfind: state serviceability (FL/GA/IL/OH/AZ/NV/CO served, TX captured but not routed, CA/NY/VA/UT not served) plus typical funder floors (roughly 6+ months in business, about $15K+ monthly revenue).
  • search_guides — Search Wayfind's library of 25+ plain-English small-business funding guides (MCA math, qualification, POS-capital declines, sector guides for restaurants, auto repair, salons, liquor stores, contractors).