npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

agentpay-legal-counsel-mcp

v1.0.0

Published

MCP server: Generate AI agent legal contracts, ToS, NDAs, and waivers

Readme

Agent Legal Counsel MCP ⚖️🤖

Premium AI agent legal contract generator — Generate legally-structured contracts for AI agent services, terms of service, NDAs, data processing agreements, and more.

Get Pro: Subscribe for $19/mo →


Features

Tools

| Tool | Description | Free | Pro | |------|-------------|------|-----| | legal_generate_contract | Generate AI service agreement, DPA, SaaS terms, or NDA | 1/month | 50/month | | legal_generate_tos | Generate Terms of Service for AI products | 1/month | 50/month | | legal_generate_waiver | Generate liability waivers for AI services | 1/month | 50/month | | legal_list_templates | List available contract templates | Unlimited | Unlimited | | legal_validate_contract | Validate existing contracts against a checklist | Unlimited | Unlimited |

Templates (hardcoded, 500-1000 words each)

  1. AI Agent Service Agreement — Standard AI service contract with scope, fees, IP, liability
  2. AI Agent Data Processing Agreement — GDPR/CCPA-compliant data processing addendum
  3. AI Agent SaaS Subscription Terms — SaaS terms with uptime SLAs and support
  4. AI Agent Non-Disclosure Agreement — Mutual NDA with AI-specific protections

Pricing

| Feature | Free | Pro ($19/mo) | |---------|------|--------------| | Contracts per month | 1 | 50 | | Daily API calls | 50 | 500 | | All 4 contract templates | Yes | Yes | | Enhanced customization | No | Yes | | Pro watermark removal | — | Yes | | Priority support | — | Yes |

Subscribe to Pro →


Quick Start

Prerequisites

  • Python 3.10+
  • MCP SDK (pip install mcp)

Installation

pip install -r requirements.txt

Usage

As an MCP server (connect from any MCP client like Claude):

python server.py

CLI demo mode:

python server.py --cli

MCP Client Configuration

Add to your MCP client config:

{
  "mcpServers": {
    "agent-legal-counsel": {
      "command": "python",
      "args": ["/path/to/server.py"],
      "env": {
        "API_KEY": "free_demo_key_2024"
      }
    }
  }
}

API Key System

  • Free keys: Start with free_ — 1 contract/month, 50 calls/day
  • Pro keys: Start with prol_ — 50 contracts/month, 500 calls/day

Pro keys are obtained by subscribing at the link above.


Development

Project Structure

agent-legal-counsel-mcp/
├── server.py          # MCP server with all contract templates
├── requirements.txt   # Python dependencies
├── smithery.yaml      # Smithery deployment config
├── README.md          # This file
└── index.html         # GitHub Pages landing page

Contract Templates

All templates are hardcoded in server.py and generate ~500-1000 words each. No external API dependencies. Parameters can be customized per generation request.

Rate Limiting

Rate limiting is in-memory:

  • Free: 50 calls/day, 1 contract/month
  • Pro: 500 calls/day, 50 contracts/month

Deployment

GitHub Pages

This repo is deployed at: https://rumblingb.github.io/agent-legal-counsel-mcp/

Smithery

Deploy on Smithery using the included smithery.yaml.


License

Proprietary. Unauthorized commercial use is prohibited.


Built by Rumblingb