Packages

4946 results

click

Developer Tools

Composable command line interface creation toolkit for Python — creates CLI tools with decorators, handles argument parsing, generates help text, and supports complex CLI hierarchies. click features: @click.command(), @click.group() for multi-command CLIs, @click.option() and @click.argument() decorators, types (INT, FLOAT, STRING, BOOL, UUID, Path, File, DateTime), multiple=True for multi-value options, required=True, default=, envvar= for env var fallback, prompt=True for interactive input, password=True for hidden input, confirmation prompts, custom callbacks, lazy loading, click.echo() for output, click.style()/click.secho() for colored output, testing via CliRunner, and progressbar.

Free tier python click cli
70

coverage

Developer Tools

Code coverage measurement for Python — tracks which lines and branches of code are executed during tests. coverage features: coverage run for executing code with measurement, coverage report for terminal summary, coverage html for interactive HTML report, coverage xml for CI integration (Codecov, SonarQube), branch coverage (branch=True), partial branch detection, .coveragerc / pyproject.toml configuration, omit= and include= for file filtering, coverage combine for merging multiple runs, coverage erase, plugins for Django/Flask, context labels for test-specific coverage, and pytest-cov for pytest integration.

Free tier python coverage code-coverage
70

jinja2

Developer Tools

Modern and designer-friendly templating engine for Python — sandboxed execution, automatic HTML escaping, template inheritance, and fast compiled templates. jinja2 features: Environment for template loading/configuration, FileSystemLoader/PackageLoader/DictLoader, template.render(context), {{ variable }} and {% block %} and {# comment #} syntax, filters (|upper|truncate|join), tests (is defined/none/odd), template inheritance ({% extends %} and {% block %}), macros, include, import, async rendering, autoescaping for XSS prevention, SandboxedEnvironment, custom filters/tests/globals, and Undefined handling.

Free tier python jinja2 template
70

more-itertools

Developer Tools

Extends Python's itertools with 60+ additional iterator building blocks — provides windowed, chunked, batched, flatten, one, peekable, side_effect, distribute, roundrobin, and many more. more-itertools features: windowed/sliding window over iterables, chunked/batched for fixed-size groups, peekable for look-ahead, one/first/last/only for safe single-item extraction, side_effect for debugging iterators, flatten/collapse for nested iterables, zip_offset for shifted zipping, intersperse for separators, ilen for iterator length, partition for predicate splitting, spy for non-consuming peek, and 40+ more. All return lazy iterators.

Free tier python more-itertools itertools
70

rich

Developer Tools

Rich terminal formatting library for Python — provides colored output, tables, progress bars, markdown rendering, syntax highlighting, logging integration, and more. rich features: Console for rich output, print() with markup [bold red]text[/bold red], Panel/Table/Tree/Columns layout, Progress for progress bars, Live for live-updating displays, Syntax for syntax-highlighted code, Markdown rendering, Spinner, Rule for horizontal lines, Inspect() for object inspection, pretty-printing, logging.RichHandler, Traceback for beautiful exceptions, and Style for complex formatting.

Free tier python rich terminal
70

Actions Pulse MCP Server

Developer Tools

MCP server for GitHub Actions providing DORA (DevOps Research and Assessment) metrics and CI/CD pipeline analytics. Enables AI agents to query deployment frequency, lead time for changes, change failure rate, and mean time to recovery from GitHub Actions data — surfacing engineering performance insights.

MCP Free tier github-actions dora devops
70

Borsa MCP

Finance

FastMCP server providing LLM access to Turkish (BIST) and American (NYSE/NASDAQ) stock market data, cryptocurrency prices, fund performance, macroeconomic indicators, and technical analysis through 26 unified tools.

MCP Priority Free tier mcp finance stocks
70

Checkov

Security

Open source static analysis tool for Infrastructure as Code (IaC) security and compliance. Scans Terraform, CloudFormation, Kubernetes, Helm, ARM templates, Bicep, Dockerfile, and GitHub Actions for misconfigurations and compliance violations against 1,000+ built-in policies covering CIS benchmarks, NIST, SOC2, PCI-DSS, and custom checks. Runs as a CLI tool or Python library — no REST API or central server required for the OSS version.

Free tier checkov iac-security terraform
70

Clap (Rust CLI)

Developer Tools

The de-facto standard Rust library for parsing command-line arguments. Clap v4 offers a derive macro API (#[derive(Parser)]) for ergonomic CLI definitions with automatic --help, --version, type coercion, validation, and shell completions. Also supports a builder API for runtime-defined CLIs. Powers the CLI layer for the majority of production Rust tools including Cargo, ripgrep, and hundreds of CLI utilities.

Free tier rust cli argument-parsing
70

Clarid Compliance Checker MCP Server

Security

Official MCP server from Clarid AI (clarid-ai org) for checking bank and credit union marketing materials against US financial regulations including FDIC, NCUA, TILA, Reg DD, Reg Z, UDAAP, and Equal Housing requirements. Enables AI agents to validate financial marketing content for regulatory compliance before publication.

MCP Free tier compliance fdic ncua
70

Coolify MCP Server

Cloud Infrastructure

MCP server for Coolify — the open-source self-hosted PaaS (Heroku alternative). Enables AI agents to manage Coolify deployments, applications, databases, services, servers, and teams — automating the deployment lifecycle of self-hosted applications without vendor lock-in.

MCP Free tier coolify self-hosted paas
70

Crash MCP Server

Developer Tools

Crash MCP server enabling AI agents to analyze crash reports and stack traces — parsing crash dumps, symbolizing stack traces, identifying root causes from crash patterns, correlating crashes with code changes, and integrating crash analysis into agent-driven debugging and reliability engineering workflows.

MCP Free tier crash-analysis debugging mcp-server
70

DeepSeek-Claude MCP Server

AI & Machine Learning

MCP server bridging DeepSeek's reasoning models (DeepSeek-R1, DeepSeek-V3) with Claude-based agents — enabling Claude to delegate complex reasoning tasks to DeepSeek models, use DeepSeek's chain-of-thought capabilities, and integrate DeepSeek's cost-effective high-performance models into Claude-driven workflows as specialized reasoning tools.

MCP Free tier deepseek claude llm
70

Dropbox API

Other

Cloud file storage and synchronization API for uploading, downloading, organizing, and sharing files and folders programmatically with team collaboration features.

Free tier dropbox file-storage cloud-storage
70

Eion Memory Database MCP Server

Databases

Eion MCP server providing persistent agent memory via a purpose-built memory database — storing and retrieving agent memories, managing long-term context across conversations, and integrating Eion's agent-native memory system into agent workflows that require persistent knowledge and cross-session memory.

MCP Free tier eion agent-memory memory-database
70

Elastic Cloud API

Other

Elastic's managed cloud service API for provisioning and managing Elasticsearch and Kibana clusters, with access to the full Elasticsearch REST API for search, log analytics, and vector search.

Free tier elastic elasticsearch kibana
70

Express REST API + MCP Server Framework

Developer Tools

Express REST API + MCP Server Framework combining an Express.js REST API with an MCP server in a single Node.js application — providing boilerplate for building services that expose both HTTP REST endpoints and MCP tools from the same codebase, enabling developers to build dual-interface services for AI agents and traditional API consumers.

MCP Free tier express rest-api mcp-server
70

FastDomainCheck MCP Server

Developer Tools

MCP server for fast domain name availability checking and WHOIS lookups. Enables AI agents to check if domain names are available for registration, retrieve WHOIS information, query DNS records, and support domain research workflows — useful for brand naming, product launches, and domain portfolio management.

MCP Free tier domain whois dns
70

GCP Cloud Functions API

Cloud Infrastructure

Google Cloud Functions REST API for deploying, invoking, and managing serverless HTTP and event-driven functions on Google Cloud Platform.

Free tier gcp cloud-functions serverless
70

Google Calendar API

Productivity

Google Calendar REST API for creating, reading, updating, and deleting calendar events, managing multiple calendars, and setting up event notifications.

Free tier google calendar scheduling
70
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered