MA / Docs
Login or Sign Up

Connecting with MCP

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:

  • List your maps
  • List the places on a map
  • Create and modify maps
  • Create and modify places
  • Look up the coordinates of an address

Tip: If your MCP client supports remote MCP servers, you can simply use 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"
      ]
    }
  }
}

Embedding maps externally

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