Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Filevine Mcp
F
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:45:24 PM

Filevine Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

MCP server for Filevine matter management - by Advocate Cloud Solutions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "filevine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "filevine-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

filevine-mcp

An open-source MCP (Model Context Protocol) server for Filevine matter management and Lead Docket intake.

Built and maintained by Advocate Cloud Solutions β€” a Salesforce consultancy for law firms. This MCP exposes the Filevine + Lead Docket API surface as Claude-callable tools so legal teams can query, build, and fix matters and intake leads through natural language β€” running entirely on your own machine against your own Filevine org.

License: Apache 2.0 MCP Registry Status


What this is

Filevine is the leading mid-market personal injury / mass tort case management platform (~3,000 firms, $400M Series funding Sept 2025). Lead Docket is Filevine's acquired intake/CRM product β€” leads from web forms, chatbots, and calls, with scoring, routing, and conversion into Filevine projects.

filevine-mcp is a standalone, single-tenant MCP server. You generate your own Filevine PAT, run the server locally (or on infrastructure you control), and connect it to any MCP-compatible client β€” Claude Desktop, Claude Code, Cowork, or anything else that speaks MCP.

This MCP wraps both Filevine and Lead Docket under one namespace so a single install gives Claude access to the full intake-to-matter funnel.

Three workflows the MCP unlocks:

  • Pull β€” "Show me every Lead Docket lead from this week's PPC campaigns that hasn't been contacted yet, plus every Filevine project in pre-litigation phase older than 90 days."
  • Fix β€” "On project 78213, the policy-limit field is wrong β€” should be $250K not $25K. Update it and add a note. Also re-route the bad-faith Lead Docket lead to the senior PI partner."
  • Build β€” "Convert this Lead Docket lead into a new Filevine PI project, pre-fill the intake section from the lead's form data, and schedule the consultation."

Quick start

bash
git clone https://github.com/Advocate-Cloud-Solutions/filevine-mcp.git
cd filevine-mcp
npm install
cp .env.example .env  # fill in your Filevine PAT, client_id, client_secret
npm run build

Then add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

config.json
{
  "mcpServers": {
    "filevine": {
      "command": "node",
      "args": ["/absolute/path/to/filevine-mcp/dist/index.js"],
      "env": {
        "FILEVINE_CLIENT_ID": "...",
        "FILEVINE_CLIENT_SECRET": "...",
        "FILEVINE_PAT": "...",
        "FILEVINE_USER_ID": "...",
        "FILEVINE_ORG_ID": "..."
      }
    }
  }
}

See AGENTS.md for the full setup walkthrough including how to generate a PAT in the Filevine Org Admin tools.

Architecture at a glance

  • PAT exchange auth for Filevine; separate API key for Lead Docket (both read from environment variables)
  • Dynamic schema introspection β€” Filevine's per-firm Project Type templating means every write tool needs runtime schema discovery (1hr in-memory cache, force_refresh flag)
  • Rate-limit governor β€” Per-endpoint token buckets (Filevine: 320/min general, 250/min billing, 5/min Reports + Vitals; Lead Docket: separate buckets per its own limits)
  • Optional audit logging β€” JSONL audit log per ABA Opinion 512, off by default, opt-in via AUDIT_LOG_PATH

Full architecture: see ARCHITECTURE.md. Lead Docket-specific design notes: docs/LEAD_DOCKET.md.

Tool surface

~32 tools total: 25 Filevine core + 7 Lead Docket.

Filevine core (25 tools)

ToolWhat it does
filevine_search_projectsQuery projects by phase, project type, assignee, date
filevine_describe_sectionsReturns full schema (sections + fields + types) for a project type
filevine_get_section / filevine_update_sectionRead/write static section field values
filevine_create_collection_itemAdd a row to a Collection section (medical providers, defendants, etc.)
filevine_create_noteAdd a note with @mentions and attachments
filevine_run_reportExecute a saved Periscope report (heavily cached due to 5/min cap)

Lead Docket (7 tools)

ToolWhat it does
filevine_lead_searchQuery leads by status, source, owner, date range
filevine_lead_getGet a lead's full intake-form data + scoring
filevine_lead_createCreate a lead (manual entry; web forms write via Lead Docket UI)
filevine_lead_update_statusMove a lead through statuses (new β†’ contacted β†’ qualified β†’ converted/declined)
filevine_lead_assignReassign a lead to a different intake specialist or attorney
filevine_lead_convert_to_projectConvert a qualified lead into a Filevine project; carries form data into intake section
filevine_lead_list_sourcesList lead sources (PPC campaigns, referrals, web forms) for routing decisions

Full inventory: docs/TOOLS.md.

Roadmap

6-phase build, ~17-25 dev-weeks for v1.

  1. Recon + sandbox (1-2 wk) β€” engineering seats, validate endpoints, draft type system
  2. Filevine read-only MCP (4-6 wk) β€” 10 read tools, PAT exchange, rate-limit governor
  3. Filevine write tools (3-4 wk) β€” Section writes, note/task create, collection CRUD, doc upload
  4. Filevine reports + caching (4-6 wk) β€” Reports tool, materialized cache, Periscope passthrough
  5. Lead Docket sub-module (2-3 wk) β€” 7 tools, separate auth, lead-to-project conversion bridge
  6. Hardening + CPI (3-4 wk) β€” Certified Partner Integration application, security review, error taxonomy, observability

Full roadmap: ROADMAP.md.

Status

Pre-alpha β€” namespace claimed, scaffolding in place, core implementation pending.

First Filevine + Lead Docket MCP in the registry. Filevine has not announced a first-party server.

Contributing

External contributions welcome. See CONTRIBUTING.md.

License

Apache 2.0 β€” see LICENSE.

Contact

Jason Adams Β· Advocate Cloud Solutions jason@advocatecloudsolutions.com Β· advocatecloudsolutions.com

Related MCP Servers

View all in Developer Tools View all alternatives
  • C
    Clio Mcp

    MCP server for Clio Manage + Clio Grow - by Advocate Cloud Solutions.

    πŸ’» Developer Tools0 views
    Compare vs Clio Mcp β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • E
    Envault

    Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations.

    πŸ’» Developer Tools0 views
    Compare vs Envault β†’

Frequently Asked Questions about Filevine Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "filevine-mcp": { "command": "npx", "args": ["-y", "filevine-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFilevine Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/filevine-mcp?style=directory)](https://allmcps.com/mcp/filevine-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/filevine-mcp"><img src="https://allmcps.com/api/badge/filevine-mcp?style=directory" alt="Filevine Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Filevine Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code