# How to integrate Route4me MCP with Atomic Agent

```json
{
  "title": "How to integrate Route4me MCP with Atomic Agent",
  "toolkit": "Route4me",
  "toolkit_slug": "route4me",
  "framework": "Atomic Agent",
  "framework_slug": "atomic-agent",
  "url": "https://composio.dev/toolkits/route4me/framework/atomic-agent",
  "markdown_url": "https://composio.dev/toolkits/route4me/framework/atomic-agent.md",
  "updated_at": "2026-08-11T13:14:11.104Z"
}
```

## Introduction

Atomic Agent is an open-source AI agent that runs on your machine and supports local models through llama.cpp. Connect it to 1,500+ apps through Composio, including Route4me.
This guide uses Atomic Agent's built-in Composio integration. You need Atomic Agent v0.5.6 or later, your own Composio API key, and a Route4me account. See the [Atomic Agent documentation](https://atomicagent.io/docs/?cta_placement=atomic-agent-docs) for installation instructions.

## Also integrate Route4me with

- [OpenAI Agents SDK](https://composio.dev/toolkits/route4me/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/route4me/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/route4me/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/route4me/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/route4me/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/route4me/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/route4me/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/route4me/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/route4me/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/route4me/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/route4me/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/route4me/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/route4me/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/route4me/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/route4me/framework/autogen)

## TL;DR

### How Atomic Agent connects to Route4me
Atomic Agent connects to Composio's Tool Router over Streamable HTTP MCP. It discovers the tools needed for your request, and Composio handles account authentication.
Execution and account-connection tools follow Atomic Agent's configured approval policy. Review any approval prompt before allowing an action on your connected account.

## Connect Route4me to Atomic Agent

### Connect Route4me to Atomic Agent
- Sign up or sign in to the [Composio dashboard](https://dashboard.composio.dev/?cta_placement=atomic-agent-api-key). Copy your API key.
- In Atomic Agent, open the Integrations tab and select Composio. Select API key, press e, paste the key, and press Enter. The tools become available immediately, without a restart.
- Ask Atomic Agent to do something in Route4me. It searches Composio for the right tool.
- On first use, open the sign-in link returned in the chat. Connect your Route4me account, then return to Atomic Agent to continue.
### Headless setup
Add the following line to ~/.atomic-agent/.env, replacing YOUR_COMPOSIO_API_KEY with your key. Start Atomic Agent after saving the file.

```bash
COMPOSIO_API_KEY=YOUR_COMPOSIO_API_KEY
```

## What is the Route4me MCP server, and what's possible with it?

The Route4me MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Route4me account. It provides structured and secure access to your fleet and route data, so your agent can perform actions like listing vehicles, retrieving asset details, updating destination statuses, and streamlining last-mile logistics on your behalf.
- Full vehicle inventory retrieval: Instantly ask your agent to pull a complete list of all vehicles in your organization for planning and operational audits.
- Vehicle data access for route planning: Get detailed information on each vehicle—including capacity and assignment details—to optimize delivery routes.
- Automated destination status updates: Let your agent mark destinations as completed, skipped, or failed after deliveries or stops, keeping your records accurate in real time.
- Streamlined delivery confirmation workflows: Have your agent confirm delivery outcomes automatically, ensuring your route progress is always up to date for dispatchers and drivers.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ROUTE4ME_ADD_ORDER_CUSTOM_FIELD` | Add Order Custom Field | Tool to add a new custom field definition for orders. Use when you need to create additional data fields to capture order-specific information beyond the standard order properties. |
| `ROUTE4ME_ADD_ROUTE_NOTE` | Add Route Note | Tool to add a note to a route or address destination. Use when recording delivery status, customer feedback, or activity logs at specific stops. |
| `ROUTE4ME_CREATE_ADDRESS` | Create Address | Tool to add a new address to the address book. Use when you need to create a new contact location for route planning or delivery management. |
| `ROUTE4ME_CREATE_AVOIDANCE_ZONE` | Create Avoidance Zone | Tool to create an avoidance zone with circular, rectangular, or polygon shape. Use when you need to define geographic regions that routes should avoid, such as construction areas, restricted zones, or traffic-prone regions. |
| `ROUTE4ME_CREATE_LOCATION_TYPE` | Create Location Type | Tool to create a new location type in the address book. Use when you need to categorize locations with custom types before adding them to routes. |
| `ROUTE4ME_CREATE_MASTER_ROUTE` | Create Master Route | Tool to create a new master route in Route4Me. Use when you need to create a route with waypoints, optimization settings, and delivery details. |
| `ROUTE4ME_CREATE_NOTE` | Create Custom Note Type | Tool to create a new custom note type in Route4me. Use when you need to define a new category of notes with predefined selectable values for route destinations or activities. |
| `ROUTE4ME_CREATE_OPTIMIZATION` | Create Route Optimization | Tool to create a new route optimization in Route4Me. Use when you need to optimize delivery routes, plan multi-stop trips, or generate efficient vehicle routing solutions. |
| `ROUTE4ME_CREATE_OPTIMIZATION_PROFILE` | Create Optimization Profile | Tool to create a new optimization profile in Route4Me. Use when you need to store reusable optimization settings for route planning with specific configurations like driver assignment, vehicle settings, constraints, and preferences. |
| `ROUTE4ME_CREATE_ORDER_CUSTOM_FIELD` | Create Order Custom Field | Tool to create a new custom field definition for orders. Use when you need to define new custom data fields that can be attached to orders for tracking additional information beyond standard order fields. |
| `ROUTE4ME_CREATE_ORDERS_FROM_CONTACTS` | Create Orders from Contacts | Tool to create orders from address book contacts. Use when you need to generate new orders from existing contacts for a specific delivery date. |
| `ROUTE4ME_CREATE_TERRITORY` | Create Territory | Tool to create a new territory with circular, rectangular, or polygon shape. Use when you need to define geographic regions for route planning, service areas, or operational zones. |
| `ROUTE4ME_CREATE_VEHICLE_CAPACITY_PROFILE` | Create Vehicle Capacity Profile | Tool to create a vehicle capacity profile with weight, volume, item count, and revenue limits. Use when you need to define operational constraints for vehicles in route planning and fleet management. |
| `ROUTE4ME_DELETE_ADDRESS` | Delete Address from Route | Tool to delete an address from a route. Use when you need to remove a specific destination from an optimization problem or route. |
| `ROUTE4ME_DELETE_ADDRESSES` | Delete Addresses | Tool to delete addresses from the Route4Me address book. Use when you need to remove one or more addresses permanently from the address book. |
| `ROUTE4ME_DELETE_AVOIDANCE` | Delete Avoidance Zone | Tool to delete an avoidance zone by territory_id. Use when you need to remove a specific avoidance zone from the routing system. |
| `ROUTE4ME_DELETE_CONFIGURATION_SETTING` | Delete Configuration Setting | Tool to delete a member configuration setting by config_key. Use when you need to remove a specific configuration setting from the account. |
| `ROUTE4ME_DELETE_CURRENT_USER` | Delete Current User | Tool to delete the current authenticated user account. Use when you need to permanently remove the current user's account including contact information, preferences, and account status. This action is irreversible. |
| `ROUTE4ME_DELETE_LOCATION_TYPE` | Delete Location Type | Tool to delete a location type from the address book. Use when you need to remove a location type record with its associated details such as coordinates, address, and metadata. |
| `ROUTE4ME_DELETE_OPTIMIZATION` | Delete Optimization | Tool to remove optimization problems from the Route4Me database. Use when you need to clean up or delete optimization records that are no longer needed. |
| `ROUTE4ME_DELETE_OPTIMIZATION_PROFILE` | Delete Optimization Profile | Tool to delete an optimization profile by ID. Use when you need to remove a specific optimization profile record from the system. |
| `ROUTE4ME_DELETE_ORDER_CUSTOM_FIELD` | Delete Order Custom Field | Tool to delete an order custom field by ID. Use when you need to remove a custom field definition from order records. |
| `ROUTE4ME_DELETE_ROUTE_V4` | Delete Route V4 | Tool to delete one or more routes by route_id. Use when you need to permanently remove routes from the system. Supports single or multiple route deletion via comma-separated route_ids. |
| `ROUTE4ME_DELETE_TERRITORY` | Delete Territory | Tool to delete a territory by territory_id. Use when you need to remove a specific territory from the system. |
| `ROUTE4ME_DELETE_VEHICLE_CAPACITY_PROFILE_BY_ID` | Delete Vehicle Capacity Profile by ID | Tool to delete a vehicle capacity profile by ID. Use when you need to remove a specific vehicle capacity profile from the system. |
| `ROUTE4ME_DISPATCH_ROUTES` | Dispatch Routes | Tool to approve or revoke routes for execution in Route4Me. Use when you need to set approval status for routes based on filters like route ID, vehicle ID, member ID, route status, or schedule date. |
| `ROUTE4ME_DISPLAY_DATATABLE_CONFIG` | Display Datatable Config | Tool to retrieve datatable configuration for vehicle capacity profiles. Use when you need to display vehicle capacity profiles in a datatable UI component with column definitions, filters, and action configurations. |
| `ROUTE4ME_DUPLICATE_ROUTES` | Duplicate Routes | Tool to duplicate one or more existing routes. Use when you need to create copies of routes for similar deliveries or to use an existing route as a template. |
| `ROUTE4ME_FIND_ADDRESS` | Find Address | Tool to retrieve detailed information about a specific address from the Route4Me address book. Use when you need to look up address details, contact information, or service requirements by address ID. |
| `ROUTE4ME_GEOCODE_ADDRESS` | Geocode Address | Tool to geocode an address and obtain its coordinates. Use when you need latitude/longitude for an address string before creating routes or destinations. |
| `ROUTE4ME_GEOCODE_ADDRESS_BODY` | Geocode Address (Body) | Tool to geocode an address by sending a body payload with the address and options. Use when you need to convert an address string into geographic coordinates (latitude/longitude). |
| `ROUTE4ME_GEOCODE_ADDRESSES` | Bulk Geocode Addresses | Tool to geocode multiple addresses in a single request. Use when you need latitude/longitude coordinates for multiple addresses at once before creating routes or destinations. |
| `ROUTE4ME_GEOCODE_ADDRESS_FORWARD` | Geocode Address Forward | Tool to convert an address to geographic coordinates using forward geocoding. Use when you need latitude/longitude from an address string for route planning or location-based services. |
| `ROUTE4ME_GET_ACTIVITY` | Get Activity Feed | Tool to retrieve activities from the Route4Me activity feed with optional filtering and pagination. Use when you need to track changes, monitor team actions, or audit route modifications. |
| `ROUTE4ME_GET_ADDRESS` | Get Address | Tool to get address/destination information from a route. Use when you need details about a specific stop including coordinates, status, contact information, and delivery data. |
| `ROUTE4ME_GET_ADDRESS_BOOK_GROUPS` | Get Address Book Groups | Tool to retrieve address book groups from Route4Me. Use when you need to list all address book groups for filtering or organizing contacts. |
| `ROUTE4ME_GET_ADDRESSES_FROM_ADDRESSBOOK` | Get Addresses from Address Book | Tool to retrieve addresses from the Route4Me address book. Use when you need to list contacts, search for specific addresses, or paginate through the address book. Supports filtering by address IDs and pagination with limit/offset. |
| `ROUTE4ME_GET_ASYNC_EXPORT` | Get Async Export Tracking History | Tool to save tracking history file via async export. Use when you need to export device tracking data in CSV, JSON, or XML format. The operation is asynchronous and returns a job ID for tracking the export progress. |
| `ROUTE4ME_GET_AVOIDANCE2` | Get All Territories (Avoidance Zones v5) | Tool to retrieve all avoidance zones (territories) using API v5.0. Use when you need to view existing territories for route planning, optionally filtered by geographic location and distance. |
| `ROUTE4ME_GET_AVOIDANCE_BY_ID` | Get Avoidance Zone By ID | Tool to retrieve a specific avoidance zone by its territory ID. Use when you need detailed information about a particular avoidance zone for route planning or validation. |
| `ROUTE4ME_GET_CLUSTERED_LOCATIONS` | Get Clustered Locations | Tool to retrieve locations grouped by geographic proximity using geohash clustering. Use when you need to view locations organized by area or analyze spatial distribution of address book entries. |
| `ROUTE4ME_GET_CURRENT_MEMBER_INFORMATION` | Get Current Member Information | Tool to retrieve the current authenticated member's information. Use when you need to get details about the logged-in user including contact information, preferences, permissions, and account status. |
| `ROUTE4ME_GET_FEED` | Get Activity Feed | Tool to retrieve all activities from the Route4Me activity feed. Use when you need to view activity history, track changes to routes, or monitor team member actions. |
| `ROUTE4ME_GET_LAST_SCHEDULED_ROUTE_MEMBER` | Get Last Scheduled Route for Member | Tool to retrieve the most recently scheduled route for a specific member as of today. Use when you need route details including waypoints, optimization settings, and delivery metrics for a team member. |
| `ROUTE4ME_GET_LOCATION_HEATMAP` | Get Location Heatmap | Tool to retrieve a heat map of location clusters from the address book. Use when visualizing location density or analyzing geographic distribution of stops. |
| `ROUTE4ME_GET_LOCATION_SERVICETIME_HEATMAP` | Get Location Service-Time Heatmap | Tool to retrieve location service-time heatmap data for address book locations. Use when analyzing historical service times and performance metrics for specific locations over a trailing 30-day period. |
| `ROUTE4ME_GET_LOCATION_TYPE` | Get Location Type | Tool to get location type details by ID. Use when you need to retrieve specific information about a location type in the address book. |
| `ROUTE4ME_GET_MEMBER_CONFIGURATION_SETTINGS` | Get Member Configuration Settings | Tool to get member configuration settings with optional filtering. Use when you need to retrieve specific configuration settings by mcs or config_key parameters. |
| `ROUTE4ME_GET_NOTE_CUSTOM_TYPES` | Get Note Custom Types | Tool to retrieve all custom note types configured for the account. Use when you need to view available note classification options before adding notes to routes or addresses. |
| `ROUTE4ME_GET_OPTIMIZATION_PROFILE` | Get Optimization Profile | Tool to retrieve detailed information about an optimization profile by its unique identifier. Use when you need to view the configuration settings, constraints, and optimization parameters of a specific profile before creating or planning routes. |
| `ROUTE4ME_GET_ROUTE_DESTINATION_BY_ID` | Get Route Destination By ID | Tool to get a route address/destination by its ID. Use when you need detailed information about a specific route stop including location, status, customer details, and delivery data. |
| `ROUTE4ME_GET_ROUTE_INFO` | Get Route Info | Tool to get detailed route information by route ID. Use when you need comprehensive details about a specific route including waypoints, optimization settings, delivery details, and turn-by-turn directions. |
| `ROUTE4ME_GET_ROUTE_LIST` | Get Route List | Tool to retrieve a list of routes with filtering and pagination. Returns detailed route information including status, assignments, destinations, distances, and delivery metrics. Use when you need to query routes by various criteria such as date, vehicle, driver, or status. |
| `ROUTE4ME_GET_ROUTE_SETTINGS` | Get Route Settings | Tool to get route settings with detailed information including waypoints, optimization settings, and delivery details. Use when you need comprehensive configuration data for a specific route including all stops, delivery parameters, and optimization settings. |
| `ROUTE4ME_GET_TERRITORIES_WITH_LOCATION_COUNTS` | Get Territories with Location Counts | Tool to retrieve territories with location counts for geographic analysis. Use when you need to analyze address distribution across territories or understand coverage areas. |
| `ROUTE4ME_GET_TERRITORY` | Get Territory | Tool to retrieve territory information by ID or get all territories. Use when you need details about geographic zones and their boundaries. |
| `ROUTE4ME_GET_TRACKING` | Submit Device Tracking Data | Tool to submit device GPS tracking information to Route4Me. Use when you need to send location updates from a mobile device or tracking unit to the Route4Me platform. |
| `ROUTE4ME_GET_TRACKING_HISTORY_EXPORT` | Get Tracking History Export | Tool to export tracking history file from Route4Me. Use when you need to retrieve device location history for analysis, reporting, or compliance purposes. Supports filtering by device, member, route, and time range. |
| `ROUTE4ME_GET_USER_BY_ID` | Get User By ID | Tool to retrieve a sub-user by their unique ID. Use when you need detailed information about a specific team member including their permissions, settings, and profile data. |
| `ROUTE4ME_GET_USER_LOCATIONS` | Get User Locations | Tool to view locations of all users/drivers in real-time. Use when you need to track where drivers are currently located or monitor their movement. |
| `ROUTE4ME_GET_USER_MODIFICATION_HISTORY` | Get User Modification History | Tool to get user modification history from Route4Me. Returns detailed audit trail of changes made to a user's account including field modifications, timestamps, and who initiated the changes. Use when you need to track user account changes or audit user information updates. |
| `ROUTE4ME_GET_USER_TEMPLATE` | Get User Template | Tool to retrieve the template of a sub-user with detailed information including contact information, preferences, and account status. Use when you need to get the user template structure or default user configuration. |
| `ROUTE4ME_GET_USER_V4` | Get User Information (v4) | Tool to retrieve authenticated user information in v4 format. Use when you need to get details about the currently authenticated user including member ID, email, name, account type, and preferences. |
| `ROUTE4ME_GET_VEHICLE` | Get Vehicles | Tool to retrieve details of vehicles in the organization. Use when you need the full list of vehicles before planning routes or auditing vehicle capacities. |
| `ROUTE4ME_GET_VEHICLE_CAPACITY_PROFILE_AS_DATATABLE` | Get Vehicle Capacity Profile As Datatable | Tool to retrieve vehicle capacity profiles in datatable format with pagination. Use when you need to view capacity profiles for vehicles including weight, volume, revenue, and items limits. |
| `ROUTE4ME_GET_VEHICLE_CAPACITY_PROFILE_BY_ID` | Get Vehicle Capacity Profile by ID | Tool to retrieve a specific vehicle capacity profile by its ID. Use when you need details of a particular capacity profile for route planning or vehicle configuration. |
| `ROUTE4ME_GET_VEHICLE_CAPACITY_PROFILE_PAGE_CONFIG` | Get Vehicle Capacity Profile Page Config | Tool to retrieve vehicle capacity profile page configuration including unit settings. Use when you need to understand available units for volume, weight, and revenue in vehicle capacity profiles. |
| `ROUTE4ME_GET_VEHICLE_CAPACITY_PROFILES` | Get Vehicle Capacity Profiles | Tool to retrieve vehicle capacity profiles with weight, volume, and item constraints. Use when you need to view available capacity profiles for route planning or vehicle assignment. |
| `ROUTE4ME_LIST_LOCATION_TYPES` | List Location Types | Tool to retrieve location type definitions used in the address book system. Use when categorizing addresses or locations in Route4Me. |
| `ROUTE4ME_LIST_OPTIMIZATION_PROFILES` | List Optimization Profiles | Tool to retrieve optimization profiles with settings and configuration details. Use when you need to view available optimization profiles, check profile settings, or select a profile for route optimization. |
| `ROUTE4ME_LIST_OPTIMIZATIONS` | List Optimizations | Tool to get a list of all optimizations or retrieve a single optimization by ID. Use when you need to view optimization details, check optimization status, or filter optimizations by state or date range. |
| `ROUTE4ME_LIST_ORDER_CUSTOM_FIELDS` | List Order Custom Fields | Tool to retrieve all order custom field definitions from Route4Me v5.0 API. Use when you need to understand what custom fields are available for orders, including their types, labels, and configuration details. |
| `ROUTE4ME_LIST_ROUTE_DIRECTIONS` | List Route Directions | Tool to get detailed route directions including turn-by-turn navigation information for each stop. Use when you need comprehensive direction details for a specific route including stop sequences, addresses, coordinates, and status information. |
| `ROUTE4ME_LIST_TEAM_USERS` | List Team Users | Tool to get the list of team members/users in the account. Use when you need to view all members, their roles, permissions, and contact information. |
| `ROUTE4ME_LIST_USERS_BY_IDS` | List Users By IDs | Tool to retrieve detailed information about team members by their member IDs. Use when you need to get specific user details for one or more members by their IDs. |
| `ROUTE4ME_LIST_USERS_PAGINATED` | List Team Users (Paginated) | Tool to get a paginated list of team members/users in the account. Use when you need to retrieve team members with pagination support, search filtering, or when dealing with large teams where retrieving all users at once is not practical. |
| `ROUTE4ME_LOOKUP_FOR_NEW_DESTINATION` | Lookup For New Destination | Tool to lookup optimal routes for inserting a new destination. Use when you need to find the best existing route(s) to add a new stop to, based on distance or time optimization. |
| `ROUTE4ME_MERGE_ROUTES` | Merge Routes | Tool to merge multiple routes into a single target route. Use when consolidating routes to optimize delivery operations or reduce the number of active routes. |
| `ROUTE4ME_MOVE_ROUTE` | Move Route Destination | Tool to move a destination from one route to another. Use when reorganizing routes or reassigning stops between different routes. |
| `ROUTE4ME_PREVIEW_ROUTE_ASSIGNMENT` | Preview Route Assignment | Tool to generate a preview of route assignments based on filters, grouping, sorting, and assignment strategy without applying changes. Returns grouped results and subtotals for review before actual assignment. |
| `ROUTE4ME_RERUN_OPTIMIZATION` | Re-run Optimization | Tool to re-optimize an existing optimization problem by updating route parameters and/or addresses. Use when you need to modify an existing route optimization with new parameters or address changes. |
| `ROUTE4ME_REVERSE_GEOCODE_ADDRESS` | Reverse Geocode Address | Tool to reverse geocode coordinates to obtain an address. Use when you need to convert latitude/longitude coordinates into a human-readable street address. |
| `ROUTE4ME_SET_DESTINATION_STATUS` | Set Destination Status | Tool to set or update the status of a route destination. Use after confirming deliveries to mark stops as visited or departed. |
| `ROUTE4ME_SET_ROUTE_RATING` | Set Route Rating | Tool to set a rating for a route. Use when you need to record user feedback or satisfaction level for a completed route. |
| `ROUTE4ME_SET_TRACKING` | Set Route Tracking Data | Tool to insert tracking data for a route. Use when you need to update the real-time location and status of a vehicle or driver on a route. |
| `ROUTE4ME_UPDATE_ADDRESS` | Update Address | Tool to update an existing address in the Route4Me address book. Use when you need to modify contact details, location information, or time windows for an address. |
| `ROUTE4ME_UPDATE_AVOIDANCE` | Update Avoidance Zone | Tool to update an existing avoidance zone. Use when you need to modify the name, color, or geographic boundaries of an avoidance zone for route planning. |
| `ROUTE4ME_UPDATE_LOCATION_TYPE` | Update Location Type | Tool to update an existing location type in the address book. Use when you need to modify location type details such as name, parent/child type status, or description. |
| `ROUTE4ME_UPDATE_MEMBER_CONFIGURATION_SETTING` | Update Member Configuration Setting | Tool to update a member configuration setting. Use when you need to modify account-level configuration values such as notification preferences, feature flags, or service provider settings. |
| `ROUTE4ME_UPDATE_NOTE_CUSTOM_TYPE` | Update Custom Note Type | Tool to update an existing custom note type in Route4Me. Use when you need to modify the name or values of a custom note type. |
| `ROUTE4ME_UPDATE_OPTIMIZATION_PROFILE` | Update Optimization Profile | Tool to update an existing optimization profile. Use when you need to modify routing preferences, constraints, or settings for route optimization. |
| `ROUTE4ME_UPDATE_ORDER_CUSTOM_FIELD` | Update Order Custom Field | Tool to update an existing order custom field in Route4Me. Use when you need to modify the label, type, or configuration of a custom field for orders. |
| `ROUTE4ME_UPDATE_ROUTES` | Update Routes | Tool to bulk update multiple routes in a single operation. Use when you need to update route names, optimization settings, duration constraints, or reassign multiple routes to team members efficiently. |
| `ROUTE4ME_UPDATE_ROUTE_SETTINGS` | Update Route Settings | Tool to update route settings including optimization parameters, distance units, and device types. Use when you need to modify route configuration such as optimization criteria, distance measurement units, or device-specific settings. |
| `ROUTE4ME_UPDATE_ROUTE_V4` | Update Route V4 | Tool to update route parameters and addresses in Route4Me. Use when you need to modify route name, optimization settings, duration constraints, or reassign routes to team members. |
| `ROUTE4ME_UPDATE_TERRITORY` | Update Territory | Tool to update an existing territory. Use when you need to modify the name, color, or geographic boundaries of a territory for route planning and organization. |
| `ROUTE4ME_UPDATE_VEHICLE_CAPACITY_PROFILE_BY_ID` | Update Vehicle Capacity Profile By ID | Tool to update an existing vehicle capacity profile by ID. Use when you need to modify capacity constraints such as weight, volume, item count, or revenue limits for a specific vehicle profile. |

## Supported Triggers

None listed.

## Troubleshooting

### Why is my API key rejected?

Copy the key directly from the Composio dashboard. Atomic Agent requires ASCII characters because it sends the key in an HTTP header. Remove any extra characters introduced when copying.

### Why are Composio tools unavailable after saving a key?

Check that you use Atomic Agent v0.5.6 or later and that Composio is enabled in your configuration. A "composio": { "enabled": false } setting disables the integration while keeping the saved key on disk.

### Does Composio have a free plan?

The Hobby plan includes 100,000 tool calls per month. Composio-managed OAuth apps have a lower included allowance. See [Composio pricing](/pricing) for the current limits that apply to your connection.

## Complete Code

None listed.

## Conclusion

### Use Route4me from Atomic Agent
With your account connected, ask Atomic Agent to work with Route4me in natural language. You can connect more apps through the same Composio integration as you need them.
Visit the [Atomic Agent website](https://atomicagent.io/?cta_placement=atomic-agent-site) or inspect the [Atomic Agent source code](https://github.com/AtomicBot-ai/atomic-agent?cta_placement=atomic-agent-repo).

## How to build Route4me MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/route4me/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/route4me/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/route4me/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/route4me/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/route4me/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/route4me/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/route4me/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/route4me/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/route4me/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/route4me/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/route4me/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/route4me/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/route4me/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/route4me/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/route4me/framework/autogen)

## Related Toolkits

- [0CodeKit](https://composio.dev/toolkits/0codekit) - 0CodeKit is a utility API platform for AI, document, image, and data workflows. Use it to convert, validate, generate, store, and automate data without custom backend code.
- [Airtop](https://composio.dev/toolkits/airtop) - Airtop is a cloud browser platform for AI-powered web automation. Use it to navigate sites, extract data, and run reusable browser workflows.
- [Apify MCP](https://composio.dev/toolkits/apify_mcp) - Apify MCP is the official MCP server for Apify's web scraping and browser automation platform. Use it to run actors, collect structured web data, and automate crawling workflows.
- [Apilio](https://composio.dev/toolkits/apilio) - Apilio is a home automation platform that lets you connect and control smart devices from different brands. It helps you build flexible automations with complex conditions, schedules, and integrations.
- [Basin](https://composio.dev/toolkits/basin) - Basin is a no-code form backend for quickly setting up reliable contact forms. It lets you collect and manage form submissions without writing any server-side code.
- [Bika.ai](https://composio.dev/toolkits/bika) - Bika.ai is an AI automation database platform for managing spaces, teams, records, automations, and outgoing webhooks. It helps teams organize structured data and automate database-driven workflows in one place.
- [Botster](https://composio.dev/toolkits/botster) - Botster is a web automation service for running configurable data collection bots. Use it to collect structured web data without building and maintaining scrapers yourself.
- [Bouncer](https://composio.dev/toolkits/bouncer) - Bouncer is an email validation platform that verifies the authenticity of email addresses in real-time and batch. It helps boost deliverability and reduce bounce rates for your communications.
- [BrowserAct](https://composio.dev/toolkits/browseract) - BrowserAct is a hosted browser-automation service for running web workflows. Use it to execute repeatable browser tasks with templates, proxies, and APIs.
- [Celigo](https://composio.dev/toolkits/celigo) - Celigo is an integration platform as a service for connecting apps, data, and business workflows. It helps teams automate cross-system processes without building every integration from scratch.
- [CheckFlow](https://composio.dev/toolkits/checkflow) - CheckFlow is a workflow and checklist platform for repeatable processes, tasks, templates, teams, data sets, and automation. Use it to standardize operations, track process execution, and keep teams aligned.
- [Conveyor](https://composio.dev/toolkits/conveyor) - Conveyor is a platform that automates security reviews with a Trust Center and AI-driven questionnaire automation. It streamlines compliance and vendor security processes for faster, hassle-free reviews.
- [Cronfree Time Scheduler](https://composio.dev/toolkits/cronfree_time_scheduler) - Cronfree Time Scheduler is an API-based scheduler for recurring webhook calls. Use it to create and remove timezone-aware schedules without running cron.
- [Crowdin](https://composio.dev/toolkits/crowdin) - Crowdin is a localization management platform that streamlines translation workflows and collaboration. It helps teams centralize multilingual content, boost productivity, and automate translation processes.
- [Databox](https://composio.dev/toolkits/databox) - Databox is a business analytics platform that connects your data from any tool and device. It helps you track KPIs, build dashboards, and discover actionable insights.
- [Detrack](https://composio.dev/toolkits/detrack) - Detrack is a delivery management platform for real-time tracking and proof of delivery. It helps businesses automate notifications and keep customers updated every step of the way.
- [Dify](https://composio.dev/toolkits/dify) - Dify is a platform for running and managing published workflow apps via a Service API. Use it to execute workflows and inspect configuration and run history quickly.
- [Digital Humani](https://composio.dev/toolkits/digital_humani) - Digital Humani is a reforestation API for browsing planting projects, submitting tree requests, and tracking planted trees. It helps teams connect climate action directly to products, campaigns, and customer experiences.
- [Dnsfilter](https://composio.dev/toolkits/dnsfilter) - Dnsfilter is a cloud-based DNS security and content filtering solution. It helps organizations block online threats and manage safe internet access with ease.
- [EnforcedFlow](https://composio.dev/toolkits/enforcedflow) - EnforcedFlow is a work routing platform for advanced round-robin groups, agent criteria, availability, and email assignments. It helps teams distribute work fairly and quickly using configurable assignment rules.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Route4me MCP?

With a standalone Route4me MCP server, the agents and LLMs can only access a fixed set of Route4me tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Route4me and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Atomic Agent?

Yes, you can. Atomic Agent fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Route4me tools.

### Can I manage the permissions and scopes for Route4me while using Tool Router?

Yes, absolutely. You can configure which Route4me scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Route4me data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
