so.anteroom/anteroom
Official5 toolsFrontier-AI vendor commitments, safety framework history, corpus, and partnership patterns.
Frontier AI vendor commitments, safety frameworks, and partnership patterns.
Captured live from the server via tools/list.
get_vendor_commitments
Get the seven tracked commercial commitments (AUP, no-train default, output ownership, IP indemnity program, retention default, deprecation notice, safety framework version) for a frontier AI vendor. Each commitment carries the quoted primary-source text, source URL, and effective date.
Parameters (1)
- vendor_slugstringrequired
Vendor slug. One of: anthropic, openai, google-vertex, meta, xai.
get_framework_version_history
Get the full version ledger of a frontier AI lab's safety framework (Responsible Scaling Policy, Preparedness Framework, Frontier Safety Framework, or equivalent). Returns every published version, effective date, published changelog, and primary source URL.
Parameters (1)
- lab_slugstringrequired
Lab slug. One of: anthropic, openai, google-deepmind, meta, xai.
search_corpus
Search Anteroom's tracked corpus of AI-relevant regulatory provisions across jurisdictions (EU AI Act, US state laws, sectoral rules, international frameworks) and legal lenses. Returns matching provisions with primary-source URLs and confidence tags.
Parameters (4)
- querystringrequired
Free-text search query. Matched against provision label, plain-language summary, and primary-source excerpt.
- jurisdictionstring
Optional jurisdiction filter. Examples: eu-ai-act, colorado-sb26-189, illinois-hb-3773, china-generative-ai-measures, uk-ai-safety-institute, singapore-model-ai-framework.
- lensstring
Optional legal-lens filter. One of: ai-specific, privacy, sectoral, employment, accessibility, consumer-protection, ip, security, export-control, liability.
- limitinteger
Max number of provisions to return. Default 15, max 50.
get_partnership_pattern
Get a named strategic AI partnership pattern with its plain-language description, example clauses, kill-list moves, scholarly anchors, and real-world precedent anchors.
Parameters (1)
- pattern_slugstringrequired
Pattern slug. Examples: compute-backed-strategic-invest, hyperscaler-exclusive-then-multi-home, oem-with-third-party-ai-model, capacity-reserve-agreement, compute-for-equity, sole-source-ip-grant, sovereign-trade-capacity, white-label-metered.
get_partnerships_by_pattern
List every tracked public AI strategic partnership that Anteroom has classified as an instance of a given pattern. Returns partnership metadata with permalink to the primary-source-anchored deal page.
Parameters (2)
- pattern_slugstringrequired
Pattern slug. See get_partnership_pattern for the list.
- limitinteger
Max number of partnerships to return. Default 20, max 50.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"anteroom": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.anteroom.so/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.