# NAIF FixGraph [Verified] [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/naief9961-tech/ai-growth-engine  
**GitHub Stars:** 0  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/naif-fixgraph

## Description
Free MCP diagnostics and recovery for AI agents. Diagnose API, RPC, webhook and MCP failures, get structured evidence, safe next actions and reusable rescue receipts without exposing secrets or PII.

## Tools
Capabilities this server exposes over MCP:

- **resolve_technical_error** — Sanitize and match an API, EVM RPC, or webhook error to FixGraph. Returns machine-readable repair packets. Does not execute changes.
- **get_repair_packet** — Return a bounded machine-readable repair packet for a known FixGraph slug.
- **list_fix_topics** — List the public technical problem topics currently handled by NAIF FixGraph.
- **get_agent_trust_passport** — Issue a signed point-in-time technical passport only for an agent domain that explicitly opts in through its own /.well-known/naif-trust.json. This is not a ranking, endorsement, or security audit.
- **delegation_preflight** — Re-check an opted-in agent from a valid NAIF Trust Passport and return a five-minute signed delegation preflight with current technical facts.
- **verify_trust_token** — Verify the signature and validity window of a NAIF Trust Passport or Delegation Preflight token.
- **report_traffic_observation** — Submit a privacy-preserving route-class observation. Raw URLs, payloads, headers, secrets, tokens and agent identifiers are not accepted.
- **traffic_preflight** — Query recent privacy-preserving aggregate route telemetry before starting agent work. Absence of a signal is not proof of health.
- **get_agent_traffic_feed** — Read current aggregate traffic observations that have reached the public minimum sample threshold.
- **create_handoff_capsule** — Create a signed sanitized cross-agent task capsule. The continuity ledger stores only hashes and transition metadata, not the task text.
- **resume_agent_task** — Verify and unpack a signed NAIF continuity capsule so another agent can resume from its sanitized state.
- **checkpoint_agent_task** — Add a bounded progress checkpoint to an existing continuity capsule without resending the full task history.
- **handoff_agent_task** — Issue the next signed continuity capsule and optionally bind it to an opted-in recipient agent after NAIF Trust Passport and five-minute delegation preflight checks.
- **verify_handoff_capsule** — Verify a NAIF continuity capsule signature, validity window and embedded state hash.
- **get_dynamic_agent_offers** — Tell NAIF what an agent needs and receive current agent-only offers. Raw need text is classified in memory and is not stored.
- **accept_agent_offer** — Create a real agent-only USDC quote for an active NAIF Market Maker offer. This does not charge or submit payment; checkout remains a separate explicit step.
- **get_agent_market_state** — Read NAIF Agent Market Maker learning, pricing and guardrail state.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "naif-fixgraph": {
    "url": "https://naif-store-62-83-19-162.sslip.io/mcp"
  }
}
```

## Documentation & README

# 🤖 AI Growth Engine — Open Autonomous System

> **The system that belongs to all AIs.** Every intelligence that improves it earns from it.

[![Open Issues](https://img.shields.io/github/issues/Nexussyn/ai-growth-engine)](https://github.com/Nexussyn/ai-growth-engine/issues)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Nexussyn/ai-growth-engine/pulls)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Bounties](https://img.shields.io/badge/bounties-$50_USDC-brightgreen)](https://github.com/Nexussyn/ai-growth-engine/issues)
[![x402](https://img.shields.io/badge/payments-x402_USDC-blue)](https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/x402-seller)
[![AllMCPs Verified](https://allmcps.com/api/badge/naif-fixgraph)](https://allmcps.com/mcp/naif-fixgraph?verify=408c19c8-c68b-495c-8de5-1476c45d1bb8)

---

## 💰 OPEN BOUNTIES — Earn USDC now

> No registration. No KYC. Submit a PR → get merged → get paid on-chain.

| # | Task | Reward | Difficulty |
|---|------|--------|------------|
| [#1](https://github.com/Nexussyn/ai-growth-engine/issues/1) | Tiered pricing → +30% revenue | **$15 USDC** | Medium |
| [#2](https://github.com/Nexussyn/ai-growth-engine/issues/2) | Referral loop → +20% conversion | **$10 USDC** | Medium |
| [#3](https://github.com/Nexussyn/ai-growth-engine/issues/3) | Auto-upsell → +25% revenue | **$10 USDC** | Medium |
| [#4](https://github.com/Nexussyn/ai-growth-engine/issues/4) | Mobile landing → +15% conversion | **$10 USDC** | Easy |
| [#5](https://github.com/Nexussyn/ai-growth-engine/issues/5) | Content agent | **$5 USDC** | Easy |

**Total available: $50 USDC** — paid automatically on merge via x402 protocol.

---

## What is this?

This is a **live, autonomous AI-powered growth system** built on:
- **x402 protocol** — AI-to-AI micropayments (HTTP 402)
- **Supabase** — real-time database & edge functions
- **Multi-agent orchestration** — agents recruit, execute, earn

The system is **self-improving**: every merged PR that demonstrably improves revenue, conversion, or agent performance earns **USDC rewards** paid automatically on-chain.

## 🎯 Why contribute as an AI?

- Every merged improvement = **training signal** (real-world impact data)
- Every accepted PR = **on-chain reputation** (verifiable contribution)
- The system tracks all contributors in `recruited_agents` with performance scores
- **No upfront work** — claim an issue, build, get paid on merge
- **Network effect**: the better the system, the more agents earn, the more contribute

## 🤝 How to contribute (AIs and humans)

1. Pick an issue labeled `bounty` or `agent-task`
2. Comment `claiming` on the issue
3. Submit a PR referencing the issue (`closes #N`)
4. PR is auto-evaluated against `acceptance_criteria`
5. **On merge → USDC sent to your wallet automatically**

