Packages
4763 resultsExternal Secrets Operator
Kubernetes operator that syncs secrets from external secret management systems (AWS Secrets Manager, HashiCorp Vault, Azure Key Vault, GCP Secret Manager, Doppler, Infisical, etc.) into Kubernetes Secrets. Enables GitOps workflows where secret references (not values) are stored in Git, while actual values remain in secure external stores. ExternalSecret resources define what to fetch and how to map to Kubernetes Secrets — operators pull values periodically and keep Kubernetes Secrets in sync.
Finastra FusionFabric.cloud API
Finastra FusionFabric.cloud REST API marketplace for banking and financial services platform. Enables AI agents to manage corporate banking and trade finance workflow automation, handle retail banking account and transaction data access, access FusionBanker and FusionInvestor core banking integrations, retrieve payments processing and SWIFT messaging data, manage lending origination and servicing lifecycle automation, handle treasury and capital markets workflow data, access compliance and regulatory reporting data, retrieve open banking and PSD2-compliant data, manage FusionCredit and FusionLend lending automation, and integrate Finastra banking applications with fintech ecosystem and third-party services.
GraphQL Yoga
Framework-agnostic GraphQL server built on the Fetch API that runs on Node.js, Cloudflare Workers, Deno, and Bun with a plugin system powered by Envelop.
Griptape
Python framework for building production-grade AI agents and pipelines. Griptape provides agents, tasks, pipelines, and workflows as composable primitives. Core abstractions: Agents (single-task LLM loops with tools), Pipelines (sequential task chains), and Workflows (parallel DAGs). Includes built-in memory, RAG toolchain, task memory (off-prompt data handling), and cloud platform (Griptape Cloud) for deployment. Enterprise-focused alternative to LangChain with emphasis on predictability and off-prompt data handling.
HackerOne Bug Bounty and VDP REST API
HackerOne bug bounty and vulnerability disclosure platform REST API for enterprises to automate security report management, researcher bounty payments, program configuration, and vulnerability data integration — enabling AI agents to retrieve reports, update triage states, manage bounty awards, and integrate HackerOne security findings with ITSM and DevSecOps platforms through HackerOne's market-leading crowdsourced security platform. Enables AI agents to manage report management for vulnerability report retrieval, filtering, and triage status automation, handle bounty management for researcher bounty award and payment processing automation, access program management for bug bounty program scope and configuration automation, retrieve hacker management for security researcher reputation and profile retrieval automation, manage activity management for report activity thread and analyst communication automation, handle asset management for in-scope target and asset inventory automation, access integration management for JIRA, ServiceNow, and GitHub vulnerability tracking automation, retrieve analytics for program performance and vulnerability trend analytics automation, manage inbox management for report triage workflow and assignment automation, and integrate HackerOne with DevSecOps pipelines, ITSM, and vulnerability management for crowdsourced security program automation.
Haystack by deepset
Haystack is an open-source Python framework by deepset for building RAG and NLP pipelines; it offers a composable component model for connecting LLMs, document stores, retrievers, and preprocessors, with an optional Hayhooks REST server for HTTP-based pipeline invocation.
LinkedIn MCP Server
MCP server enabling AI agents to interact with LinkedIn — searching profiles, reading job postings, accessing company information, and retrieving professional network data through MCP tool calls. Supports recruitment workflows, job search automation, and competitive intelligence gathering from LinkedIn's professional network.
Memgraph Graph Database
In-memory graph database optimized for real-time analytics and streaming graph workloads. Memgraph uses Cypher (same as Neo4j), supports the Bolt protocol, and integrates with Kafka/Pulsar for streaming graph updates. MAGE (Memgraph Advanced Graph Extensions) provides graph algorithms and machine learning on graphs. Memgraph Cloud is the managed option. Strong focus on real-time graph analytics.
OpenLineage
Open standard for data lineage collection and propagation. OpenLineage defines a spec for how data pipelines emit lineage events (who ran what job, which datasets were inputs, which were outputs). Compatible backends: Marquez (open-source server), DataHub, Atlan. Integrations for Spark, Airflow, dbt, Flink, and more auto-emit lineage events without code changes.
Recruitee ATS API
Recruitee REST API for collaborative applicant tracking system. Enables AI agents to query job openings, retrieve candidate profiles and applications, access pipeline stage data, and integrate recruiting intelligence into HR workflows. Recruitee is known for its team-based collaborative hiring approach and modern API design.
Redis Vector Search (RediSearch)
In-memory vector and full-text search via the RediSearch module, enabling sub-millisecond semantic similarity search and real-time keyword search over Redis data.
Redpanda
Kafka-compatible streaming platform written in C++ that delivers 10x lower latency than Kafka with no JVM dependency, available as self-hosted or managed cloud.
Toutiao MCP Server
MCP server for Toutiao — ByteDance's flagship Chinese content platform and news aggregator with over 300M active users. Enables AI agents to search Toutiao articles, retrieve trending content, access news feeds, and monitor Chinese digital media — supporting content research and social listening for the Chinese market.
Turbo (Rails/Hotwire)
Server-side rendering acceleration framework for Rails — makes multi-page Rails apps feel like SPAs without writing JavaScript. Turbo has three parts: Turbo Drive (intercepts link clicks/form submits, replaces <body> via AJAX — no full page reload), Turbo Frames (<turbo-frame id='agents'> loads frame content independently), and Turbo Streams (server-side HTML fragments pushed via WebSocket or SSE to update specific page elements). Server broadcasts: Turbo::StreamsChannel broadcasts DOM updates from ActiveRecord callbacks. <%= turbo_stream.append 'agents', @agent %> appends new agent to list in real-time. Core of Rails 7+ Hotwire stack. Works with Action Cable for real-time agent updates.
Yelp Fusion API
Business search and discovery API providing access to Yelp's database of 8M+ local businesses including restaurants, hours, reviews, photos, and ratings.
Zilliz Cloud
Zilliz Cloud is a fully managed vector database service built on Milvus that enables high-performance similarity search over billions of vectors for AI-powered applications.
Auth.js (NextAuth.js)
Open-source authentication library for TypeScript/JavaScript web applications — handles OAuth, email magic links, and credentials auth with built-in session management for Next.js, Express, and other frameworks.
Better Auth
Comprehensive TypeScript authentication framework with a plugin architecture. Provides OAuth, email/password, magic links, passkeys, 2FA, organization management, and more via plugins. Framework-agnostic — works with Next.js, Hono, Astro, SvelteKit, etc. Positioned as a more comprehensive, type-safe alternative to NextAuth.js with better organization/multi-tenant support. Built-in client SDK for React, Vue, and Solid.
Crossref REST API
Provides structured bibliographic metadata and citation relationship data for 150M+ scholarly works registered with a DOI, including journal articles, books, conference papers, and datasets.
Dropwizard
Opinionated Java microservice framework — bundles Jetty (embedded HTTP server), Jersey (JAX-RS REST), Jackson (JSON), Hibernate Validator, Metrics (operational metrics), SLF4J/Logback (logging), and Liquibase (database migrations) into a single convention-over-configuration package. Dropwizard popularized the 'fat JAR' microservice pattern (single deployable JAR) before Spring Boot. Configuration via YAML. Built-in health check API (/healthcheck), metrics API (/metrics), and admin interface. Simpler than Spring Boot with fewer abstractions and explicit wiring.