{
  "name": "texas-homebuyer-money-finder",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "description": "Structured decision support for Texas homebuyers. Given a prospective buyer's location, household and income range, buyer status, the type of assistance they need, and profile factors (veteran, profession, rural), this capability returns POSSIBLE Texas homebuyer-assistance program matches — grants, down-payment assistance, closing-cost help, and homebuyer-education pathways — along with why each program appeared, items to verify, and official source links. It returns possible matches only and never a qualification, eligibility, or approval decision. No credit pull and no Social Security number are used.",
  "provider": {
    "name": "Texas Homebuyer Money Finder",
    "url": "https://homemoneyfinder.com",
    "documentation": "https://homemoneyfinder.com/decision-tools"
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "transport": [
    {
      "type": "http",
      "url": "https://homemoneyfinder.com/api/webmcp",
      "methods": ["GET", "POST"],
      "description": "GET returns the full WebMCP descriptor. POST accepts JSON-RPC 2.0 requests: initialize, tools/list, and tools/call."
    }
  ],
  "tools": [
    {
      "name": "find_homebuyer_options",
      "description": "Run the Texas Homebuyer Money Finder assessment for a prospective buyer and return possible homebuyer-assistance program matches (grants, down-payment assistance, closing-cost help). Returns possible matches only — never a qualification or approval decision."
    },
    {
      "name": "list_programs",
      "description": "Browse or filter the Texas homebuyer-assistance program library by city, county, assistance type, category, or status."
    },
    {
      "name": "get_program",
      "description": "Retrieve a single Texas homebuyer-assistance program by its program ID, including geography, assistance, eligibility, process details, and official sources."
    }
  ]
}
