mcpbeat Sign in

Tclp MCP Server

by thechancerylaneproject Your server? Claim it
answering

Tclp MCP is answering right now. Last checked 12 min ago. It exposes 4 tools. Last commit 13 Aug 2026.

MCP server for The Chancery Lane Project's climate-aligned contract clause knowledge graph.

Uptime history 37 days of history
37 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
257 ms
Response time
average over 24h
0
Stars
last commit 13 Aug 2026

Nothing serious here today

Today is the operative word: we check Tclp MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add tclp-mcp --transport http https://mcp.chancerylaneproject.org/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tclp-mcp": {
      "url": "https://mcp.chancerylaneproject.org/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tclp-mcp]
url = "https://mcp.chancerylaneproject.org/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tclp-mcp": {
      "url": "https://mcp.chancerylaneproject.org/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tclp-mcp": {
      "url": "https://mcp.chancerylaneproject.org/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

taxonomy
taxonomy_content
List TCLP content (clauses, guides) filtered by taxonomy facet=value. Multi-facet filters are combined with AND. Call `taxonomy_facets` first to learn which facet names and slugs exist; using a name not in that list returns a 400. Args: filters: Mapping of facet name to value slug, e.g. `{"sector": "real-estate", "practice_area": "commercial"}`. Each facet may appear at most once. scope: `clause`, `guide`, or `all` (default). limit: Maximum results to return (1–100, default 25). offset: Result offset for paging (default 0). sort: `title`, `date_published_desc`, or `date_modified_desc`. Returns: JSON with "meta" (totals, scope, filters echoed back) and "results" (each hit has `id`, `url`, `title`, `content_type`, dates, and a `facets` map of all taxonomy arrays on the node).
taxonomy_facets
List taxonomy facets and their value slugs across TCLP content. Facets are taxonomy categories like `sector`, `practice_area`, `application`, and `jurisdiction`. Each facet returns the list of slugs that actually appear on the graph, with counts. Use this to discover the vocabulary, then call `taxonomy_content` with chosen slugs. Args: scope: Which labels to include — `clause` (ClauseName only), `guide` (Guide only), or `all` (both, the default). Returns: JSON with "meta" and "facets". Each facet has `name`, `applies_to` (list of Neo4j labels carrying it), and `values` (list of `{slug, count}`, sorted by count desc).
entity
entity_lookup
Find TCLP content nodes (clauses, glossary terms) associated with a named concept. Unlike `search`, this performs a deterministic name match against Entity nodes in the knowledge graph rather than a relevance-ranked semantic search. Use it when you have a specific term or concept (e.g. "scope 3 emissions", "net zero") and want to retrieve every clause or glossary entry that explicitly references it. Args: name: The entity or concept name to look up (exact match, case-insensitive). limit: Maximum number of results to return (1–50). include_full_text: Include each hit's full body text (Markdown). Off by default — bodies are large; request only when you need the content, and prefer a small `limit` when you do. Returns: JSON with "meta" and "results" where each hit includes the source content node and the entity names that matched.
search
search
Search the TCLP knowledge graph using fusion search (semantic + BM25). Args: query: Free-text search query (max 1000 characters). node_type: Content scope — "tclp" (clauses, glossary terms, guides), "lrsf" (laws, regulations, standards, frameworks), or "all". limit: Maximum number of results to return (1–50). rerank: Whether to apply RRF reranking when combining graph and text results. include_full_text: Include each hit's full body text (Markdown). Off by default — bodies are large; request only when you need the content, and prefer a small `limit` when you do. Returns: JSON with "meta" (totals, timing) and "results" (ranked hits with title, url, content_type, scores, and optionally relationships and full_text).

Endpoints

URLTransportStateLatencyChecked
https://mcp.chancerylaneproject.org/mcp streamable-http answering 182 ms 12 min ago

Alternatives to Tclp MCP

same job, measured the same way
Kindex
by wandercom

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

1 685 installs/wk local only
Kindex
by jmcentire

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

local only
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

43 installs/wk local only
Lindas MCP
by malkreide

MCP server for LINDAS — the Swiss administration's linked-data SPARQL knowledge graph (cube.link)

74 installs/wk local only
kg
by nnar1o

Local knowledge graph memory MCP server for AI assistants.

local only
Mindforge
by sairam0424

Read the MindForge engine over MCP: knowledge graph, project health, and audit log.

81 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Forage - MCP Server for AI Agents
by ernestalabs

Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents.

answering

Tclp MCP — questions

Answers built from our own checks of this server.

What can Tclp MCP do?
It exposes 4 tools, read directly from the server on our last check. Among them: entity_lookup, search, taxonomy_content, taxonomy_facets. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tclp MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 257 ms. The bar chart above shows every period we have measured.
How do I connect Tclp MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Tclp MCP need an API key?
No. Tclp MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tclp MCP?
It answers our handshake in 257 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Tclp MCP open source?
We cannot say either way: written in HTML and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.