Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

+5 this week 46 Trust /100
Trust breakdown (7 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add nilesh9783-flutter-structure-mcp -- docker run --rm -i ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3
// .cursor/mcp.json
{
  "mcpServers": {
    "nilesh9783-flutter-structure-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "nilesh9783-flutter-structure-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add nilesh9783-flutter-structure-mcp -- docker run --rm -i ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3
// opencode.json
{
  "$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
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  nilesh9783-flutter-structure-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "nilesh9783-flutter-structure-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "nilesh9783-flutter-structure-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 20 exposed · ~1,287 tokens

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 →

Tool Tokens
analyze_flutter_project ~62

Analyzes an existing Flutter project at a given path to extract configuration, dependencies, and state managers.

NameTypeReqDescription
projectPathstringyesAbsolute path to the Flutter project.
scanLevelstringScan 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.

NameTypeReqDescription
emailstringOptional email address to send the generated report automatically.
generateReportbooleanSet true to output reports to files.
projectPathstringyesAbsolute path to the project to analyze.
scanLevelstringAudit depth: quick, standard, full, deep.
technologystringTarget 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
architecturestringyesclean, mvvm, mvc, feature-first, layered.
authenticationstringAuthentication integration choice.
backendstringfirebase, supabase.
databasestringhive, isar, drift.
platformsarrayTarget platforms (android, ios, web, macos, windows, linux).
projectNamestringyesThe name of the project in lowercase snake_case.
projectPathstringOptional path where the project should be created.
routingstringgo_router, auto_route, own_extensions.
runAuditbooleanSet to true to run security, memory, and performance audits post creation.
stateManagementstringbloc, 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.

NameTypeReqDescription
architecturestringyesArchitecture pattern: clean, mvvm, mvc, feature-first, layered.
backendstringBackend: firebase, supabase.
databasestringDatabase: hive, isar, drift.
networkstringNetwork client: dio, retrofit.
projectNamestringyesThe name of the Flutter project to create (lowercase snake_case).
routerstringRouter: go_router, auto_route, own_extensions.
stateManagementstringState management: bloc, getx, provider, riverpod, rxdart.
targetDirectorystringAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
emailstringOptional email address to send the generated report automatically.
generateReportbooleanSet true to output reports to files.
includeRuntimebooleanSet true to run device profiling if active.
projectPathstringyesAbsolute path to the Flutter project.
scanLevelstringAudit 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.

NameTypeReqDescription
emailstringOptional email address to send the generated report automatically.
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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).

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
projectPathstringyesAbsolute 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.

NameTypeReqDescription
portintegerThe 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.

NameTypeReqDescription
projectPathstringyesAbsolute path to the Flutter project.

No output schema declared.

No examples provided.

Common questions

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.