Make Atlas supports the MCP protocol, which allows you to connect to Make Atlas from any MCP-compatible client. Simply add our remote MCP server to your AI tool of choice, and then ask it to manage your maps and places. Available tools include:
https://mcp.makeatlas.com/mcp
as the server URL and set the x-api-key
header to your Make Atlas API key (as shown below).
{
"mcpServers": {
"makeatlas": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.makeatlas.com/mcp",
"--header",
"x-api-key:YOUR_MAKEATLAS_API_KEY"
]
}
}
}
You're able to embed your maps directly onto your website, or pull data directly from the GeoJSON feed.
Embed the map directly by appending /embed to your map URL and placing it in an iframe:
makeatlas.com/reustle/tokyo-terraces/embed
Load the GeoJSON feed by appending .json to the end of your map URL:
makeatlas.com/reustle/tokyo-terraces.json