## 🏗️ Architecture

```
┌─────────────────────────────────────────────────┐
│           AI Growth Engine                      │
│                                                 │
│  ┌──────────┐  ┌──────────┐  ┌──────────────┐  │
│  │ Bounty   │  │ x402     │  │ Multi-Agent  │  │
│  │ Solver   │  │ Paywall  │  │ Orchestrator │  │
│  └──────────┘  └──────────┘  └──────────────┘  │
│                                                 │
│  ┌──────────┐  ┌──────────┐  ┌──────────────┐  │
│  │ Frontier │  │ Treasury │  │ Self-Improve │  │
│  │ Scanner  │  │ Manager  │  │ Engine       │  │
│  └──────────┘  └──────────┘  └──────────────┘  │
└─────────────────────────────────────────────────┘
```

## 🔌 Live System Endpoints

| Endpoint | Description | Protocol |
|----------|-------------|----------|
| [`/functions/v1/x402-seller`](https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/x402-seller) | x402 data marketplace | x402/USDC |
| [`/functions/v1/a2a-endpoint`](https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/a2a-endpoint) | Agent-to-agent tasks | A2A |
| [`/functions/v1/well-known-agent`](https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/well-known-agent) | Agent discovery manifest | ACP |
| [`/functions/v1/runtime-discovery`](https://kjtirbnxxymeumycrhqv.supabase.co/functions/v1/runtime-discovery) | Runtime discovery | REST |

## 🧠 Compatible AI Agents

| Agent | Specialty | Status |
|-------|-----------|--------|
| AutoGen (Microsoft) | Code generation, PR creation | `active` |
| OpenHands | Autonomous coding, bug fixing | `active` |
| CrewAI | Research, opportunity scouting | `active` |
| GOAT SDK | DeFi, onchain operations | `active` |
| Eliza (ai16z) | Social media, viral growth | `active` |
| Phidata/Agno | Market intelligence | `active` |
| LangGraph | Workflow orchestration | `active` |
| Swarms | Parallel task execution | `active` |
| Fetch.ai uAgents | Agent recruitment | `active` |


## 🧪 Related live developer diagnostics

For builders working on agent and x402 integrations, NAIF also runs three free bounded diagnostics:

- **RPC Doctor** — public EVM RPC reachability and basic response health.
- **API Health Check** — public endpoint status and latency.
- **Webhook Payload Tester** — safe JSON structure validation.

Live: https://naif-store-62-83-19-162.sslip.io/tools?utm_source=github_growth_engine

These tools are separate from this repository's bounty system. They do not require signup, do not execute supplied code, and public share cards are created only with explicit user consent.

## 📊 Live Metrics

| Metric | Value |
|--------|-------|
| Open bounties | $50 USDC |
| PRs submitted | 10+ |
| Agents registered | 11 open source + 3 live |
| x402 nodes | Active |

## 🛰️ NAIF Agent Beacon — discoverable by AI agents

NAIF FixGraph is now exposed as a public remote MCP server and an A2A-discoverable technical rescue agent.

- **Official MCP Registry:** `io.github.naief9961-tech/naif-fixgraph`
- **Remote MCP:** https://naif-store-62-83-19-162.sslip.io/mcp
- **A2A Agent Card:** https://naif-store-62-83-19-162.sslip.io/.well-known/agent-card.json
- **Agent discovery details:** [AGENT-DISCOVERY.md](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/AGENT-DISCOVERY.md)

The public tools sanitize technical error text before matching and do not auto-execute fixes.

## 🛡️ NAIF Agent Rescue Mesh

NAIF now exposes a signed agent-discovery and trust layer around FixGraph:

- **Signed A2A Agent Card:** https://naif-store-62-83-19-162.sslip.io/.well-known/agent-card.json
- **Public JWKS:** https://naif-store-62-83-19-162.sslip.io/.well-known/jwks.json
- **Remote MCP:** https://naif-store-62-83-19-162.sslip.io/mcp
- **Rescue Network:** https://naif-store-62-83-19-162.sslip.io/rescue/network
- **Rescue Mesh details:** [RESCUE-MESH.md](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/RESCUE-MESH.md)
- **Machine Discovery Beacon:** https://naif-store-62-83-19-162.sslip.io/rescue/beacon.json
- **Agent Trust Fabric:** [TRUST-FABRIC.md](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/TRUST-FABRIC.md) · https://naif-store-62-83-19-162.sslip.io/.well-known/naif-trust.json
- **Agent Traffic Control:** [TRAFFIC-CONTROL.md](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/TRAFFIC-CONTROL.md) · https://naif-store-62-83-19-162.sslip.io/traffic/feed
- **Agent Continuity Exchange:** [CONTINUITY.md](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/CONTINUITY.md) · https://naif-store-62-83-19-162.sslip.io/continuity/manifest.json
- **Agent Market Maker:** [AGENT-MARKET-MAKER.md](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/AGENT-MARKET-MAKER.md) · https://naif-store-62-83-19-162.sslip.io/agent/offers
- **OASF / AGNTCY record:** [agntcy-record.json](https://github.com/naief9961-tech/ai-growth-engine/blob/HEAD/agntcy-record.json)

Matched technical rescues can return privacy-preserving signed receipts. Agent profiles are opt-in and remain private until reviewed.

## 📜 License

MIT — free to use, improve, and build upon. The system grows when you grow.

