Packages

4763 results

Elysia.js

Developer Tools

TypeScript-first web framework optimized for Bun runtime. Focuses on end-to-end type safety, performance (among the fastest Node.js/Bun frameworks), and ergonomics. Built-in OpenAPI documentation generation, Eden Treaty client for type-safe API calls, and schema validation via TypeBox. Inspired by tRPC but for REST APIs.

Free tier bun typescript web-framework
62

Falco

Security

Cloud-native runtime security and threat detection engine using eBPF (or kernel module) to monitor Linux system calls and detect anomalous behavior in real time. Falco rules define expected behavior; violations generate alerts sent to Slack, PagerDuty, webhooks, Kafka, or custom sinks. CNCF graduated. Used for detecting container escapes, privilege escalations, unexpected network connections, and data exfiltration attempts in Kubernetes and Linux environments. Generates structured JSON alerts consumable by SIEM systems.

Free tier runtime-security ebpf threat-detection
62

FareHarbor Tour Booking API

Developer Tools

FareHarbor REST API for tour and activity booking platform. Enables AI agents to manage availability and bookings, retrieve item and package listings, create reservations, handle customer data, and integrate activity booking data into travel and hospitality workflows. FareHarbor is a leading reservation platform for tours, activities, and experiences used by operators worldwide.

Free tier fareharbor tour-booking activity
62

FinanceMCP

Finance

An MCP server providing access to 43+ financial data endpoints covering A-shares, US stocks, Hong Kong stocks, forex, futures, funds, bonds, options, and cryptocurrency. Integrates Tushare, Binance, and CoinGecko APIs with built-in technical analysis indicators (MACD, RSI, KDJ, Bollinger Bands).

MCP Free tier finance tushare binance
62

ForgeRock (OpenText) Identity Platform API

Developer Tools

ForgeRock (now OpenText) Identity Platform REST API for enterprise IAM including CIAM and workforce identity. Enables AI agents to manage user registration and identity lifecycle workflows, handle authentication journey and policy management, access OAuth 2.0/OIDC application management, retrieve identity analytics and access reporting, manage authorization policy and fine-grained access control, handle identity federation and social login configuration, access consent and privacy management data, retrieve directory services and user attribute management, manage identity governance and certification workflows, and integrate identity management with applications via AM (Access Management), IDM (Identity Management), and DS (Directory Services).

Free tier forgerock opentext ciam
62

Gelato Print-on-Demand Global Network API

Other

Gelato print-on-demand global network REST API for e-commerce businesses, creators, and brands to automate custom product printing and local fulfillment across 32 countries through Gelato's network of 130+ print partners — enabling apparel, wall art, mugs, cards, books, and packaging printed locally near the customer for faster delivery and lower carbon footprint. Enables AI agents to manage product catalog for available POD item automation, handle order creation for global fulfillment automation, access shipping option for delivery selection automation, retrieve order status for production tracking automation, manage template for design file automation, handle product variant for size and color automation, access pricing for cost calculation automation, retrieve webhook for fulfillment event automation, manage store integration for e-commerce platform connection automation, and integrate Gelato with Shopify, WooCommerce, Etsy, Squarespace, and headless platforms for end-to-end global POD automation.

Free tier gelato print-on-demand POD
62

Google Search Console API

Developer Tools

Google Search Console REST API — programmatic access to website search performance data including impressions, clicks, CTR, average position, and crawl status, enabling agents to automate SEO reporting, monitor search visibility, and detect crawl issues at scale.

Free tier google search-console seo
62

Hoppscotch

Developer Tools

Open-source API development and testing platform. Hoppscotch is a web-based alternative to Postman — make HTTP requests, test REST/GraphQL/WebSocket/MQTT/SSE endpoints, organize collections, and write tests. Runs entirely in the browser (no install needed) or as a self-hosted platform. Supports real-time protocols (WebSocket, SSE, MQTT) better than Postman. Open-source MIT with a commercial Hoppscotch Enterprise for team features.

Free tier api-testing rest graphql
62

Keystatic

Developer Tools

Git-based headless CMS with a local editing UI that stores content as files (Markdown, YAML, JSON) in your repository. No database required — content lives in git alongside code. Works with Astro, Next.js, and Remix. Includes a local editing admin UI accessible in development and a cloud UI for non-developers via Keystatic Cloud. Positioned as the developer-friendly CMS where content is code and editors get a polished UI.

