Packages
4763 resultsSmartsheet API
Smartsheet's REST API for programmatically reading and writing rows, sheets, reports, and attachments in Smartsheet — a spreadsheet-based project and work management platform popular in enterprise environments.
Solid Cache
Database-backed cache store for Rails — replaces Redis/Memcached with SQL database (SQLite, PostgreSQL, MySQL) for Rails.cache. Solid Cache features: ActiveSupport::Cache::SolidCacheStore adapter, automatic LRU-style expiry via background trimming, configurable max_age and max_size limits, encryption support via Active Record encryption, multi-database support (dedicated cache DB), expiry worker process, and Rails 8 default cache store for apps without existing Redis. Eliminates Redis operational overhead for agent apps that use caching only for Rails.cache — session data, fragment caching, low-churn data.
Split.io
Combines feature flag management with experiment traffic allocation and metric impact analysis so agents can control rollouts and measure their effect on business metrics simultaneously.
Warrant
Developer authorization infrastructure providing relationship-based (ReBAC) and attribute-based (ABAC) access control with a hosted API and open-source self-hosted option.
Xiaohongshu (Little Red Book) MCP Server
MCP server for Xiaohongshu (Little Red Book / 小红书 / RedNote) — China's leading lifestyle social platform combining Instagram-style content sharing with e-commerce. Enables AI agents to search notes, browse homepage recommendations, view note content and comments, and post comments — supporting Chinese social media marketing and research workflows.
git-mcp
Remote MCP server that gives AI assistants access to current GitHub project documentation and code, preventing hallucinations from outdated training data.
passport-jwt
Passport.js strategy for authenticating requests using JSON Web Tokens (JWT). Extracts JWT from Authorization header (Bearer), query parameter, or cookie, verifies signature using configurable secret or public key, and exposes the decoded payload as req.user. Part of the Passport.js ecosystem for building stateless API authentication.
perplexity-mcp
MCP server that enables Claude Desktop and Cursor to perform web searches via Perplexity AI's Sonar API. Provides a single search tool with optional time-based filtering (day/week/month/year) and support for multiple Perplexity models including sonar-deep-research, sonar-reasoning-pro, sonar-reasoning, sonar-pro, and sonar.
Bandwidth Messaging API
Provides carrier-grade SMS, MMS, and messaging API access using Bandwidth's own direct network infrastructure, enabling high-volume A2P messaging, toll-free verification, and 10DLC compliant business messaging in the US and Canada.
Base MCP
An MCP server enabling AI agents to interact with the Base blockchain (Coinbase L2) for wallet management, fund transfers, smart contract deployment, token operations, NFT management, and fiat onramps through natural language.
Cilium
eBPF-based networking, security, and observability platform for Kubernetes. Cilium serves as the CNI (Container Network Interface) plugin with built-in Layer 3-7 network policies, load balancing, service mesh capabilities (without sidecar proxies), and deep network observability via Hubble. Uses Linux eBPF for high-performance packet processing at the kernel level, replacing traditional iptables-based networking with lower overhead. CNCF graduated project, used by major cloud providers (AWS, Google, Azure EKS/GKE/AKS now all support Cilium).
Contractbook Digital Contract Management API
Contractbook digital contract lifecycle management REST API for contract creation, e-signature, data extraction, and automated renewal management. Enables AI agents to manage contract creation from templates for standardized agreement generation, handle e-signature collection and contract execution workflow for digital contract execution, access structured contract data extraction and metadata management for contract intelligence, retrieve key date and obligation tracking for renewal and deadline automation, manage contract search and full-text discovery for legal operations automation, handle contract version control and amendment management for contract lifecycle tracking, access integration-driven contract creation for CRM and ERP-triggered agreement generation, retrieve contract analytics and reporting for portfolio intelligence, manage consent and data privacy agreement workflows for GDPR-compliant data collection, and integrate Contractbook with HubSpot, Salesforce, Slack, and business platforms.
Reducto
Document parsing API designed specifically for AI/RAG pipelines. Converts complex PDFs (tables, figures, forms, scanned documents) to structured Markdown or JSON optimized for LLM ingestion. Handles multi-column layouts, complex tables, math formulas, and mixed content that generic PDF parsers fail on. Built with agent RAG pipelines as the primary use case.
AI21 Labs API
Enterprise LLM platform from Israeli AI company AI21 Labs. Features Jamba models (hybrid SSM-Transformer architecture) and specialized document summarization and question-answering capabilities.
Apache Kafka
Distributed event streaming platform for high-throughput, fault-tolerant publish-subscribe messaging, event sourcing, and real-time data pipelines between agent services.
Azure AI Speech (Cognitive Services Speech)
Azure AI Speech provides speech-to-text, text-to-speech, speech translation, and speaker recognition in a unified service with real-time streaming and batch transcription modes.
Backblaze B2 Cloud Storage API
Backblaze B2 is an S3-compatible object storage service at 1/4 the price of AWS S3 — store files, generate download URLs, and serve content via CDN with 10 GB free storage and $0.006/GB egress.
Chroma
Open-source embedding database with a simple Python-first API for storing, querying, and managing vector embeddings locally or in the cloud.
Coder
Open-source platform for creating and managing remote development environments (workspaces) defined as code using Terraform. Coder provisions developer workspaces on any infrastructure (Kubernetes, AWS, GCP, Azure) from Terraform templates — giving each developer or agent an isolated, reproducible environment. Has a REST API for programmatically creating and managing workspaces. Used by enterprises for dev environment standardization and increasingly for agent compute environments.
Fastlane
Mobile app deployment automation tool — automates iOS App Store and Android Google Play submission, code signing, screenshot generation, and beta distribution. Fastlane features: Fastfile with lane definitions, actions for each step (build_app, upload_to_app_store, upload_to_play_store, match for code signing, gym for building, pilot for TestFlight, deliver for App Store metadata, supply for Play Store, cert/sigh for certificate management, screenshot/frameit for App Store screenshots). `fastlane ios release` triggers full build-sign-upload pipeline. Works in CI/CD (GitHub Actions, Bitrise, CircleCI). Reduces iOS/Android deployment from hours of manual clicks to one command for agent mobile apps.