Developer docs
Atlasemoji MCP tool catalog
This first MCP surface is intentionally safe: partner agents can read, validate, preview, summarize, and prepare work, while risky production actions remain blocked or approval-gated.
Endpoint
https://atlasemoji.com/api/mcp
Approved partners connect using a bearer token or future OAuth-backed partner client flow.
| Tool | Mode | Purpose |
|---|---|---|
| list_capabilities | Read | Shows the safe Atlasemoji MCP tool catalog. |
| get_datasynch_run_status | Read | Summarizes DataSynch run status by company/workspace/manifest. |
| get_failed_runs | Read | Returns failed-run context for support triage. |
| validate_manifest_schema | Validate | Checks manifest-like JSON before commit/publish. |
| get_manifest_summary | Read | Returns a safe manifest summary. |
| validate_coordinates | Validate | Checks latitude/longitude ranges. |
| validate_geojson | Validate | Checks GeoJSON shape and feature count. |
| detect_location_columns | Preview | Finds likely lat/lon/address columns. |
| preview_geofence | Preview | Previews geofence radius/area without activation. |
| check_point_in_geofence | Validate | Checks whether a point is inside a radius geofence. |
| detect_file_schema | Preview | Detects columns and likely DataSynch business object. |
| preview_datasynch_rows | Preview | Summarizes records without committing. |
| suggest_field_mapping | Preview | Suggests simple target-field mappings. |
| summarize_workspace_activity | Read | Returns a safe workspace/manifest activity summary. |
Example partner client config
{
"atlasemoji": {
"url": "https://atlasemoji.com/api/mcp",
"headers": {
"Authorization": "Bearer PARTNER_TOKEN"
}
}
}