io.github.Nilesh9783/flutter_structure_mcp
OCI · GHCR.IO/NILESH9783/FLUTTER_STRUCTURE_MCP:1.0.3 · SCANNED SEP 20
Audit architecture, security, memory, and code quality in Flutter, Laravel, Node, Python, & Vue.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 10 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1287 tokens (~64/item across 20 items; 20 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management40
- Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 20 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the io.github.Nilesh9783/flutter_structure_mcp MCP server?
io.github.Nilesh9783/flutter_structure_mcp runs locally as a container image, launched with docker run --rm -i ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.
oci · ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3
claude mcp add nilesh9783-flutter-structure-mcp -- docker run --rm -i ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3
{
"mcpServers": {
"nilesh9783-flutter-structure-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
]
}
}
} {
"servers": {
"nilesh9783-flutter-structure-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
]
}
}
} codex mcp add nilesh9783-flutter-structure-mcp -- docker run --rm -i ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nilesh9783-flutter-structure-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
],
"enabled": true
}
}
} mcp_servers:
nilesh9783-flutter-structure-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"] {
"McpServers": {
"nilesh9783-flutter-structure-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
]
}
}
} {
"mcpServers": {
"nilesh9783-flutter-structure-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +3
- Stability: unverified → 0.23 ▲ functional
- 8 Sept 26 41
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed oci/ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
Background: How many MCP packages publish verified provenance →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
analyze_flutter_project ~62
Analyzes an existing Flutter project at a given path to extract configuration, dependencies, and state managers.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
| scanLevel | string | – | Scan depth: quick, standard, full, deep. |
No output schema declared.
No examples provided.
analyze_project ~130
Audits any codebase (Flutter/Dart, Node.js, Vue.js, Laravel PHP, Python, or auto-detect) for quality, security, and performance.
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Optional email address to send the generated report automatically. | |
| generateReport | boolean | – | Set true to output reports to files. |
| projectPath | string | yes | Absolute path to the project to analyze. |
| scanLevel | string | – | Audit depth: quick, standard, full, deep. |
| technology | string | – | Target technology type: flutter, node, vue, laravel, python, or auto. |
No output schema declared.
No examples provided.
android_security_scan ~37
Inspects AndroidManifest.xml, networks configurations, and debug flag overrides.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
apply_safe_fixes ~42
Applies safe edits to source files, verifying build/test pass and automatically rolling back on error.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
architecture_scan ~38
Analyzes directory layout and class definitions to determine code modularity and layers.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
code_quality_scan ~39
Checks class sizing, method complexity, TODO comments, and UI-layer separation violations.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
create_flutter_project ~191
Creates a new Flutter project from configuration details and runs an optional post-creation audit.
| Name | Type | Req | Description |
|---|---|---|---|
| architecture | string | yes | clean, mvvm, mvc, feature-first, layered. |
| authentication | string | – | Authentication integration choice. |
| backend | string | – | firebase, supabase. |
| database | string | – | hive, isar, drift. |
| platforms | array | – | Target platforms (android, ios, web, macos, windows, linux). |
| projectName | string | yes | The name of the project in lowercase snake_case. |
| projectPath | string | – | Optional path where the project should be created. |
| routing | string | – | go_router, auto_route, own_extensions. |
| runAudit | boolean | – | Set to true to run security, memory, and performance audits post creation. |
| stateManagement | string | – | bloc, getx, provider, riverpod, rxdart. |
No output schema declared.
No examples provided.
create_project ~164
Creates a new Flutter project configured with architecture, state management, router, database, and backend.
| Name | Type | Req | Description |
|---|---|---|---|
| architecture | string | yes | Architecture pattern: clean, mvvm, mvc, feature-first, layered. |
| backend | string | – | Backend: firebase, supabase. |
| database | string | – | Database: hive, isar, drift. |
| network | string | – | Network client: dio, retrofit. |
| projectName | string | yes | The name of the Flutter project to create (lowercase snake_case). |
| router | string | – | Router: go_router, auto_route, own_extensions. |
| stateManagement | string | – | State management: bloc, getx, provider, riverpod, rxdart. |
| targetDirectory | string | – | Absolute path to target directory. |
No output schema declared.
No examples provided.
dependency_scan ~40
Audits direct and transitive dependencies in pubspec.yaml/lock for known vulnerable versions.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
detect_flutter_architecture ~41
Analyzes the project source files and structure to detect architectural patterns and confidence score.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
full_flutter_audit ~111
Runs all available static analyzers (security, memory, performance, quality, dependencies) and generates full reports.
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Optional email address to send the generated report automatically. | |
| generateReport | boolean | – | Set true to output reports to files. |
| includeRuntime | boolean | – | Set true to run device profiling if active. |
| projectPath | string | yes | Absolute path to the Flutter project. |
| scanLevel | string | – | Audit depth: quick, standard, full, deep. |
No output schema declared.
No examples provided.
generate_security_report ~54
Generates report documents in HTML, Markdown, and JSON using findings and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Optional email address to send the generated report automatically. | |
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
ios_security_scan ~40
Inspects Info.plist, custom URL schemes, and App Transport Security exception permissions.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
memory_scan ~41
Performs static lifecycle analysis to discover unclosed streams, timers, and un-disposed widgets/controllers.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
performance_scan ~43
Statically inspects build methods, observer models, and list views for rendering and cpu bottlenecks.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
runtime_memory_scan ~39
Collects runtime memory snapshots of the running application (Requires instrumented emulator/device).
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
secret_scan ~42
Scans source files for hardcoded API keys, private keys, JWTs, and cloud credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
security_scan ~41
Performs a complete security check including secrets, network, storage, webviews, and platform configurations.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
start_runtime_perf_check ~49
Starts a runtime performance check server with a web dashboard to profile memory, APIs, and navigation.
| Name | Type | Req | Description |
|---|---|---|---|
| port | integer | – | The port to bind the server to (default is 8080). |
No output schema declared.
No examples provided.
suggest_fixes ~43
Analyzes code quality and security findings to show proposed safe edits (diff format) without writing.
| Name | Type | Req | Description |
|---|---|---|---|
| projectPath | string | yes | Absolute path to the Flutter project. |
No output schema declared.
No examples provided.
What is the io.github.Nilesh9783/flutter_structure_mcp MCP server?
io.github.Nilesh9783/flutter_structure_mcp is an MCP server listed in the public MCP registry as io.github.Nilesh9783/flutter_structure_mcp. Audit architecture, security, memory, and code quality in Flutter, Laravel, Node, Python, & Vue. This page covers its container image (ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3).
Is the io.github.Nilesh9783/flutter_structure_mcp MCP server safe to use?
io.github.Nilesh9783/flutter_structure_mcp scores 46 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.Nilesh9783/flutter_structure_mcp MCP server expose?
io.github.Nilesh9783/flutter_structure_mcp exposes 20 tools: analyze_project, create_project, create_flutter_project, analyze_flutter_project, detect_flutter_architecture, and 15 more. Their descriptions and schemas cost roughly 1,287 tokens of context every time the server is loaded.
Is the io.github.Nilesh9783/flutter_structure_mcp MCP server still maintained?
io.github.Nilesh9783/flutter_structure_mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.Nilesh9783/flutter_structure_mcp MCP server under?
io.github.Nilesh9783/flutter_structure_mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.