Read-only MCP server for the FINOS AI Governance Framework: risks, controls, crosswalks and search. Not affiliated with FINOS.
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":"finos-mcp-aigf","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.
# finos-mcp-aigf A read-only [MCP](https://modelcontextprotocol.io) server for the FINOS [AI Governance Framework](https://air-governance-framework.finos.org/): its risks and controls with their public `AIR-*` ids, risk-to-control mapping, crosswalks to NIST SP 800-53, ISO 42001, the EU AI Act and OWASP, and full-text search with citable `aigf://` resources. **Not affiliated with or endorsed by FINOS.** This is an independent, community package. On PyPI the `finos-` prefix is also used by official FINOS packages such as `finos-cdm`; this is not one of them. ## Run it Requires Python 3.12+. ```bash uvx --python 3.12 finos-mcp-aigf # stdio uvx --python 3.12 finos-mcp-aigf --transport streamable-http --port 8000 ``` Claude Code: `claude mcp add finos-aigf -- uvx --python 3.12 finos-mcp-aigf`. Claude Desktop: ```json {"mcpServers": {"finos-aigf": {"command": "uvx", "args": ["--python", "3.12", "finos-mcp-aigf"]}}} ``` ## Tools - `get_risk`, `get_control`, `list_risks`, `list_controls`: accept `AIR-SEC-010`, `ri-10`, `10` or a title. - `map_risks_to_controls`: controls ranked by how many of the given risks they cover. - `map_control_to_external`, `find_by_external_reference`, `list_reference_frameworks`: crosswalks in both directions. - `search_framework`: BM25 search; install `finos-mcp-aigf[semantic]` for hybrid search (downloads a ~15 MB model on first use). - `search_status`, `server_info`. Full argument reference: <https://vardhjain.github.io/finos-mcp/tools/>. ## Safety Read-only by construction: every tool is registered with `readOnlyHint: true` and the server refuses to serve tools otherwise. Content is vendored into the package with recorded upstream commit hashes, so the server makes no network calls at runtime. Every call is rate-limited, input-capped, audited as one JSON line, and fails with a structured error the agent can act on. Details: [finos-mcp-core](https://pypi.org/project/finos-mcp-core/). Docs: <https…
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.