bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.oktopeak/lawmatics-mcp · v1.0.0
Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.
lawmatics-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"lawmatics-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/lawmatics-mcp"
],
"env": {
"LAWMATICS_ACCESS_TOKEN": "<LAWMATICS_ACCESS_TOKEN>"
}
}
}
}LAWMATICS_ACCESS_TOKEN必填secretLawmatics OAuth access token (never expires). Obtain once with `npx @oktopeak/lawmatics-mcp auth`.
LAWMATICS_READ_ONLY可选Set to '1' to disable all write tools (create/update/tag/submit). Read-only mode for cautious firms.
LAWMATICS_EXPERIMENTAL_TOOLS可选Set to '1' to enable experimental tools (set-matter-custom-fields) whose API request shape is not fully documented by Lawmatics.
LAWMATICS_RATE_LIMIT_PER_MIN可选Client-side request throttle per minute (default: 50, the conservative documented per-firm limit; newer docs say 150).
LAWMATICS_AUDIT_LOG可选Set to '0' to disable the local JSONL audit log (default path: ~/.lawmatics-mcp/audit.log).
LAWMATICS_AUDIT_LOG_PATH可选Override the audit log file location (default: ~/.lawmatics-mcp/audit.log). The log contains tool arguments, which can include client data.
LAWMATICS_CLIENT_ID可选Only needed for the one-time `auth` command: your Lawmatics developer app client ID.
LAWMATICS_CLIENT_SECRET可选secretOnly needed for the one-time `auth` command: your Lawmatics developer app client secret.
LAWMATICS_REDIRECT_PORT可选Local port for the one-time OAuth callback (default: 5678). Must match the app's Callback URL.
LAWMATICS_API_BASE可选Override the Lawmatics API base URL (default: https://api.lawmatics.com/v1).
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.oktopeak/lawmatics-mcp",
"type": "mcp-server",
"version": "1.0.0",
"displayName": "lawmatics-mcp",
"description": "Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.",
"repository": {
"url": "https://github.com/oktopeak/lawmatics-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@oktopeak/lawmatics-mcp",
"version": "1.0.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "LAWMATICS_ACCESS_TOKEN",
"description": "Lawmatics OAuth access token (never expires). Obtain once with `npx @oktopeak/lawmatics-mcp auth`.",
"isRequired": true,
"isSecret": true
},
{
"name": "LAWMATICS_READ_ONLY",
"description": "Set to '1' to disable all write tools (create/update/tag/submit). Read-only mode for cautious firms."
},
{
"name": "LAWMATICS_EXPERIMENTAL_TOOLS",
"description": "Set to '1' to enable experimental tools (set-matter-custom-fields) whose API request shape is not fully documented by Lawmatics."
},
{
"name": "LAWMATICS_RATE_LIMIT_PER_MIN",
"description": "Client-side request throttle per minute (default: 50, the conservative documented per-firm limit; newer docs say 150)."
},
{
"name": "LAWMATICS_AUDIT_LOG",
"description": "Set to '0' to disable the local JSONL audit log (default path: ~/.lawmatics-mcp/audit.log)."
},
{
"name": "LAWMATICS_AUDIT_LOG_PATH",
"description": "Override the audit log file location (default: ~/.lawmatics-mcp/audit.log). The log contains tool arguments, which can include client data."
},
{
"name": "LAWMATICS_CLIENT_ID",
"description": "Only needed for the one-time `auth` command: your Lawmatics developer app client ID."
},
{
"name": "LAWMATICS_CLIENT_SECRET",
"description": "Only needed for the one-time `auth` command: your Lawmatics developer app client secret.",
"isSecret": true
},
{
"name": "LAWMATICS_REDIRECT_PORT",
"description": "Local port for the one-time OAuth callback (default: 5678). Must match the app's Callback URL."
},
{
"name": "LAWMATICS_API_BASE",
"description": "Override the Lawmatics API base URL (default: https://api.lawmatics.com/v1)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.oktopeak/lawmatics-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.oktopeak%2Flawmatics-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}