← Registry

General Tools

assetize.com.au

Provides source-backed IBM Maximo knowledge lookup, error code search, record retrieval, and version comparison.

1 endpoint19 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://assetize.com.au/mcp

No auth detected

MCP server metadata

Name
assetize-maximo
Version
1.0.0
Capabilities
toolsresources
Server instructions

Assetize is an evidence-grounded IBM Maximo knowledge base (assetize.com.au). Every answer from ask_maximo is built only from published, source-backed records and carries [R#] citations to the original sources; when the published evidence does not support an answer, the tool says so instead of guessing. Use search_records for fast keyword lookup, lookup_error_code for BMX/IJ error codes, get_record for a full record with sources, compare_maximo_versions for a cited deprecation/behaviour-change/gotcha report between two Maximo versions (same data as assetize.com.au/compare), maximo_changelog for the dated 9.x change log, change_watch for the curated feed of material 9.x changes (each with an explicit, labelled Assetize interpretation and its IBM + corpus evidence), list_gotchas for known traps/upgrade landmines, records_by_version for everything covered at a version, behaviour_history for lifecycle/behaviour-change/deprecation archaeology, support_lifecycle for end-of-support / Extended-Support dates, and corpus_stats for coverage figures. For upgrade planning use the Upgrade Desk tools: upgrade_plan(from, to) composes one move (clock, the staged route, what IBM says about the move with quotes and pages, breaks, landmines, gains, register rows, Change Watch) with record links; upgrade_checklist(from, to, phase?) is the phased checklist whose sourced items are resolved against the published corpus on every call, with the items only your own system can answer marked as such; fixes_gained(from, to, area?) lists the fixes and security changes a move carries; deprecation_register(kind?) lists what was deprecated, removed or renamed and what IBM says replaces it; lifecycle_dates(product?, version?) gives the structured end-of-support / Extended Support dates with days remaining. Catalogue releases: 7.6.1, 8.11, 9.0, 9.1, 9.2. For Maximo Mobile use maximo_mobile(version?, topic?): what IBM says about the mobile product — device requirements, shell and Graphite architecture, offline and sync, login and shared devices, MDM deployment, push notifications, the apps release by release (8.11 to 9.2), and the Anywhere / 7.6.1 exit — each with IBM's words and page; pair it with search_records for fixes and gotchas. Every tool returns only published, source-backed material; IBM statements come with IBM's words, page and read date. test_automation_script_evidence(source, lens) statically checks a WORKORDER Automation Script (Object launch point) against one MXAPIWODETAIL dictionary: which attributes it references, and whether each is evidenced on that lens — CLI-equivalent evidence, not execution (that needs a script host: the CLI or the browser runner at /test-stubs/automation-scripts). Lenses: 761, mas811, mas90, mas91, mas92. For discovery, read the MCP Resources first: assetize://corpus/capabilities describes the server, every tool and every resource; assetize://corpus/versions lists the Maximo versions covered (with record counts) and assetize://corpus/stats the coverage figures; the record/{slug}, version/{version} and error/{code} resource templates read individual published records — so an agent can learn what Assetize covers before calling a tool.

Known tools 19

ask_maximo

Answer a practical IBM Maximo question from Assetize’s published, source-backed knowledge.

Inferred read-only
search_records

Fast keyword search over published Assetize knowledge records.

Inferred read-only
lookup_error_code

Find published records about a specific Maximo error or fix identifier (BMXAA1234E, IJ12345, APAR.

Inferred read-only
get_record

Fetch one published record by slug: the established fact, claims, version scope, and every cited source URL.

Inferred read-only
compare_maximo_versions

Compare two Maximo versions/eras and get a cited upgrade-impact report per functional area: changes to absorb (deprecations, behaviour changes, API changes, gotchas), fixes/APARs since, and newly announced capability — the last two reported as context only, never scored as upgrade work.

Inferred read-only
maximo_changelog

The dated, source-cited log of what changed across IBM Maximo / MAS 9.

Inferred read-only
change_watch

The curated feed of genuinely material IBM Maximo / MAS 9.

Inferred read-only
list_gotchas

Known traps, upgrade landmines, installation issues, security and troubleshooting records — optionally scoped to a version.

Inferred read-only
records_by_version

Every published record scoped to a given Maximo version or family (e.

Inferred read-only
behaviour_history

Historical, lifecycle, behaviour-change, deprecation, architecture and API records — the "how did this get here / when does it end" archaeology.

Inferred read-only
support_lifecycle

IBM Maximo / MAS support-lifecycle facts: end-of-support / Extended Support transitions and the 2026/2027 deadlines, drawn from source-backed lifecycle records and the curated Change Watch.

Inferred read-only
corpus_stats

Coverage / transparency stats for the Assetize corpus: published records, unique source documents, versions represented, and raw evidence items.

Inferred read-only
test_automation_script_evidence

Statically check a WORKORDER Object launch point Automation Script (Jython or JavaScript) against one release lens's real MXAPIWODETAIL dictionary.

Inferred read-only
upgrade_plan

One Maximo move from an earlier catalogue release to a later one (7.

Inferred read-only
upgrade_checklist

The phased checklist (before / during / after) for one Maximo move.

Inferred read-only
fixes_gained

Every FIX and SECURITY record the 9.

Inferred read-only
deprecation_register

What was deprecated, removed or renamed in Maximo / MAS, in which version, what IBM says replaces it (blank when IBM has not named one), and the published records that say so.

Inferred read-only
lifecycle_dates

End-of-support, Extended Support and Dual Support dates for Maximo and MAS as structured rows: product, version, milestone, ISO date, days remaining, and the IBM page each comes from.

Inferred read-only
maximo_mobile

Researched IBM statements about Maximo Mobile, by topic: what it is, the shell and Graphite-app architecture, device requirements (OS levels, memory, WebView2, ARCore, shared devices), getting the app onto devices (stores, MSIX, QR server URL, MDM), login and shared devices, data sync and attachments, administration (Mobile Configuration app, properties), the apps release by release (8.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.assetize-maximo]
url = "https://assetize.com.au/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "assetize-maximo": {
      "type": "http",
      "url": "https://assetize.com.au/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: assetize-maximo
Remote MCP URL: https://assetize.com.au/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "assetize-maximo": {
      "url": "https://assetize.com.au/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "assetize-maximo": {
      "type": "http",
      "url": "https://assetize.com.au/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "assetize-maximo",
  "transport": "streamable-http",
  "url": "https://assetize.com.au/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.