Vaquill-AI/integrations
MCP servers and integrations for Vaquill - CourtListener, CanLII, chatbots, Slack, Discord, WordPress bots, and more.
Overview
Vaquill-AI/integrations is a Python MCP server. MCP servers and integrations for Vaquill - CourtListener, CanLII, chatbots, Slack, Discord, WordPress bots, and more. Topics: canlii, courtlistener, mcp, mcp-client, mcp-server.
Ranked #94 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Vaquill Integrations
MCP servers and integrations for [Vaquill AI](https://vaquill.ai) — self-hosted legal research tools, chatbots, and platform connectors.
## Hosted MCP Endpoints
These servers are hosted by Vaquill and available for anyone to connect:
| Server | Endpoint | Auth |
|--------|----------|------|
| **CourtListener** | `https://courtlistener-mcp.vaquill.ai/mcp/` | None required |
| **CanLII** | `https://canlii-mcp.vaquill.ai/mcp` | Bearer token required |
## Connect to Your AI Tools
### Claude Desktop / Claude Code
Add to `~/.claude.json` or your project's `.mcp.json`:
```json
{
"mcpServers": {
"courtlistener": {
"url": "https://courtlistener-mcp.vaquill.ai/mcp/"
},
"canlii": {
"url": "https://canlii-mcp.vaquill.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
```
### Cursor
Go to **Settings > MCP** and add:
**CourtListener:**
- Type: `streamableHttp`
- URL: `https://courtlistener-mcp.vaqui Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.