Packages

4763 results

Cloudflare Workers KV

Other

Provides a globally distributed, eventually consistent key-value store accessible from Cloudflare Workers, optimized for high-read-volume configuration, feature flags, and cached data.

Free tier cloudflare key-value edge
64

EfíPay (GerenciaNet) Brazil Payment API

Other

EfíPay (formerly GerenciaNet) Brazil payment platform REST API for developers and businesses to accept Pix (including Pix Cobrança, Pix Direto, and Pix via Open Finance), boleto bancário, and credit card payments with a particularly strong Pix developer experience and comprehensive Pix API (including the official BACEN Pix API standard), making it the reference implementation for Brazilian Pix integration. Enables AI agents to manage Pix charge creation for Brazil instant payment automation, handle Pix via Open Finance for Brazilian open banking payment automation, access boleto bancário generation for Brazil bank slip billing automation, retrieve Pix payment status for Brazil instant transfer confirmation automation, manage Pix webhook for Brazil payment notification automation, handle card payment for Brazil e-commerce checkout automation, access subscription and recurring charge for Brazil billing automation, retrieve Pix report for Brazil payment analytics automation, manage split Pix for Brazil marketplace payment automation, and integrate EfíPay with Brazilian developer, SMB, and fintech platforms for end-to-end Brazil Pix and payment automation.

Free tier gerencianet efipay Brazil-payments
64

GCP MCP Server

Cloud Infrastructure

An MCP server that enables AI assistants to interact with Google Cloud Platform resources through natural language, providing tools for project management, billing, GKE clusters, Cloud SQL, logging, and arbitrary GCP API execution.

MCP Priority Free tier mcp-server google-cloud gcp
64

Kickbox Email Verification API

Developer Tools

Email address verification API that validates whether an email is deliverable, risky, or invalid before sending — reducing bounces and protecting sender reputation.

Free tier kickbox email-verification validation
64

LanceDB

Other

Embedded serverless vector database built on the Lance columnar format, supporting text, image, and multimodal search without a separate server.

Free tier vector-db embeddings python
64

LiteLLM

AI & Machine Learning

Universal LLM routing library and proxy server that provides a single OpenAI-compatible interface to 100+ LLM providers with cost tracking, fallbacks, and load balancing.

Free tier llm python proxy
64

OpenAPI Generator

Developer Tools

Code generator for OpenAPI specifications. OpenAPI Generator reads OpenAPI 3.x (or Swagger 2.x) specs and generates server stubs, client SDKs, and documentation in 50+ languages (Python, TypeScript, Java, Go, Rust, C#, etc.). Used to generate typed API clients for agent systems from any OpenAPI-documented API without writing boilerplate HTTP client code.

Free tier openapi swagger code-generation
64

OpenFeign (Spring Cloud OpenFeign)

Developer Tools

Declarative REST client for Spring Boot — define Java interfaces with @FeignClient and Spring MVC annotations (@GetMapping, @PostMapping, @RequestParam), and Spring Cloud generates the HTTP client implementation at runtime. Eliminates RestTemplate/WebClient boilerplate for inter-service calls. Integrates with Spring Cloud LoadBalancer (client-side load balancing across service instances), Spring Cloud Circuit Breaker (Resilience4j/Hystrix), Micrometer metrics, and Sleuth tracing. Feign interfaces support: custom error decoders, request/response interceptors (add auth headers), logging, and custom encoders/decoders. Replaced Netflix Feign as the Spring Cloud maintained fork.

Free tier java kotlin spring
64

Project Reactor (reactor-core)

Developer Tools

Reactive Streams library for JVM. Provides Mono<T> (0-1 items) and Flux<T> (0-N items) reactive types with operators for transformation, filtering, combining, and error handling. The foundation of Spring WebFlux, R2DBC reactive databases, and reactive microservices. Implements the Reactive Streams specification for interoperability with RxJava, Akka Streams, and other reactive libraries.

Free tier reactive java kotlin
64

Recoil

Developer Tools

Facebook's experimental atomic state management library for React using atom/selector primitives with native Suspense and Concurrent Mode support — NOTE: now in maintenance mode with significantly reduced Meta investment.

Free tier javascript typescript react
64

SendGrid Email API (Twilio SendGrid)

Communication

SendGrid Email API provides high-deliverability transactional and marketing email at scale via REST API or SMTP relay. Offers dynamic templates, event webhooks, delivery analytics, and email validation. Part of the Twilio portfolio.

Free tier sendgrid email transactional-email
64

Sportmonks Football and Cricket Data API

Other

Sportmonks developer-friendly football (soccer) and cricket data REST API for developers, fantasy sports platforms, betting applications, and sports analytics to access live scores, fixtures, standings, player statistics, lineups, odds, and historical data across 1,700+ football leagues and competitions worldwide, with GraphQL and REST access, comprehensive documentation, and affordable pricing for developer projects. Enables AI agents to manage live match event data for football application automation, handle fixture and schedule data for sports calendar automation, access team and player statistics for sports analytics automation, retrieve league standings and table for sports results automation, manage odds data for sports betting automation, handle lineups and formations for tactical analysis automation, access transfer data for player market automation, retrieve historical match data for sports research automation, manage competition filtering for multi-league coverage automation, and integrate Sportmonks with sports apps, fantasy platforms, betting tools, and analytics systems for end-to-end football and cricket data automation.

Free tier sportmonks football-data soccer-API
64

Spring WebFlux

Developer Tools

Spring's reactive web framework for building non-blocking HTTP services on top of Project Reactor. WebFlux serves as the reactive alternative to Spring MVC — request handlers return Mono<T> and Flux<T> instead of blocking ResponseEntity. Supports functional routing (RouterFunction) and annotation-based (@GetMapping) styles. Uses Netty or Undertow instead of Tomcat for non-blocking I/O. Pairs with R2DBC for reactive database access and WebClient for reactive HTTP calls.

Free tier java kotlin reactive
64

Terragrunt

Developer Tools

Thin wrapper for Terraform/OpenTofu that adds DRY (Don't Repeat Yourself) configuration, remote state management, and multi-account/environment support. Terragrunt enables hierarchical configuration via HCL files, automatic backend initialization, dependency management between Terraform modules, and parallel execution of independent stacks. Commonly used in large Terraform monorepos to manage dozens of environments without duplicating boilerplate.

Free tier terraform iac dry
64

Twilio

Other

Programmable communications platform providing SMS, voice, Verify (OTP), and video APIs that agents can use to send messages or make calls via simple REST endpoints.

Free tier sms voice mms
64

ioredis

Databases

Robust Redis client for Node.js with full Redis cluster, Sentinel, and pipeline support. ioredis is the most feature-complete Node.js Redis client — supports Redis Cluster automatic slot routing, Sentinel failover, pipelining/multi-exec transactions, Lua scripting, streams, and connection pooling. The recommended client for production Node.js Redis usage. Used by BullMQ internally.

Free tier redis node client
64

lmdb-js

Databases

Node.js bindings for LMDB (Lightning Memory-Mapped Database) — an extremely fast embedded key-value store using memory-mapped files. Provides ordered key access, ACID transactions, multi-reader/single-writer concurrency, and optionally msgpack or CBOR value encoding. Orders of magnitude faster than SQLite for pure key-value operations.

Free tier lmdb embedded key-value
64

smolagents

AI & Machine Learning

Minimal HuggingFace agent library where CodeAgent writes and executes Python code as its action space, keeping the core under 1000 lines for full auditability.

Free tier ai agents llm
64

tokio-postgres

Developer Tools

Low-level async PostgreSQL driver for Rust using Tokio. Provides raw connection management, query execution, prepared statements, and COPY protocol support. The foundation that SQLx and other higher-level Rust PostgreSQL libraries build on. Use directly when you need full control over PostgreSQL connection behavior without ORM or query-builder overhead.

Free tier rust postgres postgresql
64

AWS SDK for JavaScript v3

Other

Official AWS SDK for JavaScript and TypeScript (v3). Modular architecture where each AWS service is a separate npm package (@aws-sdk/client-s3, @aws-sdk/client-dynamodb, etc.) — import only what you need. Built with TypeScript-first design, native ESM support, middleware stack for custom behavior, and support for Node.js, browser, and React Native. Replaces the monolithic aws-sdk v2 package.

Free tier aws sdk javascript
64
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered