MCP server exposing 2 tools for smarty.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/smarty/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
smarty_verify_address — Verify & standardize a US address — validates deliverability and returns the USPS-standardized address, county, lat/lon, ZIP+4, and residential/commercial indicator. Example: smarty_verify_address({ street: "1600 Amphitheatre Pkwy", city: "Mountain View", state: "CA", _apiKey: "authId:authToken" })smarty_property_enrichment — Property attributes (year built, sqft, value, owner) for a US address — returns 350+ data points from tax assessor & deed records including bedrooms/bathrooms, lot size, assessed & market value, and last sale. Example: smarty_property_enrichment({ street: "1400 Sandhill Rd", city: "Orem", state: "UT", _apiKey: "authId:authToken" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/smarty/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io