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.
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
安装
把 tclp mcp 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档17/25
- 维护19/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年8月13日 |