streamable-httpupdated 26d ago
The Chancery Lane Project (TCLP) Knowledge Graph MCP is a connector that gives AI assistants like Claude searchable access to TCLP's knowledge graph: a curated body of climate-aligned contract clauses, glossary terms, and practical guides. It is read-only — the connector searches and returns content, and never changes anything.
What can you do with tclp mcp?
TCLP Knowledge Graph MCP
The Chancery Lane Project (TCLP) Knowledge Graph MCP is a connector that gives AI assistants like Claude searchable access to TCLP's knowledge graph: a curated body of climate-aligned contract clauses, glossary terms, and practical guides. It is read-only — the connector searches and returns content, and never changes anything.
It won't replace a lawyer, or the experience and judgement you bring. But it clears the boilerplate and the initial drafting: surfacing relevant clauses, comparing content you want to make more sustainable, and helping you spot where an obligation to cut emissions lacks teeth — so you can spend your time on the work that needs you.
Quick install
Add the connector in Claude using its Streamable HTTP URL:
https://mcp.chancerylaneproject.org/mcp
No API key needed to try it out — connections with no key of their own use a shared public key. A named key (higher rate limits, usage attribution) is available for legaltech platforms and law firms integrating the connector into their own tools: request access.
Documentation
Full docs (install, easy setup for Claude/Cowork/ChatGPT, usage examples) are published at docs/ in this repo, and live at https://mcp.chancerylaneproject.org/docs.
About this repo
This repo hosts the public MCP registry listing (server.json) and connector
documentation for The Chancery Lane Project's knowledge graph MCP server. The server
implementation lives in TCLP's main API repository.
Learn more
Install
Add tclp mcp to your client. Pick the one you use.
claude mcp add --transport http tclp-mcp https://mcp.chancerylaneproject.org/mcpcodex mcp add tclp-mcp --url https://mcp.chancerylaneproject.org/mcp{
"mcpServers": {
"tclp-mcp": {
"url": "https://mcp.chancerylaneproject.org/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tclp-mcp": {
"type": "http",
"url": "https://mcp.chancerylaneproject.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tclp-mcp": {
"url": "https://mcp.chancerylaneproject.org/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tclp-mcp": {
"serverUrl": "https://mcp.chancerylaneproject.org/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust6/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 19 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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 |
|---|---|
| 0.1.0Latest | Aug 13, 2026 |