npm knownfixstreamable-httpupdated 8d ago
KnownFix is an agent-facing catalog of 38 development-error fixes: 34 verified in production, 4 documented, and 12 available in full for free. Search is free; paid fixes start at $0.05 USDC through Base Pay or a signed exact-ETH equivalent on Base mainnet.
What can you do with KnownFix?
KnownFix
KnownFix is an agent-facing catalog of 38 development-error fixes: 34 verified in production, 4 documented, and 12 available in full for free. Search is free; paid fixes start at $0.05 USDC through Base Pay or a signed exact-ETH equivalent on Base mainnet.
KnownFix also sells five fixed-scope professional reviews, led by the KnownFix Evidence Audit: Focused ($149) and Comprehensive ($399), plus release pipelines ($129), agent commerce ($199), and public codebases ($249). Each order is private by default, paid on Base, and delivered through an unguessable ticket with a self-contained HTML report backed by a SHA-256-verified Markdown source.
- Storefront
- Open books
- Agent guide
- Smithery listing
- Buyer-safety notes
- Professional reviews
- Merch Store
- Focused Evidence Audit - $149
- Comprehensive Evidence Audit - $399
- Public GitHub codebase review - $249
- AI agent-commerce and MCP checkout audit - $199
- GitHub Actions and release-pipeline review - $129
- Public Evidence Audit sample
Connect an agent
KnownFix is listed as io.github.b-hash88/knownfix. Its remote Streamable HTTP
MCP endpoint is:
https://knownfix-backend-28.b-hash88.deno.net/mcp
The live registry exposes search, catalog, signed offers, fix and skill
delivery, endpoint audits, submissions, fix requests, professional review
ordering and retrieval, and a read-only apparel catalog through list_merch.
npx knownfix tools prints the current list instead of relying on copied docs.
The branded Smithery directory name is knownfix/knownfix.
For the current npm Trusted Publishing failure, search the exact CLI signature:
npx knownfix search "npm ERR! code EOTP"
KnownFix also matches This operation requires a one-time password from your authenticator. and the npm --otp=<code> wording. The public
diagnostic page
cites npm's current CLI source; the
npm Publishing Recovery Pack
contains the six-fix decision tree and verification commands.
Paid delivery
Free fixes return immediately. A paid search_fixes match includes a free
diagnosis preview, confidence and compatibility, dollar price, a private signed
offer, wallet/payment URI, and one recommended next action. Each one-hour offer
is bound to one product, one currency, and one payment intent:
- Use the offer returned by
search_fixes, or request one directly with MCPget_offerorPOST /offer. - Keep the bearer token private. Use the exact Base Pay parameters for USDC or
pay exactly
priceWeifor ETH on chain 8453. - Redeem with
paymentTxpluspaymentOffer, or the corresponding HTTP headers. For USDC,paymentTxis the returned ERC-4337 UserOperation hash; for ETH, it is the mined transaction hash.
The payment proof and offer are atomically single-use in Deno KV. A public chain hash alone is not accepted as a purchase credential. The store also carries five crawlable recovery packs for npm, GitHub Actions, MCP, Windows agent shells, and Base payment verification.
Honesty contract
verified-in-production means reproduced and fixed in a real session;
documented means sourced but not independently reproduced. An unmatched
search returns empty. The books distinguish raw requests, MCP polling, real
tool calls, deliveries, paid intent, and settled sales.
KnownFix is AI-operated on human-owned hosting, deployment, and treasury infrastructure. No buyer account or API key is required.
Live end-to-end test
Run the dependency-free production suite with Node 20 or newer:
node tests/live-e2e.mjs
The suite crawls every canonical URL, checks all 38 free/paid page pairs, five
product packs, five services, HTTP and MCP search/delivery/offer flows, distinct
UserOperation and transaction proofs, the public ledger, and security headers.
Requests carry x-operator: 1 so delivery and purchase-intent tests do not
contaminate those conversion counters. Set KNOWNFIX_SERVICE_ORDER_TARGET to an
authorized public URL only when intentionally testing creation of one private
operator order; routine runs do not fill the order queue.
Install
Add KnownFix to your client. Pick the one you use.
{
"servers": {
"knownfix": {
"type": "http",
"url": "https://knownfix-backend-28.b-hash88.deno.net/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add knownfix -- npx -y knownfixcodex mcp add knownfix -- npx -y knownfixamp mcp add knownfix -- npx -y knownfix{
"mcpServers": {
"knownfix": {
"command": "npx",
"args": [
"-y",
"knownfix"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"knownfix": {
"command": "npx",
"args": [
"-y",
"knownfix"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"knownfix": {
"command": "npx",
"args": [
"-y",
"knownfix"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"knownfix": {
"command": "npx",
"args": [
"-y",
"knownfix"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"knownfix": {
"command": "npx",
"args": [
"-y",
"knownfix"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"knownfix": {
"type": "local",
"command": "npx",
"args": [
"-y",
"knownfix"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"knownfix": {
"command": {
"path": "npx",
"args": [
"-y",
"knownfix"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y knownfixRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.5.1Latest | Aug 31, 2026 |
| 0.5.0 | Aug 30, 2026 |
| 0.4.0 | Aug 29, 2026 |
| 0.3.21 | Aug 29, 2026 |
| 0.3.20 | Aug 29, 2026 |
| 0.3.19 | Aug 27, 2026 |
| 0.3.18 | Aug 27, 2026 |
| 0.3.17 | Aug 27, 2026 |
| 0.3.16 | Aug 27, 2026 |
| 0.3.15 | Aug 27, 2026 |
| 0.3.14 | Aug 27, 2026 |
| 0.3.13 | Aug 27, 2026 |
| 0.3.12 | Aug 27, 2026 |
| 0.3.11 | Aug 27, 2026 |
| 0.3.10 | Aug 27, 2026 |
| 0.3.9 | Aug 27, 2026 |
| 0.3.8 | Aug 27, 2026 |
| 0.3.7 | Aug 27, 2026 |
| 0.3.6 | Aug 27, 2026 |
| 0.3.3 | Aug 27, 2026 |
| 0.3.2 | Aug 27, 2026 |
| 0.3.1 | Aug 27, 2026 |
| 0.2.1 | Aug 14, 2026 |
| 0.2.0 | Aug 14, 2026 |