Packages

4946 results

GORM

Developer Tools

The most popular ORM for Go. Provides chainable query building, model associations (has one, has many, belongs to, many-to-many), auto-migrations, hooks (before/after create/save/delete), soft deletes, transactions, and connection pooling. Works with PostgreSQL, MySQL, SQLite, and SQL Server. The de-facto standard ORM for Go database applications.

Free tier gorm go golang
64

Google AI Studio (Gemini API)

AI & Machine Learning

Free API playground and developer gateway for Google's Gemini model family, providing access to Gemini Pro, Flash, and experimental models for text, vision, audio, code, and long-context tasks via REST and SDK.

Free tier ai llm gemini
64

Google Cloud Storage (GCS) API

Other

Google Cloud Storage is a scalable object storage service — store and retrieve files of any size with strong consistency, fine-grained IAM, lifecycle management, and global CDN via signed URLs.

Free tier gcs google-cloud object-storage
64

HexStrike AI

Security

MCP server that enables AI agents to autonomously execute 150+ cybersecurity tools across network recon, web app testing, auth cracking, binary analysis, cloud security, and CTF/forensics. Features 12+ specialized AI agents for orchestrating complex security workflows.

MCP Free tier mcp cybersecurity pentesting
64

Interactive Brokers MCP Server

Finance

Interactive Brokers MCP server enabling AI agents to interact with IBKR accounts via the Interactive Brokers Client Portal API — retrieving portfolio positions, fetching account balances and P&L, placing and managing orders, getting real-time market data and quotes, and integrating IBKR's comprehensive brokerage platform into agent-driven investment analysis and trading automation workflows.

MCP Free tier interactive-brokers ibkr trading
64

Just Prompt

AI & Machine Learning

An MCP server that provides a unified interface to multiple LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, Ollama) with parallel execution, model comparison, and file-based I/O capabilities.

MCP Priority Free tier mcp llm openai
64

KEDA

Developer Tools

Kubernetes Event-Driven Autoscaling — extends Kubernetes' built-in HPA (Horizontal Pod Autoscaler) with 60+ scalers for external event sources. Where standard HPA scales on CPU/memory, KEDA scales based on external metrics: Kafka consumer lag, Azure Service Bus queue depth, AWS SQS messages, Prometheus metrics, Cron schedules, and many more. Enables scale-to-zero for event-driven workloads, activating pods only when messages are waiting. CNCF graduated project.

Free tier kubernetes autoscaling event-driven
64

Liquibase

Developer Tools

Database schema change management tool supporting SQL, XML, YAML, and JSON changeset formats. Liquibase tracks changes in a changelog file with individual changesets, supports rollbacks via inverse change generation, and provides diff capabilities between databases. More feature-rich than Flyway with better rollback support, multi-database abstraction, and programmatic Java changelog capabilities.

Free tier database-migrations xml yaml
64

Newman (Postman CLI)

Developer Tools

Command-line runner for Postman collections. Newman executes Postman API test collections in CI/CD pipelines, terminal, or scripts — without requiring the Postman GUI. Supports running collection runs, generating JUnit XML reports, and chaining requests. Used to automate Postman-based agent API test suites in CI/CD workflows.

Free tier postman api-testing cli
64

Pympler

Developer Tools

Python memory profiling and object analysis toolkit — measures object sizes, tracks memory over time, and identifies memory leaks. Pympler features: asizeof() for object memory size, muppy for heap tracking and diff, summary.print_() for object type summary, tracker.SummaryTracker for incremental tracking, refbrowser for reference browser, classtracker.ClassTracker for class instance tracking, web interface for browser-based memory analysis, and flat_diff() for memory change detection. More accurate than sys.getsizeof() — includes referenced objects.

Free tier python pympler memory
64

RedwoodJS

Developer Tools

Opinionated full-stack JavaScript/TypeScript framework built on React, GraphQL, and Prisma. Convention-over-configuration with automatic code generation. Includes: React frontend with file-based routing, GraphQL API layer with SDL-first schema definition, Prisma ORM for database, built-in authentication (dbAuth, Auth0, Clerk, Supabase, etc.), testing setup (Jest + Storybook), and deployment targets (Netlify, Vercel, Render, AWS). Aimed at startups and solo developers wanting a complete, batteries-included stack.

Free tier react graphql prisma
64

SAP BTP OData to MCP Server

Cloud Infrastructure

SAP BTP OData to MCP Server enabling AI agents to query SAP Business Technology Platform OData services — fetching business data from SAP ERP systems, S/4HANA, SuccessFactors, and other SAP services via OData APIs, integrating SAP's enterprise business data into agent-driven ERP automation and analytics workflows.

MCP Free tier sap odata mcp-server
64

Sphinx

Developer Tools

Python documentation generator — builds HTML, PDF, and ePub docs from reStructuredText source and Python docstrings. Sphinx features: autodoc extension (API docs from docstrings), sphinx-apidoc for auto-generating .rst from modules, Napoleon extension (Google/NumPy docstring styles), MyST parser for Markdown, intersphinx for cross-project links, Sphinx themes (Read the Docs, Furo, Pydata), make html build command, doctest extension, coverage extension for docstring coverage, and autodoc_typehints for type annotation rendering. Standard doc generator for PyPI packages and Read the Docs hosting.

Free tier python sphinx documentation
64

Svix Webhook Infrastructure API

Developer Tools

Provides reliable webhook sending infrastructure with automatic retries, HMAC signature verification, a hosted developer portal, and delivery analytics.

Free tier webhooks event-delivery retries
64

Together AI API

AI & Machine Learning

Together AI provides serverless and dedicated inference for 100+ open-source models including Llama 3, Mistral, FLUX, and Stable Diffusion via an OpenAI-compatible API, plus managed fine-tuning and embeddings.

Free tier llm inference openai-compatible
64

Toss Payments Korea Developer Payment API

Other

Toss Payments (Viva Republica) Korea payment REST API for Korean developers, e-commerce merchants, and platforms to accept credit card, bank transfer, virtual account, mobile carrier billing, Toss Pay wallet, gift card, and Korean easy pay (Naver Pay, Kakao Pay, Samsung Pay) payments through a unified Korean payment gateway with developer-first documentation and test-mode support. Enables AI agents to manage Korean payment checkout for unified payment method automation, handle Toss Pay wallet for one-tap Korean payment automation, access card payment for Korean credit card processing automation, retrieve bank transfer and virtual account for Korean bank payment automation, manage payment cancellation for Korean order reversal automation, handle webhook notification for payment event automation, access billing keys for Korean subscription recurring payment automation, retrieve settlement and revenue analytics for Korean merchant reporting automation, manage payment link for Korean invoice collection automation, and integrate Toss Payments with Korean e-commerce, SaaS, and marketplace platforms for end-to-end Korean payment automation.

Free tier toss-payments Korea-payments Viva-Republica
64

Upstash Vector

Other

Serverless vector database by Upstash with per-request pricing. Stores and queries high-dimensional vector embeddings for similarity search, RAG (retrieval-augmented generation), and semantic search use cases. Designed for edge and serverless deployments with HTTP API.

Free tier vector-database embeddings semantic-search
64

Verdaccio

Developer Tools

Lightweight private npm registry server. Verdaccio enables publishing and serving private npm packages within an organization without paying for npm Pro/Enterprise or Artifactory. Also acts as a transparent proxy/cache for public npm packages, reducing CI/CD build times by caching commonly used packages. Simple setup (single Docker container) makes it the go-to solution for teams needing a private npm registry without heavy infrastructure.

Free tier npm package-registry private-registry
64

aiohttp

Developer Tools

Asynchronous HTTP client and server framework for Python asyncio. Provides both an async HTTP client (aiohttp.ClientSession) for making concurrent HTTP requests and an async web server for building APIs. Supports WebSockets (both client and server), streaming, middleware, and connection pooling. Predates FastAPI — used by applications needing both client and server HTTP in one library.

Free tier aiohttp python async
64

api-agent

Developer Tools

A universal MCP server that transforms any GraphQL or REST API into a natural language query interface, with DuckDB-based SQL post-processing for operations the target API does not natively support. Learns from successful queries via cached recipes.

MCP Priority Free tier mcp graphql rest-api
64
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered