Local MCP server for requesting signatures from Agent-Q Firmware.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Development status: Agent-Q is an active development project with hardware-tested Sui signing paths for CLI, MCP, and supported provider flows. The current StackChan CoreS3 Firmware path uses DEV_PROFILE material intended for development and demos, not real-asset custody. See Current Status for storage and profile limitations.
Agent-Q separates execution surfaces from signing authority.
Execution capability is not signing authority. Agent-Q keeps that boundary explicit for agent-driven and local Sui signing flows.
This README describes the Agent-Q authority-boundary architecture for local Sui
signing flows. Current implementation status and profile limitations are tracked
in docs/IMPLEMENTATION_STATUS.md.
MCP clients, Sui CLI, and supported Sui app adapters submit bounded requests
through the local agent-q host process. AI agent runtimes usually reach
Agent-Q through MCP clients. The host relays requests; it does not store
signing material, decide policy, or approve signing.
Agent-Q Firmware runs on a separate signing device. It holds signing material and policy for the implemented material profile, checks device state and request contents, applies the implemented policy or device-local approval gate, and returns signed results or explicit failures.
Signing request transport stays local. Signing authority stays on the device. Requesters can ask for signatures, but they cannot hold signing material, choose the authorization mode, or approve their own requests.
Agent-Q has three roles:
agent-q process. It exposes MCP stdio
tools, the local HTTP API, the Admin Page, and adapter-facing request
surfaces, then relays bounded requests to Firmware.Agent-Q uses a simple authority model:
For signing requests, Firmware decides whether the implemented policy or device-local approval gate permits signing.
Unsupported chains and methods fail explicitly.
agent-q-sui-signer as a Sui CLI external signer.
See packages/agent-q/README.md.packages/agent-q/README.md.packages/provider-sui/README.md and
packages/sample-sui-dapp-kit/README.md.packages/sample-zklogin-test-web/README.md.firmware/README.md.| Package | Use it when you want to... |
|---|---|
@stelis/agent-q-core | discover devices, open sessions, call the Agent-Q protocol, and parse Firmware results. |
@stelis/agent-q | run the local MCP server, Admin Page, and agent-q-sui-signer. |
@stelis/agent-q-provider-sui | connect a Sui app to an Agent-Q device through a provider / Wallet Standard adapter. |
packages/sample-sui-dapp-kit | run a small dapp-kit sample that signs through Agent-Q. |
packages/sample-zklogin-test-web | run a non-production browser test tool for Sui zkLogin proof preparation/proposal and sign-only transaction checks through the Agent-Q browser provider over Web Serial. |
The current implementation includes these device-owned paths. They are development/demo capabilities; Current Status below defines the DEV_PROFILE and product-active limits.
sign_transaction supports inline
txBytes and same-session staged payload delivery for larger Sui transaction
bytes, up to the Sui serialized transaction maximum. This is a payload and
adapter input capacity, not a claim that every Sui transaction shape is
semantically signable; unsupported or unbindable shapes fail before signing.Current signing routes are summarized below. In this README, product-active
means the matching source, docs, tests, build, current-tree target hardware
evidence, and visual evidence are complete in docs/IMPLEMENTATION_STATUS.md.
A route can be implemented and hardware-tested while product-active evidence is
still being completed.
| Chain | Method | Current behavior |
|---|---|---|
sui | sign_transaction | Current implementation supports inline or same-session staged Sui transaction bytes. It validates the request, parses bounded offline transaction facts when available, applies the device-local policy or user authorization gate, and produces a signature response only after that gate authorizes signing. The parsed sender must match the active account; the parsed gas owner must also match unless the active account's device-local Sui account setting accepts gas sponsors. Policy mode fails closed when required policy coverage is missing, incomplete, unmatched, or reject-matched. User mode shows covered offline facts only when Firmware can derive the required semantic facts and fit the required review details into its bounded display summary; parser success alone is not a clear-review guarantee. Otherwise it shows a device-local blind-signing warning for a valid transaction bound to the active account. Blind signing means confirming signable bytes whose transaction details are not fully reviewable from offline facts. |
sui | sign_personal_message | Current implementation supports bounded Sui personal-message signing in user authorization mode. Policy authorization mode fails closed for this method. |
The current implementation contains Sui zkLogin active identity paths, but
docs/IMPLEMENTATION_STATUS.md does not mark them product-active. The sample
test web exercises browser-to-device proof setup and sign-only transaction
checks over Web Serial. Enoki, OAuth, prover work, and Google OAuth testnet
setup stay in the browser test layer; Agent-Q receives only bounded proof
proposals. The sample does not display JWTs or proof JSON and does not write
them to browser storage.
Unsupported chains and unsupported methods fail explicitly. Chains are exposed through the shared protocol; Agent-Q does not create separate chain-specific product APIs.
This section explains who may request work and who may decide. DEV_PROFILE storage and product-active status are covered in Current Status.
Detailed status lives in docs/IMPLEMENTATION_STATUS.md.
Current implementation includes the Sui signing routes listed above, MCP tools,
provider-sui, and StackChan CoreS3 Firmware paths. Hardware smoke coverage is
recorded in docs/IMPLEMENTATION_STATUS.md; product-active signing support is
claimed only when the matching status row says the source, docs, tests, build,
hardware, and visual evidence are complete.
Current limitations:
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/agent-q)<a href="https://allmcps.com/mcp/agent-q"><img src="https://allmcps.com/api/badge/agent-q?style=directory" alt="Agent Q on AllMCPs" /></a>