General Tools
wayfindhq.com
MCP server for small-business funding analysis, offering cost calculation, qualification pre-check, and educational guides.
ENDPOINT 1
https://wayfindhq.com/api/mcp
MCP server metadata
- Name
- wayfind
- Version
- 1.0.0
Wayfind is an independent US small-business funding referral broker (not a lender). Tools return public, education-grade data: true MCA cost math, a directional qualification pre-check, guide search, and an MCA vs LOC comparison. Never present tool output as an offer or approval.
Known tools 4
true_costCompute the real cost of a merchant cash advance: total payback, fixed fee, and (when a term is given) the effective annualized rate.
Inferred read-onlyqualification_precheckDirectional 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).
Inferred read-onlysearch_guidesSearch 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).
Inferred read-onlymca_vs_line_of_creditHonest comparison of a merchant cash advance vs a business line of credit for a given need: structure, cost profile, speed, and which fits when.
Inferred read-onlyCONNECT 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.
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.