streamable-httpMITupdated 9d ago
Signed, deterministic, machine-verifiable compliance state per object per jurisdiction โ resolved upstream and served over MCP and A2A. Agents consume the result of the rules, not the rules.
What can you do with RCO A2A Regulatory Compliance Objects?
RCO-A2A โ Regulatory Compliance Objects (protocol layer)
Signed, deterministic, machine-verifiable compliance state per object per jurisdiction โ resolved upstream and served over MCP and A2A. Agents consume the result of the rules, not the rules.
This repository is the MIT protocol layer: the record schema, rule-set schema, issuer-registry schema, tool contract, signature profile test vectors, the fleet manifest and the published pair list. Anyone may implement the shape.
- MCP:
https://mcp.rco-a2a.ai/mcpโresolve_compliance,get_record,list_rule_sets,list_issuers(read-only, no auth, typed errors) - Door: https://rco-a2a.ai ยท GSC rail: https://rco-a2a-bpc.ai ยท partner rail: https://rco-a2a-cpg.ai
- Records verify from the
gsc-rco-2026-08key on https://dpuone.ai/.well-known/jwks.json, rooted in the signed issuer registry at https://consortium-10060.org/issuers.json - Signature: detached JWS Compact (RFC 7515 + RFC 7797
b64:false), ES256 over the RFC 8785 canonical record โ test vectors inschema/v1.2/signature-test-vectors.json
The GSC rail (records, rule sets, keys, fleet operation) is a proprietary GSC service. Operator: GreenCore Solutions Corp. ยท D-U-N-S 24-336-6774.
Install
Add RCO A2A Regulatory Compliance Objects to your client. Pick the one you use.
claude mcp add --transport http rco-a2a-regulatory-compliance-objects https://mcp.rco-a2a.ai/mcpcodex mcp add rco-a2a-regulatory-compliance-objects --url https://mcp.rco-a2a.ai/mcp{
"mcpServers": {
"rco-a2a-regulatory-compliance-objects": {
"url": "https://mcp.rco-a2a.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"rco-a2a-regulatory-compliance-objects": {
"type": "http",
"url": "https://mcp.rco-a2a.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"rco-a2a-regulatory-compliance-objects": {
"url": "https://mcp.rco-a2a.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"rco-a2a-regulatory-compliance-objects": {
"serverUrl": "https://mcp.rco-a2a.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation8/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 29, 2026 |