Browse all

Type: All Skills Tools
skill

Drafting client-facing legal emails

Provides structured guidelines and formatting rules for drafting professional, client-facing emails accompanying legal deliverables. It focuses on clear, declarative headings, actionable summaries, and appropriate use of footnotes for legal…

open-agreements/open-agreements legal-tech email-drafting prompt-engineering professional-communication
tool

Surgically edit DOCX agreements with precision

This tool enables bespoke, formatting-preserving edits to DOCX agreements, allowing users to modify clauses or boilerplate text beyond simple template field updates. It coordinates OpenAgreements for initial filling and uses Safe Docx MCP t…

open-agreements/open-agreements docx document-editing legal-tech safe-docx
tool ★ 2

O'Reilly professional tech knowledge search tool

This tool provides structured search across the O'Reilly learning platform, indexing books, videos, and live events from major tech publishers. It is ideal for finding deployed, operational patterns and vendor-shipped best practices, comple…

MikkoParkkola/nab oreilly tech-search practitioner-knowledge book-search
skill

File Delaware Annual Franchise Tax and Report

This skill guides users through the complex process of filing Delaware annual franchise taxes and reports. It calculates tax liability using both the Authorized Shares and Assumed Par Value Capital methods before guiding step-by-step portal…

open-agreements/open-agreements delaware-tax corporate-filing tax-calculation ecorp-portal
tool ★ 2

Interact with Internet Archive via CLI

This tool facilitates comprehensive interaction with the Internet Archive (archive.org) using the dedicated ia CLI. It allows developers to search the catalog, upload files, and manage metadata, handling various content derivatives like vid…

MikkoParkkola/nab internet-archive cli data-retrieval web-archiving
skill

drafting legal data privacy agreements

This skill generates legally compliant data privacy documents, such as DPAs and BAAs, using standardized templates. It produces signable DOCX files by filling templates with user-provided context.

open-agreements/open-agreements data-privacy legal-documents gdpr hipaa
tool

Generate Cloud Service and SaaS Agreements

This tool generates and populates various cloud service and SaaS contract templates, including MSAs, SLAs, and AI-specific clauses, producing signable DOCX files. It supports both remote MCP rendering and local CLI execution, adhering to st…

open-agreements/open-agreements cloud-contract saas msc legal-templates
tool ★ 8

Strike Banking Operations Toolkit

This tool provides comprehensive access to Strike's banking infrastructure, enabling complex financial flows such as ACH deposits, payouts, and wire transfers. It manages multi-currency transactions and requires careful confirmation due to …

refined-element/lightning-enable-mcp strike banking payments finance
skill ★ 8

Prepare MCP Package for Release

Automates the preparation of MCP packages for release by synchronising version numbers across .NET and Python files, validating server configurations, and verifying builds.

refined-element/lightning-enable-mcp mcp release-management dotnet python
skill

Convert markdown drafts to canonical template format

This skill converts unstructured markdown contract drafts into OpenAgreements' canonical template.md format. It structures the document using YAML frontmatter and directive-based sections, ensuring compilation into validated JSON specificat…

open-agreements/open-agreements markdown-to-md contract-authoring template-generation legal-tech
skill

Vurb.ts MCP Server Development Guide

A framework for building production-ready MCP servers using the Model-View-Agent (MVA) pattern. It provides structured approaches for data validation via Models, egress filtering via Presenters, and tool implementation via a fluent API.

vinkius-labs/mcp-fusion mcp typescript mva-pattern server-development
tool ★ 8

Scaffolding new Model Communication Protocol tools

This utility provides a comprehensive guide and boilerplate structure for developing new Model Communication Protocol (MCP) tools. It details the necessary steps, including class definition, service injection, and DI registration, ensuring …

refined-element/lightning-enable-mcp mcp tool-scaffolding csharp agentic
tool

Deploy MCP servers to Vinkius Edge runtime

This CLI tool bundles, compresses, and deploys MCP servers to Vinkius Edge, ensuring compatibility with V8 Isolates. It handles the entire deployment pipeline, including configuration resolution and adherence to edge constraints like explic…

vinkius-labs/mcp-fusion edge-deployment mcp cli v8-isolate
tool ★ 2

ShopGraph E-commerce Product Data Extraction

An MCP server for extracting structured product information from e-commerce URLs or raw HTML using Schema.org and LLM-powered extraction. It provides per-field confidence scores and supports configurable confidence thresholds for high-relia…

laundromatic/shopgraph mcp ecommerce data-extraction web-scraping
tool ★ 131

search console api management and diagnostics tool

This tool provides expert management capabilities for the Search Console MCP server, enabling agents to configure, troubleshoot, and query performance data from Google, Bing, and GA4. It supports advanced account boundary management and det…

saurabhsharma2u/search-console-mcp search-console api-management google-analytics webmaster-tools
tool ★ 5

QuantOracle Quantitative Finance MCP Server

An MCP server providing 63 deterministic quantitative finance calculators and 10 composite workflows for complex financial modelling. It supports options pricing, risk metrics, portfolio optimisation, and Monte Carlo simulations via JSON-ba…

QuantOracledev/quantoracle quant-finance mcp options-pricing risk-management
tool ★ 3

iOS Safari Debugging Proxy and Toolkit

This tool facilitates deep inspection and debugging of Safari tabs on connected iOS devices using the ios-webkit-debug-proxy. It provides comprehensive capabilities for DOM manipulation, network monitoring, script evaluation, and performanc…

nnemirovsky/iwdp-mcp ios-safari debugging web-development proxy
skill ★ 11

Adding production durability to jvm ai agents

This skill guides developers on implementing robust, production-grade durability patterns for AI agents running on the JVM. It covers essential concepts like crash recovery, event sourcing for audit trails, and integrating human-in-the-loop…

jamjet-labs/jamjet jvm agent-durability spring-ai crash-recovery
tool

CLI for discovering and calling MCP tools

This CLI allows developers to discover and invoke tools exposed by Model Context Protocol (MCP) servers from the command line. It supports multiple server targets, including HTTP endpoints and local files, while automatically handling compl…

jlowin/fastmcp fastmcp cli tool-invocation mcp
skill

Automated Pull Request Review Management

Automate the monitoring and management of pull request reviews generated by the Codex bot. It facilitates checking review status, evaluating priority-tagged comments, and executing the full fix-push-review cycle.

jlowin/fastmcp github pr-review automation workflow-management
skill

Comprehensive PDF document processing and manipulation

This skill provides robust capabilities for handling PDF documents, allowing developers to extract text content, programmatically fill form fields, and manage document structure by merging or splitting files.

jlowin/fastmcp pdf-processing text-extraction form-filling document-manipulation
skill

Comprehensive code quality and maintainability review

This skill guides the user through conducting thorough code reviews, covering critical areas such as correctness, performance, security, and overall maintainability. It provides actionable feedback guidelines to ensure suggestions are speci…

jlowin/fastmcp code-review quality-assurance security maintainability
skill

Writing effective and maintainable Python unit tests

This skill guides developers through writing robust, atomic, and self-contained Python unit tests using pytest. It covers advanced techniques such as parameterization, fixture management, mocking boundaries, and handling asynchronous operat…

jlowin/fastmcp python testing pytest unit-testing
skill

Code Review and Quality Assurance

Provides a framework for evaluating pull requests for quality, maintainability, and architectural alignment. Focuses on API design, dependency compatibility, and actionable feedback.

jlowin/fastmcp code-review api-design software-engineering quality-assurance