Legal MCP Server
About
Court records, patent search, trademark lookup, and legal document research
Details
- Author
- Unknown
- Categories
- Search, Other
Jump to
Legal Data MCP — Case Law, Dockets & Filings for AI Agents (nexgendata/legal-mcp-server) Actor
MCP server exposing case law, court dockets, FINRA BrokerCheck and trademark data as 10 agent tools. Connect Claude, Cursor, n8n or the OpenAI Agents SDK. Not legal advice.
- URL:https://apify.com/nexgendata/legal-mcp-server.md
- Developed by:NexGenData(community)
- Categories:AI, Automation, MCP servers
- Stats:14 total users, 6 monthly users, 100.0% runs succeeded, 0 bookmarks
- User rating: No ratings yet
This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Learn more:https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event
Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows. In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours, and optionally produces a well-defined JSON output, datasets with results, or files in key-value store. In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server. Actors are written with capital "A".
If asked about integration, you help developers integrate Actors into their projects. You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready. The best way to integrate Actors is as follows.
- AI agents and MCP clients— theApify MCP serverathttps://mcp.apify.com(remote, streamable HTTP, OAuth on first use).
- Agentic workflows and local Actor development—Agent Skillswith theApify CLI:npm install -g apify-cli, thenapify login.
- JavaScript/TypeScript projects— the officialJS/TS client:npm install apify-client.
- Python projects— the officialPython client:pip install apify-client.
- Any other language— theREST API.
For usage examples, see theAPIsection below.
For more details, see Apify documentation asMarkdown indexandMarkdown full-text.
Legal & IP Intelligence MCP — Courts, Enforcement & TTAB for AI
One MCP connection. US courts, litigation, enforcement, and IP — all agent-ready.
Most legal MCP servers stop at court records. This one unifies ten US legal and IP data streams behind a single connection — court records, case law, federal dockets, judges, oral arguments, SEC enforcement, FINRA BrokerCheck, USPTO TTAB oppositions, copyright registrations, and trademark-conflict alerts — each returning the same normalized JSON envelope. Connect Claude, ChatGPT, or Cursor once and run litigation monitoring, enforcement/compliance screening, and brand-protection diligence without wiring up a dozen separate scrapers or paying PACER per page.
Legal and IP data is high-value, public, and notoriously fragmented. Federal dockets live behind PACER's per-page paywall and the RECAP archive; case law sits in CourtListener; trademark oppositions are in the USPTO's TTAB system; copyright registrations are in a separate Copyright Office catalog; enforcement actions are scattered across SEC litigation releases and FINRA BrokerCheck. Each source has its own format, its own rate limits, and no shared schema. Pulling them together for an agent means solving each one — and re-solving as the systems change.
This MCP server does that work once and exposes the result as agent-native tools. The same NexGenData infrastructure that powers our standalone legal and IP actors — used by litigators, IP counsel, compliance teams, and legal-tech builders — now sits behind a single streamable-HTTP endpoint.
This server is litigation- and enforcement-focused. For deeppatent search(claims, citations, prior art, inventor/assignee lookups), pair it with our companionPatents & Trademarks (IP) MCP, which is purpose-built for that.
Every tool accepts acriteriaobject (party names, keywords, dates, courts, etc.) and alimit, and returns a uniform envelope: a human-readable summary plusstructuredContentwith the records.
Connect from Claude Desktop / any MCP client
{ "mcpServers": { "legal-ip-intelligence": { "url": "https://nexgendata--legal-mcp-server.apify.actor/mcp", "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" } } } }
That's the whole setup. Your agent now has ten US legal & IP tools.
// tools/call { "name": "track_sec_litigation", "arguments": { "criteria": { "startdt": "2026-01-01", "keyword": "insider trading" }, "limit": 25 } }
{ "tool": "SEC Litigation Releases", "count": 3, "total_available": 41, "results": [ { "...": "normalized records from the underlying source" } ] }
Every tool returns this same{tool, count, total_available, results}envelope, so you write one parser for all ten.
Litigation monitoring.Chainsearch_federal_docketsandsearch_court_recordson a party name to build a live case-tracking feed, then usesearch_judgesto pull the assigned judge's background for strategy.
Enforcement & compliance screening.Runtrack_sec_litigationandsearch_finra_brokercheckagainst a person or firm to surface securities-enforcement history and broker disclosures in one pass — useful for diligence, KYC, and counterparty risk.
Brand protection.Combinewatch_trademark_conflictswithtrack_ttab_oppositionsso your agent flags both new conflicting filings and active opposition/cancellation proceedings against marks you care about.
Legal research.Usesearch_case_lawfor precedent andsearch_oral_argumentsto find the appellate audio behind a holding.
IP portfolio diligence.Pairsearch_copyright_recordswith the companion Patents MCP to cover registered works and patents together.
Because every tool returns the same shape, chaining them is trivial.
- $0.02 per tool call— you pay only when your agent actually queries.
- $0.05 per bulk result— added when a single call returns more than 10 records.
- Negligible per-session start fee.
No subscription, no seat license, no minimum. An agent firing 300 legal queries a month costs about $6 — versus the per-search PACER fees and the four- and five-figure annual seats charged by Westlaw, LexisNexis, and Bloomberg Law.
vs. Westlaw / LexisNexis / Bloomberg Law:Those are built for human researchers and priced for law firms. This is built for agents and priced per call, returning machine-ready JSON with source identifiers — not a research UI you have to scrape.
vs. raw PACER + CourtListener + USPTO + Copyright Office:Each is free or cheap individually but has a different format, auth model, and rate limit. This server unifies ten of them behind one schema and one connection.
vs. building your own:You'd maintain a docket scraper, a case-law client, TTAB and Copyright catalog parsers, plus SEC and FINRA collectors — and keep them all working. This is that stack, already built, behind one URL.
- Patents & Trademarks (IP) MCP— purpose-built patent search (claims, citations, prior art, assignee/inventor).
- SEC Corporate Events MCP— market-moving SEC filings (M&A, IPOs, buybacks, proxy fights).
- Regulatory Filings MCP— broad SEC/disclosure/compliance filing search.
All share the same connection model, so adding another is a one-line config change.
Do I need a PACER or CourtListener account?No. You only need an Apify token to authenticate to the MCP endpoint; upstream access is handled server-side.
How fresh is the data?Each tool queries its source live at call time, so you get records as soon as they're available in the underlying system.
Can I filter by court, date, or party?Yes — pass those in thecriteriaobject. Supported filters depend on the source; party/keyword search and date ranges work broadly.
Is this legal advice?No. This server returns public records for informational and research purposes only. It is not legal advice and not a substitute for a licensed attorney.
Does it cover patents?Patentlitigation and copyright/trademark enforcementare here; deeppatent searchlives in the companion Patents & Trademarks (IP) MCP.
Is the response schema stable?Yes — every tool returns the same envelope, so one parser handles all ten. We version any changes.
Issues, feature requests, or want another legal/IP source added? Reach out through the Apify Store contact on the NexGenData publisher page.
Legal & IP Intelligence MCP — by NexGenData. Courts, enforcement, and IP, agent-ready.
Pair this legal & IP MCP with the rest of the NexGenData IP/legal fleet:
- Patents & Trademarks (IP) MCP — Patent Search for AI Agents— companion agent server for patent search
- USPTO Trademark Search — Knockout & Clearance
- USPTO Patent Search — Claims & Prior Art
- EUIPO Trademark Search — TMview & eSearch
- WIPO PATENTSCOPE Patent Search
You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.
import { ApifyClient } from 'apify-client'; // Initialize the ApifyClient with your Apify API token // Replace the '<YOUR_API_TOKEN>' with your token const client = new ApifyClient({ token: '<YOUR_API_TOKEN>', }); // Prepare Actor input const input = {}; // Run the Actor and wait for it to finish const run = await client.actor("nexgendata/legal-mcp-server").call(input); // Fetch and print Actor results from the run's dataset (if any) console.log('Results from dataset'); console.log(💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}); const { items } = await client.dataset(run.defaultDatasetId).listItems(); items.forEach((item) => { console.dir(item); }); // 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs
from apify_client import ApifyClient # Initialize the ApifyClient with your Apify API token # Replace '<YOUR_API_TOKEN>' with your token. client = ApifyClient("<YOUR_API_TOKEN>") # Prepare the Actor input run_input = {} # Run the Actor and wait for it to finish run = client.actor("nexgendata/legal-mcp-server").call(run_input=run_input) # Fetch and print Actor results from the run's dataset (if there are any) print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}") for item in client.dataset(run.default_dataset_id).iterate_items(): print(item) # 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
echo '{}' | apify call nexgendata/legal-mcp-server --silent --output-dataset
{ "mcpServers": { "apify": { "type": "http", "url": "https://mcp.apify.com/?tools=fetch-actor-details,nexgendata/legal-mcp-server" } } }
The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send anAuthorization: Bearer <APIFY_API_TOKEN>header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).
Download the OpenAPI definition:https://api.apify.com/v2/actors/fgKTW7pyUpPXHMdyC/builds/I9cEmlwjMvp3khUiT/openapi.json
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
A flexible service for searching and analyzing academic papers on arXiv.
Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, limitations, and quality scores.
Generate express market research reports from 9 verified sources (Wikipedia, Google News, GitHub, HN, SO, arXiv, npm, Reddit, PyPI). TAM/SAM/SOM, SWOT, HTML reports.
Federal court records and PACER case data. 4 MCP tools for legal research
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Lightning-Fast, High-Accuracy Deep Research Agent 👉 8–10x faster 👉 Greater depth & accuracy 👉 Unlimited parallel runs
Verified, tier-0 regulatory data for your AI: connect Claude, ChatGPT or Cursor to 850+ official sources across 50+ jurisdictions.
Query records of Korean independence activists from the Ministry of Patriots and Veterans Affairs.
Search and retrieve academic paper information from multiple sources like Semantic Scholar and CrossRef.
Research papers from arXiv, Google Scholar, and Wikipedia with citation metrics
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



