← profixdirectory.com

INDIVIDUAL MCP TOOL

get_trade_pricing

Return two pricing surfaces for a trade: (1) 2026 homeowner cost-guide ranges (low/typical/high USD) for every published cost guide in this trade, and (2) ProFix per-lead pricing tiers (emergency $35 / same-day $25 / quoted $15 / cold $10).

profixdirectory.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests a financial action.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • find_pros — Search home-service profiles across the Toledo and Findlay metros.
  • find_pros_by_neighborhood — Most precise location filter.
  • get_pro — Fetch the full record for a single pro by their slug.
  • list_taxonomy — Returns the directory's trades, specialties, metros, cities, and neighborhoods.
  • get_emergency_contacts — Returns universal emergency contacts (911, Poison Control, Columbia Gas, 811) plus per-metro power and water utilities.
  • get_cost_estimate — Returns the structured cost estimate for a specific home-service job.
  • list_cost_guides — Browse all cost guides in the directory.
  • list_guides — Browse the long-form guides (e.g., Findlay Blanchard flood prep, BGSU rental landlord playbook, Ohio plumbing permits).