# opengos [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/ANAMIZED/OpenGOS  
**GitHub Stars:** 1  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/opengos

## Description
Grants and public-goods MCP: discovery, ranking, grounded drafting, open-source first.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "opengos": {
    "command": "npx",
    "args": ["-y","opengos"]
  }
}
```

## Documentation & README

# OpenGOS

[![CI](https://github.com/ANAMIZED/OpenGOS/actions/workflows/ci.yml/badge.svg)](https://github.com/ANAMIZED/OpenGOS/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![MCP](https://img.shields.io/badge/MCP-Server-purple.svg)](https://modelcontextprotocol.io)
[![SDK](https://img.shields.io/badge/SDK-Python-green.svg)](src/opengos/sdk/)
[![CLI](https://img.shields.io/badge/CLI-opengos--cli-orange.svg)](src/opengos/cli.py)
[![API](https://img.shields.io/badge/API-FastAPI-009688.svg)](src/opengos/api/)

**Autonomous agentic MCP server for grants discovery, ranking, drafting, and public-goods funding.**

### First dollar

Prefer these before a Pro seat. Same SKUs on Stripe (human) and x402 (agent).

| Unit | Stripe | x402 |
|------|--------|------|
| **Advanced Search $0.40** | [Buy](https://buy.stripe.com/7sY8wQ5EW3iZ5xb5Re43S06) | `GET /v1/search` on [x402-cloudflare-starter](https://github.com/ANAMIZED/x402-cloudflare-starter) |
| **Proposal Draft $2.50** | [Buy](https://buy.stripe.com/9B69AUd7o7zf2kZ2F243S03) | `GET /v1/draft` |
| **Public Goods $25** | [Donate](https://donate.stripe.com/00w5kE3wOg5L8Jn2F243S00) | USDC below |

Seats and support: **[OpenGOS Pro — $49/mo](https://buy.stripe.com/7sY8wQ5EWf1H3p3bby43S01)** · **[Kernel Support $99](https://buy.stripe.com/bJecN63wObPv6Bf7Zm43S02)** · **[Consulting Hour $199](https://buy.stripe.com/dRmaEYgjA9Hnf7LdjG43S0b)**

Demo: [Interactive shell](https://htmlpreview.github.io/?https://github.com/ANAMIZED/OpenGOS/blob/main/opengos.html)

### Non-custodial USDC (preferred for agents / x402)

| Network | Address |
|---------|---------|
| **Base / Ethereum** | `0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438` |
| **Solana** | `ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A` |

*Related:* [rui](https://github.com/ANAMIZED/rui) · [LRSI](https://github.com/ANAMIZED/LRSI) · [server-os](https://github.com/ANAMIZED/server-os) · [openmesha](https://github.com/ANAMIZED/openmesha) · [YodMCP](https://github.com/ANAMIZED/YodMCP) · [desk](https://github.com/ANAMIZED/desk)

## FOUNDRY mapping

FOUNDRY separates untrusted proposal generation from host-owned verification and an established-facts registry. OpenGOS is the grants surface of that split:

| FOUNDRY role | OpenGOS surface |
|--------------|-----------------|
| Agents propose | discoverer → ranker → drafter (`skills/multi-agent-workflow/`) |
| Host verifies | human / kernel review before a proposal is sent |
| Established facts | ranked grant matches + draft artifacts, not self-attested win reports |
| Token budget | Search $0.40 and Draft $2.50 meter the expensive steps |

Durable memory for those facts lives in [YodMCP](https://github.com/ANAMIZED/YodMCP). Promotion through kernels is fail-closed ([LRSI](https://github.com/ANAMIZED/LRSI), [server-os](https://github.com/ANAMIZED/server-os), [rui](https://github.com/ANAMIZED/rui)). Host owns the evaluator; agents propose.

One-page note: [`docs/FOUNDRY.md`](https://github.com/ANAMIZED/OpenGOS/blob/HEAD/docs/FOUNDRY.md).

## Surfaces

| Surface | Entry |
|---------|-------|
| **MCP Server** | `opengos` |
| **CLI** | `opengos-cli status` / `search` |
| **SDK** | `from opengos.sdk import OpenGOSClient` |
| **REST API** | `opengos-api` → http://localhost:8080/docs |
| **Multi-agent** | discoverer → ranker → drafter + `skills/multi-agent-workflow/` |
| **Hero demo** | [`opengos.html`](https://github.com/ANAMIZED/OpenGOS/blob/HEAD/opengos.html) |
| **CI** | `.github/workflows/ci.yml` |

## Quick Start

```bash
pip install -e ".[dev,api]"
opengos          # MCP
opengos-cli status
opengos-api      # REST :8080
```

## License

Apache-2.0

