OpenGOS
Autonomous agentic MCP server for grants discovery, ranking, drafting, and public-goods funding.
Support the work
OpenGOS is funded by donations and sponsorships only. There is no Pro seat, consulting hour, or pay-per-use search/draft SKU.
Demo: Interactive shell
Non-custodial USDC (preferred for agents / x402)
| Network | Address |
|---|---|
| Base / Ethereum | 0xD3d0E9eDAe3Ac7bb199a8EAA761BdA423b878438 |
| Solana | ETQwWf19axArsY493UfC6bxe2BmEzmzvCb58PPnC38A |
Related: RUI · LRSI · Server-OS · OpenMesha · YodMCP · 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 |
Durable memory for those facts lives in YodMCP. Promotion through kernels is fail-closed (LRSI, Server-OS, RUI). Host owns the evaluator; agents propose.
One-page note: 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 |
| CI | .github/workflows/ci.yml |
Quick Start
pip install -e ".[dev,api]"
opengos # MCP
opengos-cli status
opengos-api # REST :8080
License
Apache-2.0