Packages
4946 resultsReact 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.
etcd
Distributed, reliable key-value store for the most critical data of distributed systems. etcd uses the Raft consensus algorithm to maintain a strongly-consistent, highly-available store. Kubernetes uses etcd as its primary datastore. Agent systems use etcd for distributed coordination: leader election, service discovery, distributed locks, and configuration management.
f2c-mcp
MCP server that converts Figma designs to pixel-perfect HTML/CSS code, supporting React, CSS Modules, and Tailwind CSS output with automatic image asset localization.
iOS Simulator MCP
MCP server enabling AI assistants to interact with iOS simulators on macOS. Provides 13 tools for UI interaction (tap, swipe, type), screen capture (screenshot, video), app management (install, launch), and accessibility inspection.
mcp-notion-server
MCP server enabling AI models to interact with Notion workspaces — retrieve, create, update, and delete blocks, pages, databases, comments, and users. Supports experimental Markdown conversion to reduce token usage.
python-docx
Python library for creating and modifying Microsoft Word .docx files — generates structured Word documents programmatically. python-docx features: Document class (new or existing), add_paragraph() and add_heading(), add_run() for inline text with formatting (bold, italic, font size, color), add_table() with cell access, add_picture() for inline images, styles (Heading 1, Normal, Quote), paragraph formatting (alignment, indentation, spacing), section page setup (landscape, margins), add_page_break(), list styles (bulleted, numbered), hyperlinks via XML, and core properties (author, title). Standard library for generating Word document reports from agent data.
Hookdeck Webhook Management API
Manages inbound webhooks from third-party services with reliable queuing, filtering, transformation, fan-out routing, and automatic retry on delivery failures.
Inertia.js
The 'modern monolith' approach to building single-page apps. Inertia.js replaces the traditional SPA API layer — instead of building a JSON API for your React/Vue/Svelte frontend, Inertia renders page components directly from your server routes (Rails, Laravel, Django) and handles client-side navigation without page reloads. You get SPA-like UX without building a separate API. Often called 'the missing piece between server-side and SPA'.
Microsoft Power BI REST API
Microsoft Power BI REST API for programmatic access to Power BI workspaces, datasets, reports, and dashboards. Enables AI agents to query data models, refresh datasets, embed reports, manage workspaces, and retrieve analytics data — integrating enterprise BI assets into agentic workflows.
PPTAgent
Agentic framework that automatically generates complete PowerPoint presentations from documents, research topics, or freeform prompts, with reflective design capabilities and text-to-image asset generation.
ROS MCP Server
Bridges AI models (Claude, GPT, Gemini) with ROS/ROS2 robots via MCP, enabling natural language command translation into ROS commands and real-time robot state monitoring without modifying existing robot source code.
Redd-Archiver
PostgreSQL-backed tool that transforms compressed Reddit/Voat/Ruqqus data dumps into searchable HTML archives with full-text search, REST API, and an MCP server with 29 tools for AI assistant integration.
Reddit Ads MCP Server (BigVik193)
MCP server for Reddit Advertising API enabling AI agents to manage Reddit ad campaigns end-to-end — across accounts, funding methods, campaigns, ad groups, and creatives. Enables programmatic Reddit advertising management from AI agents.
Serper API
Provides fast, low-cost access to Google Search results as structured JSON via a simple REST API, covering web, news, images, and shopping searches.
Voyage AI
Provides state-of-the-art embedding models and rerankers optimized for retrieval accuracy, used by Anthropic and trusted for RAG pipelines.
aiohttp Client
Async HTTP client (and server) for Python using asyncio. aiohttp's ClientSession makes async HTTP requests with connection pooling, streaming, WebSocket support, and cookie management. The standard for async HTTP in Python before httpx's rise. Still widely used for WebSocket connections (aiohttp supports WS natively), streaming downloads, and legacy async codebases.