II.
ToolServer JSON
Structured · livetool-server:mcp-opa
OPA MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-opa",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-security-observability.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OPA MCP Server",
"description": "MCP server providing a first-class Open Policy Agent and Rego authoring environment.\nEnables AI agents to evaluate Rego policies, explain decisions, generate test skeletons,\ndescribe policies, and suggest fixes using curated OPA knowledge and safe execution boundaries.\n",
"protocol": "mcp",
"category": "security",
"repoUrl": "https://github.com/OrygnsCode/opa-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-opa",
"to": "tool:opa",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-opa",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-opa",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}