Governed MCP: SHACL-Gated Agent Tools

MVP wireframe for an MCP server that exposes a knowledge graph and SHACL validation as tools, so agents act only on governed, validated facts.

MCPSHACLAgents

Concept, MVP scope: one MCP server, two tools — query_graph (SPARQL, read-only) and propose_fact (writes a candidate triple that must pass SHACL before it lands in the graph). Every write is validated before commit; there is no path for an agent to bypass the shape.

The goal is deterministic, auditable agent output: an agent can query freely, but it can never assert something the ontology’s shapes reject.