Home › Productivity › mcp
mcp
Generate, audit, and maintain legal policies that match what your code actually does.
Topics: Legal
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://policyforge.co/api/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp https://policyforge.co/api/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"url": "https://policyforge.co/api/mcp"
}
}
}
Package (npm 0.6.1)
npx -y @policyforge/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@policyforge/[email protected]"
],
"env": {
"POLICYFORGE_API_KEY": "<YOUR_VALUE>"
}
}
}
}
POLICYFORGE_API_KEYrequired secret — PolicyForge API key — create one at https://policyforge.co/api-dashboard
Related servers
Open Agreements
Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files.
us-legal-mcp
An MCP server that provides comprehensive US legislation.
LibreJustice
Search French and European case law and French legal texts (codes, statutes, treaties).
ris-mcp-ts
Access Austrian laws, court decisions & legal documents via the RIS API.
mcp-eu-ai-act
EU AI Act + GDPR compliance scanner. One call, no arguments, 10 seconds. 22 AI frameworks detected.
korean-rnd-regs-mcp
Search South Korea's national R&D regulations in natural language with cited provisions.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry