Deterministically decompose text into classified semantic units with risk and authority scores, no LLM required.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Decompose.
Stop prompting. Start decomposing.
Deterministic text classification for AI agents. Decompose turns any text into classified, structured semantic units โ instantly. No LLM. No setup. One function call.
Every unit classified. Every standard extracted. Every risk scored. Your agent knows what matters.
Add to your agent's MCP config (Claude Code, Cursor, Windsurf, etc.):
Your agent gets two tools:
decompose_text โ decompose any textdecompose_url โ fetch a URL and decompose its contentInstall the skill from ClawHub or configure directly:
Or install the skill: clawdhub install decompose-mcp
| Field | Values | What It Tells Your Agent |
|---|---|---|
authority | mandatory, prohibitive, directive, permissive, conditional, informational | Is this a hard requirement or background? |
risk | safety_critical, security, compliance, financial, contractual, advisory, informational | How much does this matter? |
type | requirement, definition, reference, constraint, narrative, data | What kind of content is this? |
irreducible | true/false | Must this be preserved verbatim? |
attention | 0.0 - 10.0 | How much compute should the agent spend here? |
entities | standards, codes, regulations | What formal references are cited? |
actionable | true/false | Does someone need to do something? |
Decompose is not the destination. It's the step before the LLM that most developers skip โ not because it's hard, but because nobody showed them it exists. Documents have structure. That structure is classifiable. And classification should happen before reasoning.
filter_for_llm() keeps mandatory, safety-critical, financial, and compliance units โ drops boilerplate before it reaches your LLM or vector store.
Safety-critical content goes to one chain. Financial content goes to another. Boilerplate gets skipped.
See examples/ for runnable scripts.
Decompose runs on pure regex and heuristics. No Ollama, no API key, no GPU, no inference cost.
This is intentional:
The LLM is what your agent uses. Decompose makes whatever model you're running work better.
Decompose is built by Echology and extracted from AECai, a document intelligence platform for Architecture, Engineering, and Construction firms. The classification patterns, entity extraction, and irreducibility detection are battle-tested against thousands of real AEC documents โ specs, contracts, RFIs, inspection reports, pay applications.
Decompose earned its independence โ it started as AECai's text classification module, proved general enough to work across domains (insurance, trading, regulatory), and was released standalone. Free, MIT-licensed.
The same chunking and entity extraction patterns that classify engineering specs also structure the Bible. Open Scripture Intelligence uses Decompose's Markdown-aware chunker and regex entity extraction to transform 31,100 verses into a knowledge graph with 344,799 cross-reference edges and semantic embeddings โ proving the methodology is domain-agnostic.
License: MIT โ Copyright (c) 2025-2026 Echology, Inc.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/echology-io-decompose)<a href="https://allmcps.com/mcp/echology-io-decompose"><img src="https://allmcps.com/api/badge/echology-io-decompose?style=directory" alt="Decompose on AllMCPs" /></a>