Packages
4946 resultsMaintainX Work Order & CMMS API
MaintainX Work Order and CMMS REST API for mobile-first maintenance management and operations. Enables AI agents to manage digital work order creation and assignment for field maintenance automation, handle preventive maintenance scheduling and PM triggers for reliability operations, access asset and equipment tracking with maintenance history for lifecycle management, retrieve parts inventory and parts consumption tracking for maintenance procurement, manage team communication and procedure documentation for operations knowledge management, handle meter and reading integration for usage-based maintenance triggers, access operational analytics and MTTR/MTBF reporting for reliability KPIs, retrieve audit and inspection management for compliance operations, manage contractor and vendor work order management for outsourced maintenance, and integrate MaintainX with ERP, IoT, and operations management platforms.
Mapbox Static Images API
HTTP API that generates static map images (PNG or JPEG) of any location at any zoom level, with optional overlays including GeoJSON features, markers, paths, and custom styles. Returns a rasterized image URL or binary suitable for embedding in emails, PDFs, reports, SMS messages, or any context where interactive maps cannot be rendered.
Permify Authorization API
Open-source Google Zanzibar-inspired authorization service providing relationship-based access control (ReBAC). Permify stores relationships (user is member of org, org owns document) and evaluates permissions via its gRPC and REST API. Supports RBAC, ABAC, and ReBAC patterns. Self-hostable with Permify Cloud managed option. Designed for multi-tenant SaaS authorization and agent permission management.
PostGraphile
Automatic GraphQL API generation from PostgreSQL database schema. Reflects PostgreSQL tables, views, functions, and relationships into a fully-featured GraphQL API. Supports filtering, pagination, ordering, mutations (CRUD), subscriptions (via PostgreSQL LISTEN/NOTIFY), and custom business logic via PostgreSQL functions. Uses PostgreSQL row-level security (RLS) for authorization. 'Your database, already an API.'
SOPS (Secrets OPerationS)
Mozilla SOPS encrypts secrets stored in YAML, JSON, ENV, and binary files using AWS KMS, GCP KMS, Azure Key Vault, age, or PGP keys, enabling encrypted secrets to be safely committed to git with path-based key routing via .sops.yaml creation_rules.
Tiptap
Headless, framework-agnostic rich text editor toolkit built on ProseMirror. Tiptap provides a customizable editor with a modular extension system — add only the features you need (bold, tables, code blocks, AI writing, collaboration). The 'headless' architecture means Tiptap provides no default styling — you bring your own CSS/Tailwind. Tiptap Collaboration (cloud service) adds real-time collaborative editing via Yjs under the hood. Used by Linear, Gitpod, Loom, and hundreds of SaaS products.
Traefik Proxy API
Traefik is a cloud-native reverse proxy and load balancer with a REST API for dynamic configuration, real-time routing introspection, and health/metrics access.
Zarr
Chunked, compressed N-dimensional array storage for Python — cloud-native alternative to HDF5. Zarr features: zarr.open() for local/cloud arrays, zarr.zeros/ones/empty for creation, chunk-based storage (chunk=(100, 100)), compression (Blosc, Zstd, Zlib, LZ4), multiple backends (local filesystem, S3, GCS, Azure Blob via fsspec), consolidated metadata, zarr.Group hierarchy, append-friendly arrays, zarr.convenience.copy_all for HDF5 migration, thread-safe reads, and parallel writes with synchronization. Cloud-native format — arrays stored as directories of chunk files readable from S3 without full download. Used with Dask for out-of-core processing of TB-scale datasets.
clickhouse-driver (Python)
Python driver for ClickHouse using the native TCP protocol. Provides synchronous and async (asynch) interfaces for connecting to ClickHouse databases from Python. More efficient than HTTP-based clickhouse-connect for high-throughput operations. Used by data engineers, analytics engineers, and Python ML pipelines that need to query or ingest into ClickHouse.
@grpc/grpc-js
Pure JavaScript/TypeScript gRPC implementation for Node.js. Supports unary RPCs, server streaming, client streaming, and bidirectional streaming. Works with protobuf code generation (@grpc/proto-loader) for type-safe service definitions. Used for high-performance inter-service communication in microservice architectures.
Apache Camel
Enterprise integration framework implementing the Enterprise Integration Patterns (EIP). Apache Camel provides 300+ connectors (Camel Components) for integrating with virtually any system: Kafka, AWS SQS/S3/Lambda, REST, HTTP, databases, FTP, SMTP, Salesforce, SAP, and more. Uses a DSL (Java, Kotlin, XML, YAML) to define integration routes: from() → process() → to(). Handles transformation, splitting, aggregating, filtering, error handling, and retry logic. Runs standalone or embedded in Spring Boot/Quarkus. The "Swiss Army knife" of Java integration.
Azure DevOps MCP
Official Microsoft MCP server that brings Azure DevOps capabilities directly to AI agents in VS Code, Claude Code, and Cursor. Manages projects, work items, builds, repositories, wikis, test plans, and iterations through natural language prompts.
Dagger CI/CD Pipeline Engine
Programmable CI/CD engine that runs containerized build pipelines defined in Go, Python, or TypeScript, executing consistently across local machines, CI systems, and cloud environments using a built-in GraphQL API.
Elastic APM API
Elastic APM Intake API — application performance monitoring server that receives traces, spans, transactions, errors, and metrics from APM agents via HTTP intake API, enabling agents to ingest custom telemetry data and query APM data stored in Elasticsearch for performance analysis.
Ensembl REST API
Ensembl REST API provides programmatic access to the Ensembl genome browser database, covering gene annotations, sequence retrieval, variant data, comparative genomics, and phenotype associations for 200+ species.
FullContact Identity Resolution API
Resolves fragmented identity signals (email, phone, social, MAIDs) into unified person and company profiles with employment, demographic, and social data for enrichment and identity verification use cases.
Grafana Loki
Prometheus-inspired horizontally scalable log aggregation system that indexes only metadata labels, making it cost-efficient for storing and querying agent logs.
Helidon
Oracle's lightweight Java microservice framework — supports two styles: Helidon MP (MicroProfile compliant, CDI injection, JAX-RS REST) and Helidon SE (functional reactive style, no IoC container). Helidon 4.x uses Java 21 Virtual Threads (Project Loom) for high concurrency without reactive programming complexity. Key features: GraalVM native image support (fast startup, low memory), built-in health checks (MicroProfile Health), metrics (MicroProfile Metrics), tracing (Jaeger/Zipkin), security (JWT, OAuth2, OIDC), and OpenAPI (MicroProfile OpenAPI). Oracle's alternative to Quarkus and Micronaut.
Lightdash
Open-source BI tool that builds directly on dbt models and metrics, exposing a REST API for programmatic chart and dashboard access — enabling agents to query curated business metrics without raw SQL.
Lunar
An API gateway platform that mediates between applications/AI agents and external APIs. Provides traffic visibility, policy enforcement, rate limiting, retries, circuit breakers, and cost optimization. Lunar MCPX aggregates multiple MCP servers into a single gateway with unified access control.