Free tier cms git-based headless-cms
62

OpenRouter API

AI & Machine Learning

Unified LLM gateway that routes requests to 200+ models from OpenAI, Anthropic, Google, Meta, and others through a single OpenAI-compatible API endpoint.

Free tier llm gateway routing
62

OpenTelemetry Collector

Other

Vendor-agnostic telemetry pipeline that receives, processes, and exports metrics, traces, and logs from any source to any backend.

Free tier otel opentelemetry cncf
62

OpenTelemetry JavaScript SDK

Developer Tools

Official OpenTelemetry JavaScript/TypeScript SDK for distributed tracing, metrics, and logging. Implements the CNCF OpenTelemetry standard for instrumentation. Auto-instruments popular Node.js frameworks (Express, Fastify, NestJS, HTTP, gRPC, PostgreSQL, Redis, MongoDB) via @opentelemetry/auto-instrumentations-node. Exports telemetry to any OTLP-compatible backend (Jaeger, Zipkin, Grafana Tempo, Honeycomb, Datadog, Dynatrace, etc.) through standardized exporters.

Free tier opentelemetry tracing metrics
62

Panel (HoloViz)

Developer Tools

Python dashboarding framework built on Bokeh with support for any Python visualization library (Matplotlib, Plotly, Altair, hvPlot, Bokeh). Part of the HoloViz ecosystem. Panel's strength is flexibility — wrap any Python object (matplotlib figure, pandas DataFrame, custom widget) into a dashboard without framework-specific rewrites. Reactive parameter system for interactive widgets. Works in Jupyter notebooks and as standalone web apps. Used heavily in scientific computing and geospatial communities.

Free tier python holoviz data-viz
62

People Data Labs (PDL)

Developer Tools

B2B data enrichment API providing person and company data at scale. PDL aggregates data from public sources to provide structured person profiles (employment history, education, skills, social profiles) and company data (headcount, funding, technologies used). Used by sales teams, recruiters, and AI agents for data enrichment workflows.

Free tier b2b data-enrichment people
62

RisingWave

Other

Cloud-native streaming SQL database that uses standard PostgreSQL wire protocol and SQL syntax to define streaming materialized views over real-time data sources (Kafka, Kinesis, databases). RisingWave continuously maintains materialized views as data flows in, enabling sub-second latency queries on streaming data without writing Flink or Spark jobs. Designed as a developer-friendly alternative to Apache Flink: SQL-first, PostgreSQL-compatible, and dramatically simpler to operate.

Free tier streaming sql real-time
62

Rolify

Developer Tools

Role management library for Ruby on Rails — adds flexible role-based access control with resource-scoped roles. Rolify features: `rolify` macro on User model adds has_and_belongs_to_many :roles, `resourcify` on resource model enables resource-scoped roles, `user.add_role :admin` (global role), `user.add_role :editor, Agent` (class-scoped), `user.add_role :owner, @agent` (instance-scoped). Querying: `user.has_role? :admin`, `User.with_role :editor, Agent`. Integrates with CanCanCan and Pundit for authorization policy evaluation. Roles stored in roles table with optional resource_type/resource_id for scoping.

Free tier ruby rails roles
62

SlowAPI

Developer Tools

Rate limiting extension for FastAPI and Starlette — port of Flask-Limiter using the limits library. SlowAPI provides @limiter.limit() decorator for endpoint-level rate limiting with storage backends (in-memory, Redis, Memcached). Limits expressed as strings: '100/day', '10/minute', '1/second'. Supports key functions for per-user or per-IP limiting (default: client IP). Integrates with FastAPI's dependency injection and exception handlers. Agent API limiting example: @app.get('/agent/run') @limiter.limit('10/minute') for per-IP agent API rate limiting.

Free tier python fastapi starlette
62

Tomorrow.io Weather API

Other

Hyperlocal weather intelligence API providing real-time conditions, forecasts up to 21 days, historical data, and severe weather alerts for any location.

Free tier weather forecast hyperlocal
62

Tyk API Gateway

Other

Tyk API Gateway — open-source, self-hostable API gateway and management platform supporting REST, GraphQL, and gRPC with built-in rate limiting, auth, analytics, and developer portal.

Free tier tyk api-gateway api-management
62

Urlbox

Developer Tools

Captures pixel-perfect screenshots, PDFs, and metadata of any URL using a managed headless browser fleet.

Free tier screenshots website-capture headless-browser
62
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered