@enessubass/mobiloop-mcp
AMCP server package mobiloop-mcp
Install
agr install @enessubass/mobiloop-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "mobiloop-mcp", "version": "0.1.0-alpha.9", "description": "A guarded MCP server for build, device, Appium, verification, and agentic mobile development loops.", "mcpName": "io.github.enessubass/mobiloop-mcp", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/enessubass/mobiloop-mcp.git" }, "bugs": { "url": "https://github.com/enessubass/mobiloop-mcp/issues" }, "homepage": "https://github.com/enessubass/mobiloop-mcp#readme", "bin": { "mobiloop": "dist/src/cli.js", "mobiloop-mcp": "dist/src/index.js", "mobiloop-code-mcp": "dist/src/servers/code.js", "mobiloop-env-mcp": "dist/src/servers/env.js", "mobiloop-build-mcp": "dist/src/servers/build.js", "mobiloop-device-mcp": "dist/src/servers/device.js", "mobiloop-ios-mcp": "dist/src/servers/ios.js", "mobiloop-appium-mcp": "dist/src/servers/appium.js", "mobiloop-verify-mcp": "dist/src/servers/verify.js", "mobiloop-flow-mcp": "dist/src/servers/flow.js", "mobiloop-loop-mcp": "dist/src/servers/loop.js", "mobiloop-ci-mcp": "dist/src/servers/ci.js", "mobiloop-orchestrator-mcp": "dist/src/servers/orchestrator.js" }, "files": [ "dist/src", "README.md", "LICENSE", "CHANGELOG.md", "CONTRIBUTING.md", "server.json", "docs", "schema", "examples/android-validation-loop.json", "examples/flutter-ios-validation-loop.json", "examples/flow-memory-replay.json", "examples/github-actions-mobiloop.yml", "examples/mobile-goal.json", "examples/artifacts", "examples/mobile-fixtures/flutter-login-demo/lib", "examples/mobile-fixtures/flutter-login-demo/test", "examples/mobile-fixtures/flutter-login-demo/pubspec.yaml", "examples/mobile-fixtures/android-kotlin-login-demo/README.md", "examples/mobile-fixtures/android-kotlin-login-demo/settings.gradle.kts", "examples/mobile-fixtures/android-kotlin-login-demo/build.gradle.kts", "examples/mobile-fixtures/android-kotlin-login-demo/app/build.gradle.kts", "examples/mobile-fixtures/android-kotlin-login-demo/app/src", "examples/mobile-fixtures/react-native-login-demo/README.md", "examples/mobile-fixtures/react-native-login-demo/package.json", "examples/mobile-fixtures/react-native-login-demo/app.json", "examples/mobile-fixtures/react-native-login-demo/babel.config.js", "examples/mobile-fixtures/react-native-login-demo/index.js", "examples/mobile-fixtures/react-native-login-demo/src", "examples/mobile-fixtures/react-native-login-demo/tests", "Dockerfile", ".dockerignore", "docker-compose.example.yml", "mobiloop.config.example.json" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "eslint "src//*.ts" "test//.ts"", "format": "prettier --write .", "format:check": "prettier --check .", "test": "npm run build && node --test "dist/test/**/.test.js"", "pack:check": "npm_config_cache=/tmp/mobiloop-npm-cache npm pack --dry-run", "prepack": "npm run build", "start": "node dist/src/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "mcp-server", "appium", "android", "ios", "flutter", "mobile", "automation", "emulator", "agentic", "qa" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "ajv": "^8.20.0", "fast-xml-parser": "^5.8.0", "pixelmatch": "^7.1.0", "pngjs": "^7.0.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^26.0.1", "@types/pngjs": "^6.0.5", "eslint": "^10.6.0", "prettier": "^3.9.1", "tsx": "^4.22.4", "typescript": "^6.0.3", "typescript-eslint": "^8.62.0" }, "engines": { "node": ">=20.0.0" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-e0bb4c39ba832026-08-06