America's Law Graph

America's Law Graph

Provides access to 529,000+ US statute sections across all 50 states and federal codes for comprehensive legal research. Supports semantic search, citation graph traversal, jurisdictional comparisons, and regulatory risk analysis through natural language queries.

Category
Visit Server

README

America's Law Graph -- MCP Server

Search 529,000+ US statute sections across all 50 states, USC, and CFR directly from Claude, Cursor, or any MCP-compatible AI agent.

Install

npx america-law-graph

Or add to your claude_desktop_config.json:

{
  "mcpServers": {
    "america-law-graph": {
      "command": "npx",
      "args": ["-y", "america-law-graph"]
    }
  }
}

Tools (11)

Tool Description
search_legislation Search statutes by name or keyword with fuzzy matching
find_relevant_law Semantic search for statutes relevant to a description
traverse_graph Walk the citation graph from a specific work
get_act_structure Get the full structure of a statute (sections, chapters)
get_related_acts Find statutes related by cross-references and amendments
get_risk_surface Analyze which regulations apply to a business description
semantic_search Vector similarity search across 529K embedded sections
search_within_work Full-text search within a specific statute
get_recent_changes Recent legislative changes by jurisdiction
compare_jurisdictions Compare how different states regulate a topic
get_doctrinal_lineage Trace how courts have cited a statute over time

Free Tier

100 API calls/day, no key required. For higher limits, get an API key at americalawgraph.ai/pricing.

Examples

Ask Claude:

  • "What California employment laws apply to remote workers?"
  • "Compare privacy regulations between California and Texas"
  • "What are the legal requirements for starting a fintech company?"
  • "Find all statutes related to landlord-tenant disputes in New York"

Links

Data Coverage

  • 529,386 statute sections
  • 5,164 works (statutes, codes, regulations)
  • 487,528 cross-references (360K resolved)
  • 50 states + District of Columbia + Federal (USC + CFR)
  • Semantic embeddings on 99.9% of sections

License

Proprietary. Free tier available for individual use.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured