Model Context Protocol (MCP) server for the FAI Harvest pipeline. Exposes 9 tools (discover_repo / extract_facts / retrieve_exemplars / list_plays / import_accelerator / customize_play / re_harvest / approve_play / list_pending_reviews) over stdio. Run any AI accelerator repo through harvest from C…
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"frootai-orchard-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
<p align="center"><img src="https://frootai.dev/img/frootai-mark.png" width="80" alt="FrootAI mark"></p> <h1 align="center">FAI Orchard Harvest MCP for Python</h1> <p align="center"><strong>A Python, zero-runtime-dependency MCP surface for the governed Harvest pipeline.</strong></p> <p align="center"><a href="https://pypi.org/project/frootai-orchard-mcp/">PyPI</a> · <a href="https://frootai.dev/orchard">FAI Orchard</a> · <a href="https://frootai.dev/mcp?view=start">MCP guide</a></p>  ## Catalog or Harvest? | Need | Package | |---|---| | Read published accelerator catalog records | Orchard catalog source package `frootai-mcp-orchard` | | Run repository discovery, extraction, retrieval, import, customization, or approval | **`frootai-orchard-mcp`** — this package | Current version `0.1.1` is an early Harvest MCP surface. Confirm which handlers your installed release registers before relying on a specific pipeline operation. > Current registry truth: the tool registry declares nine handlers, including `list_pending_reviews`. The `0.1.1` CLI help banner still says eight; treat `tools/list` as authoritative until that banner is corrected in a future code release. ## Five steps ### 1. Install or run in isolation ```bash uvx frootai-orchard-mcp ``` Or install into a managed Python 3.10+ environment: ```bash python -m pip install --upgrade "frootai-orchard-mcp[sdk]" ``` ### 2. Connect an MCP client ```json { "servers": { "frootai-orchard-harvest": { "type": "stdio", "command": "uvx", "args": ["frootai-orchard-mcp"] } } } ``` ### 3. Discover, extract, and retrieve ```text discover_repo → extract_facts → retrieve_exemplars → list_plays ``` These free operations establish source identity and structured evidence before any import or customization. ### 4. Import and customize with entitlement ```text import_accelerator → customize_play →…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.