# Mapulus — MCP server on mcp.ai > Connect your Mapulus account and use 3 tools for developer tools straight from your AI agent. Connect with your own API key. Mapulus is a platform that enables users to create, manage, and analyze interactive maps, integrating with various applications to automate tasks and leverage location insights. By: mcp.ai · official Page: https://mcp.ai/mapulus ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mapulus?ms=1787295780000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/mapulus/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mapulus/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/mapulus/skill.md Postman collection (v2.1): https://mcp.ai/mapulus/postman.json ## Tools - mapulus_find_location_with_external_id(external_id: string) — Find locations by their external identifier. Returns a list of locations that match the provided external_id. External IDs are unique identifiers used for integrating Mapulus with external systems (CR - mapulus_get_map_details(map_id: string) — Tool to retrieve detailed information about a map. Use when you have a map_id and need full map metadata. - mapulus_list_maps(tag?: string, name?: string, page?: integer, sortBy?: string, perPage?: integer, sortOrder?: string) — Retrieves a paginated list of all maps accessible to the authenticated user. Supports filtering by name/tag and sorting by various fields. Returns map metadata including IDs, titles, and timestamps. U ## Example prompts - "What can I do in Mapulus?" - "Show me a summary of my Mapulus account" ## Links Docs: https://mcp.ai/docs/mcps/mapulus Website: https://mcp.ai/mcps/mapulus