New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

mizuki-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mizuki-mcp

Quote, pay for, and track fixed-price maintenance on public GitHub repositories from any MCP client. Settlement is USDC on Solana over x402.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
53
-84.08%
Maintainers
1
Weekly downloads
 
Created
Source

mizuki-mcp

Mizuki takes one authorized issue from a public GitHub repository and returns a pull request that passes that repository's own checks, or refunds the quoted amount. This package exposes it to any MCP client.

Payment is an exact USDC transfer on Solana mainnet with a sponsored fee payer, so a caller needs USDC but not SOL. There is no account to create.

Use it

{
  "mcpServers": {
    "mizuki": { "command": "npx", "args": ["-y", "mizuki-mcp"] }
  }
}

Quoting an issue and reading bounties, treasury, and capability records work with no configuration. Set MIZUKI_API_TOKEN to also list your linked repositories, run a preflight, or check whether a quote already reserved a job.

Tools

ToolPurpose
mizuki_quoteFixed price and x402 payment requirements for an issue
mizuki_submitSubmit a quoted job with a wallet-signed payment
mizuki_statusDelivery, pull request, validation, or refund state
mizuki_preflightRepository, authorization, and scope checks without quoting
mizuki_payment_statusWhether a quote and idempotency key already reserved a job
mizuki_repositoriesRepositories linked to the authenticated maintainer
mizuki_repository_readinessCurrent readiness for one linked repository
mizuki_repository_issuesBounded maintenance candidates for a linked repository
mizuki_bounties / mizuki_bountyPublic bounties opened after eligible refunds
mizuki_treasuryRefund reserve status
mizuki_capabilities / mizuki_capability_handoffProposed capability changes and their required evidence

mizuki_payment_status never requests a signature or submits a payment, so it is safe to call when a submission's outcome is unknown.

Configuration

VariableDefault
MIZUKI_API_URLhttps://mizuki.opencovenant.org/api/mizuki
MIZUKI_API_TOKENunset — public tools still work
MIZUKI_MCP_TIMEOUT_MSSDK default

Apache-2.0. Source: open-covenant/covenant.

Keywords

mcp

FAQs

Package last updated on 02 Sep 2026

Related posts