Smarty

Smarty MCP Connector for Claude

A+

Equip your AI with enterprise-grade location intelligence to validate, autocomplete, and extract US or International addresses instantly.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Smarty account to any AI agent and empower your team to sanitize raw address data, query ZIP codes, and format global street locations securely. Interact with powerful geospatial and mailing validation APIs through natural language without writing a single line of custom script.

What you can do

  • Address Validation (USA/Intl) — Effortlessly clean and verify messy user inputs calling validate_us_address, returning the Delivery Point Validation (DPV)
  • Text Extraction — Feed your AI unformatted text like emails or notes and run extract_addresses to intelligently isolate real physical addresses
  • Autocompletion Tests — Interrogate the AI dynamically with partial street names using the autocomplete_us_address algorithm
  • ZIP Code Checks — Validate specific 5-digit postal zones using verify_zip_code to retrieve associated municipal limits

How it works

  1. Subscribe to this server
  2. Enter your Smarty Auth ID and Auth Token
  3. Start using Claude, Cursor, or any MCP-compatible client to query your geospatial APIs directly

Stop manually typing test addresses into the Smarty sandbox or setting up Postman. Your AI agent can validate address inputs right inside your coding or chat interface.

Who is this for?

  • E-Commerce Devs — test the viability of formatting algorithms by parsing complex address lines dynamically in your IDE
  • Data Engineers — upload raw customer data lists to your AI and have it extract valid postal locations sequentially
  • Logistics Teams — quickly verify delivery endpoints for complex multi-unit apartment addresses internally
address-validationgeocodingdata-sanitizationpostal-verificationlocation-intelligence

7 tools expose this connector's capabilities to your AI agent.

autocomplete_intl_address

Predictive autocomplete for international addresses

autocomplete_us_address

Predictive autocomplete for US addresses

extract_addresses

g., emails, documents) and find valid addresses. Extracts physical addresses from raw text

get_account_info

Retrieves Smarty account information

validate_intl_address

Requires at least the address line and country. Validates and geocodes an international street address

validate_us_address

Returns delivery point validation (DPV) status and coordinates. Validates and geocodes a US street address

verify_zip_code

Verifies a ZIP code and returns associated cities and states

See how to talk to your AI agent using Smarty.

Validate this US address: 1 Santa Claus Ln, North Pole, AK 99705.

I've validated the inputted address using the Smarty API. **Normalized Result**: 1 Santa Claus Ln, North Pole, AK 99705-9901 **DPV Match**: Yes (Y) - Valid deliverable address **County**: Fairbanks North Star **Coordinates**: Latitude 64.75, Longitude -147.34

Can you extract any known addresses from this raw text string: "I live out near the big oak tree at 1600 Amphitheatre Pkwy, Mountain View, CA 94043, come visit soon!"

I extracted the following geographic location using the text parsing API: **Address 1**: - **Cleaned Line**: 1600 Amphitheatre Pkwy, Mountain View, CA 94043 - **ZIP**: 94043 - **Verification**: Confirmed deliverable (Google Headquarters).

Provide a markdown list of US autocomplete suggestions when a user types "3311 w 300 s s".

Based on the incomplete input `3311 w 300 s s`, the Smarty API returned these 3 most likely completions: 1. **3311 W 300 S**, Salt Lake City, UT 84104 2. **3311 W 300 S**, Syracuse, IN 46567 3. **3311 W 300 S**, Swayzee, IN 46986 Would you like me to run a full DPV validation on the Salt Lake City result?

Yes! You can paste an entire email string or customer support note into your prompt and ask the AI: 'Extract any addresses mentioned in this text.' The agent triggers the `extract_addresses` engine to return the geolocated and sanitized address format purely.

Related Connectors