Packages
4763 resultsAgentQL API
AgentQL is a query language and API for AI-powered web scraping and browser automation. Instead of CSS selectors or XPath, you describe what you want in natural language and AgentQL's AI maps it to the actual DOM — making scrapers resilient to site layout changes and ideal for agent-driven web interaction.
Amazon Connect CCaaS API
Amazon Connect API for cloud contact center as a service (CCaaS). Enables AI agents to query contact records, manage agent states, retrieve real-time and historical analytics, configure IVR flows, and integrate with Amazon's AI services (Lex, Polly, Transcribe) for AI-powered contact center automation.
Apache Spark (PySpark)
Unified distributed analytics engine with a DataFrame/SQL API and Catalyst optimizer for large-scale batch, streaming, and ML workloads across clusters.
Aruba Email & Calendar MCP Server
MCP server for Aruba's Italian email and calendar hosting services via IMAP/SMTP and CalDAV protocols. Enables AI agents to read email, send messages, and manage calendar events through Aruba's email hosting — supporting Italian businesses using Aruba's hosting infrastructure.
Billplz Malaysia Payment API
Billplz Malaysia payment REST API for businesses and developers to accept FPX online banking, credit/debit card, and e-wallet payments through Malaysia's developer-friendly payment gateway with transparent flat-fee pricing, payment page hosting, and API-first design for e-commerce, SaaS, education, and nonprofit payment integration. Enables AI agents to manage bill creation for Malaysia FPX payment collection automation, handle payment page generation for Malaysia online banking checkout automation, access card payment processing for Malaysia card commerce automation, retrieve payment status and confirmation for Malaysia transaction automation, manage mass bill creation for Malaysia bulk payment collection automation, handle webhook notification for Malaysia payment event automation, access transaction reporting for Malaysia payment analytics automation, retrieve FPX bank list for Malaysia bank selection automation, manage refund processing for Malaysia order management automation, and integrate Billplz with WooCommerce, Shopify Malaysia, and Malaysian e-commerce platforms for end-to-end Malaysia payment automation.
Buf Schema Registry
Modern Protobuf toolchain and schema registry. Buf CLI replaces protoc for building, linting, and generating code from Protocol Buffer schemas. Buf Schema Registry (BSR) is a managed schema registry for storing and sharing Protobuf schemas with dependency management (like npm for Protobufs). Buf also developed Connect RPC — a modern gRPC-compatible protocol that works over HTTP/1.1, HTTP/2, and gRPC. Used by companies replacing protoc with a more developer-friendly workflow.
COTI Blockchain MCP Server
MCP server for COTI blockchain — a privacy-focused Layer 2 network built on Ethereum that enables confidential transactions using garbled circuits. Enables AI agents to connect to COTI blockchain, manage accounts, transfer native tokens, and interact with COTI's privacy-preserving payment infrastructure.
Clerk
Drop-in authentication and user management SaaS with prebuilt UI components for React/Next.js that handles email, OAuth, MFA, and organization management.
CocoaPods
Dependency manager for iOS/macOS/tvOS/watchOS projects — manages Objective-C and Swift library integration via Podfile. CocoaPods features: Podfile with pod declarations, pod install / pod update lifecycle, .xcworkspace generation (must use instead of .xcodeproj), Podspec for publishing libraries, private Podspec repos, versioning with semantic version constraints (~> 5.0, '>= 5.0', '= 5.0.1'), pre/post install hooks, and library source customization. While Swift Package Manager is the modern Apple-endorsed solution, CocoaPods remains widely used for legacy codebases and libraries without SPM support. Many agent iOS SDK dependencies (Firebase, Facebook, certain AI SDKs) still publish CocoaPods specs.
Esri ArcGIS REST API
Esri ArcGIS REST API for enterprise GIS, geospatial analysis, and location intelligence. Enables AI agents to manage map and layer publishing and access for spatial data management, handle geocoding and reverse geocoding for address and location resolution, access spatial analysis tools including buffer, overlay, and proximity analysis for geospatial intelligence, retrieve routing and network analysis data for logistics and transportation optimization, manage feature services and spatial data CRUD operations for geospatial data management, handle imagery and raster analysis for remote sensing applications, access geoprocessing services for custom spatial analysis workflows, retrieve web map and portal content management for GIS platform administration, manage field data collection and mobile GIS workflows via Survey123 and Field Maps, and integrate ArcGIS geospatial data with enterprise applications, IoT sensors, and business intelligence platforms.
JSON Web Tokens (RFC 7519 / PyJWT / jose)
JSON Web Tokens (RFC 7519) are a compact, URL-safe means of representing claims as a signed (JWS) or encrypted (JWE) JSON object; agents use them to verify identity and authorization without a database round-trip by validating the cryptographic signature against a known key.
LangChain Core
Provides the foundational abstractions for the LangChain ecosystem — Runnables, prompt templates, message types, output parsers, and the LangChain Expression Language (LCEL) — that all LangChain-compatible integrations build upon.
Modal Labs
Runs Python functions on serverless GPU or CPU containers that autoscale to zero, enabling ML inference and training without infrastructure management.
Momento Cache
Serverless cache and pub/sub cloud service that provides Redis-compatible caching and real-time messaging with zero infrastructure management, automatic scaling, and per-request billing.
Optax
Gradient processing and optimization library for JAX — composable optimizer building blocks for training neural networks. Optax features: standard optimizers (optax.adam, optax.sgd, optax.adamw, optax.rmsprop, optax.adagrad, optax.lion), learning rate schedules (optax.cosine_decay_schedule, optax.warmup_cosine_decay_schedule, optax.linear_schedule), gradient clipping (optax.clip, optax.clip_by_global_norm), optimizer chaining (optax.chain), masked updates (optax.masked), exponential moving average (optax.ema), gradient accumulation (optax.MultiSteps), and custom optimizer composition. JAX ecosystem optimizer library — pairs with Flax for neural network training. DeepMind-maintained.
React Native Reanimated
High-performance animation library for React Native that runs animations on the UI thread, not the JS thread. Uses 'worklets' — JavaScript functions that execute on the native UI thread — for smooth 60/120fps animations without JS bridge overhead. Works with React Native Gesture Handler for gesture-driven animations. The standard for smooth animations in production React Native apps, powering gesture-based UI in Shopify, Coinbase, and others.
Statuspage API
Provides a REST API to programmatically manage Atlassian Statuspage incidents, components, and maintenance windows, enabling agents to automate status communication to customers during outages or service degradations.
SvelteKit
The official full-stack framework for Svelte. File-based routing, server-side rendering, API endpoints, server actions (load functions and form actions), and adapters for deployment anywhere (Vercel, Netlify, Cloudflare, Node.js). Svelte compiles away at build time — smaller bundles and less client-side JavaScript than React/Vue equivalents.
ThreatConnect Threat Intelligence Platform API
ThreatConnect Threat Intelligence Platform (TIP) REST API for intelligence aggregation, analysis, and SOAR automation. Enables AI agents to manage threat intelligence ingestion and normalization from multiple feeds and ISACs, handle IOC lifecycle management and enrichment automation, access threat intelligence playbook execution and workflow orchestration, retrieve threat actor, campaign, and malware intelligence objects, manage intelligence sharing with ISACs, ISAOs, and trusted partners, handle threat intelligence scoring and relevance calculation, access ATT&CK framework alignment and TTP tracking, retrieve intelligence community collaboration and annotation data, manage API-driven playbook triggering for SOAR automation, and integrate threat intelligence with SIEM, SOAR, EDR, and firewall platforms.
Tortoise ORM
Easy-to-use asyncio ORM for Python inspired by the Django ORM. Tortoise ORM provides familiar Django-style model definition and queryset API but designed for async/await from the ground up. Supports PostgreSQL, MySQL, MariaDB, and SQLite. Popular choice when migrating Django-style code to async frameworks like FastAPI or Sanic.