Smarty Connector for AI agents.
7 live capabilities
Accurate US and international address validation for shipping and logistics.
Waiting for input…
Why people use Smarty
Smarty Address Validation for E-commerce and Logistics
With this Connector, you just point your AI agent at the mess. It uses `extract_addresses` and `validate_us_address` to scrub the data automatically. You get a clean, verified list of deliverable locations in seconds, not hours.
What Vinkius changes
You get production-grade address verification without writing a single line of integration code.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing "Dirty" Customer Data
A data engineer feeds a list of raw customer notes to the agent and uses `extract_addresses` to build a clean shipping list.
- Real-world use case 02
Shipping Form Validation
An e-commerce dev uses `validate_us_address` to check if a customer's input is a real, deliverable spot during checkout.
- Real-world use case 03
Global Logistics Planning
A logistics lead asks the agent to find the city and state for a list of 500 zip codes using `verify_zip_code`.
Complete set · 7capabilities
The complete Smarty capability set.
These are the exact actions your AI can choose when you ask it to work with Smarty.
01—04
4 capabilities in this set.
Part of 7 available through Smarty.
- 01 Capability
Extract addresses
Pulls physical addresses out of unformatted text like emails or notes. This helps turn messy notes into clean data.
- 02 Capability
Validate us address
Verifies US street addresses and returns delivery point validation status and coordinates. This confirms a spot is deliverable.
- 03 Capability
Verify zip code
Checks a 5-digit zip code to return the associated city and state. It prevents errors caused by incorrect postal codes.
- 04 Capability
Autocomplete intl address
Provides predictive suggestions for international street addresses based on partial input. It helps find global locations quickly.
05—07
3 capabilities in this set.
Part of 7 available through Smarty.
- 05 Capability
Validate intl address
Validates and geocodes international street addresses including the country. It ensures your global shipping data is accurate.
- 06 Capability
Autocomplete us address
Predicts complete US street addresses to help users find the right location quickly. It speeds up data entry for domestic shipping.
- 07 Capability
Get account info
Pulls your current Smarty account details and status. Use this to check your current subscription or API status.
Set up in minutes
One URL. Then ask Smarty to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Smarty from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Smarty, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Smarty for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Smarty URL.
- Step 03
Save and start
Save the connection and enable Smarty in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"smarty": {
"url": "https://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Smarty
Open Agent mode in chat and ask: "Using Smarty, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"smarty": {
"url": "https://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Smarty
Ask Copilot: "Using Smarty, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"smarty": {
"url": "https://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Smarty
Open Cascade and ask: "Using Smarty, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"smarty": {
"url": "https://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Smarty
Ask Cline: "Using Smarty, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add smarty --transport http "https://edge.vinkius.com/vk_preview_WWrnyw2FpHy7mSqxHKiiqZHqicPR2sy1eg09Cn95/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Smarty
Ask Claude: "Using Smarty, show me...". 7 tools are ready
Where the request belongs
Work Smarty can move forward.
This is for the data engineers and e-commerce developers who are tired of "dirty" data breaking their shipping pipelines or manual entry errors causing failed deliveries.
E-commerce Developer
Testing address formatting logic in the IDE to ensure customers provide valid shipping info before hitting the database.
Data Engineer
Cleaning up massive customer lists by extracting valid locations from raw text dumps sequentially.
Logistics Coordinator
Verifying complex apartment and multi-unit delivery points for regional shipping to ensure high fulfillment rates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFoxentry
Validate and autocomplete addresses, emails, and phone numbers in forms to eliminate bad data before it enters your systems.
OpenCage
Geocode addresses and reverse-geocode coordinates via OpenCage. convert locations to lat/lng and back with country, language, and privacy filters from any AI agent.
Precisely
Equip your AI with precise location intelligence. geocode addresses, resolve property risks, calculate local taxes, and analyze demographics globally.
Geocodio
Empower geocoding via Geocodio. perform batch geocoding and reverse geocoding for US/Canada, and retrieve Census and legislative data directly from any AI agent.
Zippopotam.us
Free geocoding and postal code lookup. retrieve city, state, and coordinates for any zip code or find postal codes by city.
Deterministic Global Postal Formatter
Transform your AI into a CRM data powerhouse. Automatically validate, clean, and strictly format international postal codes (BR, US, UK, CA) via regex execution.
Bring your own AI
Change the model, client or framework. Keep Smarty connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Smarty.
The practical details behind the request, access and result.
Can Smarty MCP handle international addresses?
Yes, it handles both US and international street addresses. You can validate global locations to ensure your shipping data is accurate across different countries.
How does Smarty help with messy customer data?
It identifies physical addresses buried in raw text like emails or notes. This helps you turn unorganized notes into a clean, usable list of locations.
Can I use Smarty to find zip codes?
It can verify a 5-digit zip code and return the associated city and state. This is great for checking postal zones during data entry or cleanup.
Does Smarty validate apartment numbers?
It validates delivery point status, which includes checking for specific units and apartment details. This ensures your packages actually reach the front door.
How do I connect Smarty to my AI agent?
You just need to add your Smarty Auth ID and Token to the Connector configuration. Once connected, your AI client can query the location data directly.
Can it extract addresses from long paragraphs?
It can pull locations out of long paragraphs of text. This is perfect for cleaning up old customer records or extracting addresses from support tickets.
Can the AI find an address hidden inside a block of text automatically?
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.
How accurate is the address verification?
Smarty ensures the address is validated against official sources like the USPS using DPV (Delivery Point Validation) for US requests, guaranteeing a package can actually be delivered to the mapped coordinate. Your AI agent returns this rigorous underlying metadata.
Can I use the agent to fix my dataset dynamically without coding?
Yes. If you have 20 poorly formatted customer addresses, you can simply paste them in the prompt, asking your AI to 'Run each of these through Smarty and return a markdown table of the normalized addresses.' The agent handles the iteration loop for you via the capabilities.
One connection away
Give your agent a direct line to Smarty.
Connect Smarty once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available