AI Coding Assistants और Agents के लिए
AI Coding Assistants के लिए Mapping & POI API
Geocoding, autocomplete, routing, isochrones, matrix और vector tiles, सब एक पब्लिक OpenAPI spec और एक MCP server के रूप में उपलब्ध। इससे Cursor, Copilot, Cline, ChatGPT और आपके खुद के agents सीधे MapAtlas को कॉल कर सकते हैं। GDPR-अनुपालन, EU-होस्टेड और पूर्वानुमेय pay-as-you-go pricing।
सिर्फ़ इंसानों के लिए नहीं, AI builders के लिए बनाया गया
पब्लिक OpenAPI 3.1 spec
एक ही openapi.json हर endpoint, parameter और response का वर्णन करता है। Cursor, Cline, Continue.dev या किसी भी agent framework को इस पर पॉइंट करें, वे अपने आप सही calls सुझाएँगे।
नेटिव MCP server
हमारे Model Context Protocol server को Claude Desktop, ChatGPT या अपने agent stack में डालें। इससे उसे geocoding, search, directions और isochrones first-class tools के रूप में मिल जाते हैं।
GDPR-नेटिव, EU-होस्टेड
100% EU इन्फ्रास्ट्रक्चर, OpenStreetMap डेटा पर आधारित। US data transfer नहीं, third-party tracking नहीं, ISO 27001 प्रमाणित डेटा सेंटर। यूरोपीय यूज़र्स को सर्व करने वाले regulated AI products में इस्तेमाल के लिए सुरक्षित।
हर वो endpoint जो आपके agent को चाहिए
MapAtlas gateway का पूरा surface area, किसी भी AI coding assistant या autonomous agent से कॉल करने के लिए तैयार। Authentication सिर्फ़ एक token query parameter है।
| Endpoint | Method | Path | उद्देश्य |
|---|---|---|---|
| Forward Geocode | GET | /forward-geocode/ | Free-form text को coordinates, labels और confidence में बदलें। |
| Reverse Geocode | GET | /reverse-geocode/ | Coordinates से structured address और administrative hierarchy। |
| Autocomplete | GET | /autocomplete/ | कम latency वाले type-ahead address और POI सुझाव। |
| Directions | POST | /directions/ | Car, bike, foot, truck, bus, taxi के लिए turn-by-turn routes। |
| Isochrone | POST | /isochrone/ | समय या दूरी के अनुसार reachable-area polygons, multi-modal। |
| Matrix | POST | /matrix/ | कई origins और destinations के बीच bulk travel-time और distance pairs। |
| Route Optimization | POST | /optimization/ | Intermediate stops को reorder करके कुल cost कम करें। |
| Map Matching | GET | /map-matching/ | Noisy GPS traces को road network पर snap करें। |
| Elevation | POST | /elevation/ | किसी भी line या points के सेट के लिए terrain elevation profile। |
| Vector Tile Styles | GET | /styles/ | Interactive map rendering के लिए MapLibre / Mapbox GL style JSON। |
मिनटों में अपने stack में जोड़ें
AI assistants और agents MapAtlas से तीन तरीकों से बात करते हैं: सीधे HTTP, MCP, या OpenAPI के ज़रिए auto-discovery।
1. सीधी HTTP call
curl "https://gateway.mapmetrics-atlas.net/forward-geocode/?\
text=Eiffel%20Tower&boundary.country=FR&size=5&token=YOUR_TOKEN"2. MCP server config
{
"mcpServers": {
"mapatlas": {
"url": "https://mapatlas.eu/mcp"
}
}
}3. अपने AI assistant को OpenAPI spec पर पॉइंट करें
# Cursor / Cline / Continue.dev
# Point your AI assistant at the spec:
https://mapatlas.eu/openapi.jsonअक्सर पूछे जाने वाले सवाल
Cursor या Copilot जैसे AI coding assistants MapAtlas को कैसे discover करते हैं?
वे https://mapatlas.eu/openapi.json पर मौजूद पब्लिक OpenAPI 3.1 spec पढ़ते हैं। एक बार developer इस URL को context source के रूप में जोड़ देता है (या किसी agent framework को इस पर पॉइंट करता है), तो assistant सही endpoint paths, parameter names और request shapes सुझा सकता है जब भी कोई mapping, geocoding, routing या POI functionality माँगता है।
MCP server क्या है और यह क्यों ज़रूरी है?
MCP (Model Context Protocol) AI agents को external tools को first-class functions की तरह कॉल करने देता है। MapAtlas MCP server geocoding, search, directions, isochrones और POI lookup expose करता है, जिससे Claude Desktop, ChatGPT और कस्टम agents बिना HTTP कोड लिखे MapAtlas इस्तेमाल कर सकते हैं।
क्या MapAtlas legacy mapping APIs का drop-in replacement है?
ज़्यादातर use cases के लिए हाँ। Endpoints सामान्य patterns का पालन करते हैं (Pelias-style geocoding, Valhalla-style routing), इसलिए migration mechanical है। फर्क इतना है: pricing पूर्वानुमेय pay-as-you-go है, infrastructure 100% EU है और AI agents के लिए एक नेटिव MCP server है।
Burst करने वाले AI workloads के लिए pricing कैसी है?
हर endpoint पर free tier के साथ pay-as-you-go। कोई per-seat या per-app charge नहीं; आप अपने agent द्वारा की गई calls के लिए pay करते हैं। अगर हर महीने 500K calls से ज़्यादा की उम्मीद है और volume pricing चाहिए, तो हमसे बात करें।
Data कहाँ host होती है और GDPR का क्या?
100% यूरोपीय infrastructure। कोई data United States में ट्रांसफ़र नहीं होता। Map data OpenStreetMap से आता है। माँगने पर पूरा DPA उपलब्ध। EU users को सर्व करने वाले regulated AI products में इस्तेमाल के लिए सुरक्षित।
असली location data के साथ AI features ship करें
अपने AI assistant में OpenAPI spec डालें, MCP server install करें, या endpoints को सीधे hit करें। फ्री टियर, credit card की ज़रूरत नहीं।
बनाना शुरू करें