
Androidcliagentgate Mcp
- Updated May 20, 2026
- clauxel/android-cli-agent-gate-mcp
Android CLI Agent Gate MCP is a MCP server that gates Android CLI agent builds and returns structured receipts, audit logs, and reviewer-ready evidence.
About
Android CLI Agent Gate MCP is a hosted MCP server for developers who let coding agents drive Android CLI build pipelines. The gate sits between agent-generated commands and artifacts you trust: invoke tools from Claude Code or Cursor to obtain pass/fail gate results, audit logs, and evidence formatted for later review—not just raw terminal spew. Canonical journey placement is Build under agent-tooling because you wire it while setting up agent + Android toolchain integration; many teams also touch it again at Ship launch when the same gate guards release candidates. Authentication uses a Bearer token from Clauxel’s product site. This is an integration server, not a replacement for the Android SDK or Gradle; it adds a policy layer and documentation-friendly outputs for ships where one person is developer, reviewer, and release manager.
- Android CLI agent build gate over remote streamable-http MCP
- Structured receipts, audit logs, and reviewer-ready evidence
- Tags: android, cli, agent, gate, build
- Bearer token auth on androidcliagentgate.clauxel.com/mcp
- Source repo: clauxel/android-cli-agent-gate-mcp on GitHub
Androidcliagentgate Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http androidcliagentgate-mcp https://androidcliagentgate.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 20, 2026 |
| Repository | clauxel/android-cli-agent-gate-mcp ↗ |
What it does
Run Android CLI agent build gates from your IDE agent and capture structured receipts before you promote a build.
Who is it for?
Best when you're combining Android CLI workflows with MCP agents and want a formal build gate and auditable receipts.
Skip if: Pure backend API projects, iOS-only stacks, or teams that do not use agent-driven CLI builds.
What you get
With the MCP registered, agents retrieve gate verdicts and packaged evidence you can reuse in Ship launch checklists.
- Build gate pass/fail with structured receipts
- Audit log excerpts tied to CLI agent runs
- Reviewer-ready evidence bundles for downstream Ship steps
By the numbers
- Publisher focus: Android CLI agent build gate per registry description
- Auth model: Bearer token on remote MCP URL
- Declared version: 1.0.0 in server metadata
README.md
Android CLI Agent Gate
Android CLI Agent Gate is a hosted remote MCP for Android CLI agent build gate.
This repository is a public documentation project for Android CLI Agent Gate. Its structure follows the public documentation pattern used by MiroFish: a short front door, a clear reading order, practical guides, reference pages, and a public-safe boundary.
Start Here
- Website: https://androidcliagentgate.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=androidcliagentgate_public_docs&utm_content=readme_home
- Pricing: https://androidcliagentgate.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=androidcliagentgate_public_docs&utm_content=readme_pricing
- Checkout: https://androidcliagentgate.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=androidcliagentgate_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://androidcliagentgate.clauxel.com/mcp
- Server card: https://androidcliagentgate.clauxel.com/server-card.json
- Registry name:
com.clauxel.androidcliagentgate/androidcliagentgate-mcp - Tools:
check_android_cli_build,suggest_android_fix,explain_permission_blocker,issue_build_gate_receipt,export_mobile_agent_log
Reading Order
- Quickstart
- Evaluation guide
- Checkout and pricing
- Workflow notes
- Security model
- Public link reference
Audience
developer platform teams, release owners, AI engineering leads, and delivery reviewers.
Capabilities
- Streamable HTTP MCP endpoint
- Bearer-token access for production calls
- Structured tool-call output
- Receipt-oriented evidence export
- Public server card and registry metadata
- MCP tool: check_android_cli_build
- MCP tool: suggest_android_fix
- MCP tool: explain_permission_blocker
- MCP tool: issue_build_gate_receipt
- MCP tool: export_mobile_agent_log
Public-Safe Boundary
This repository contains documentation only. It does not contain production source code, credentials, payment configuration, Cloudflare configuration, customer records, private analytics, or local machine paths.
Recommended MCP Servers
How it compares
Android CLI build-gate MCP—not a general Gradle tutorial skill or a device farm emulator service.
FAQ
Who is Android CLI Agent Gate MCP for?
Android developers using CLI-driven agent workflows who need a remote gate with receipts and audit-friendly logs.
When should I use Android CLI Agent Gate MCP?
Use it while configuring agent-tooling in Build and again before Ship when an agent-produced Android artifact must pass a formal gate.
How do I add Android CLI Agent Gate MCP to my agent?
Point your MCP client at https://androidcliagentgate.clauxel.com/mcp (streamable-http) and set Authorization to your Bearer token from the product website.