Packages
4763 resultsMCPCan
A centralized management platform for MCP services providing a web dashboard to deploy, configure, monitor, and authenticate MCP server instances with Kubernetes-native container orchestration, protocol conversion, and a service marketplace.
Mastra
TypeScript-native AI agent framework for building production AI applications. Mastra provides agents, workflows, tools, RAG, and memory as first-class primitives — all type-safe. Built by the team behind Gatsby. Supports Vercel AI SDK compatible LLM providers, structured output, and integrates with popular TypeScript tooling. Strong focus on developer experience and type safety for Node.js/Next.js AI applications.
Mathpix
Specialized OCR and document processing API for mathematical content. Mathpix converts images, PDFs, and handwritten math into LaTeX, MathML, Markdown, and structured formats with best-in-class accuracy for equations, tables, chemistry diagrams, and scientific notation. Also offers Snip (iOS/Windows app) for converting photos of math to LaTeX. Critical for RAG applications over scientific papers where math equation fidelity is required.
Micronaut
Ahead-of-time (AOT) compilation JVM framework for microservices and serverless. Micronaut compiles dependency injection, AOP, and configuration at build time — not runtime — producing fast startup times and low memory footprint. Designed for cloud-native deployments and GraalVM native images. Competes with Quarkus and Spring Boot but trades Spring's ecosystem richness for sub-100ms startup.
Mobilize Civic Organizing API
Mobilize REST API for civic organizing and volunteer mobilization platform. Enables AI agents to retrieve public event and volunteer opportunity listings, access organization and event data, sync volunteer signups with CRM systems, retrieve attendance and participation data, access public organization feeds for civic engagement discovery, and integrate Mobilize data with NGP VAN and other organizing tools.
OpenTelemetry (OTel)
CNCF standard instrumentation framework for generating traces, metrics, and logs with vendor-neutral SDKs that export to any observability backend.
Paystack
Paystack is a developer-friendly African payment gateway (acquired by Stripe) that enables businesses to accept card, bank transfer, mobile money, and USSD payments across Nigeria, Ghana, South Africa, and Kenya.
Prodigi Print-on-Demand Fulfillment API
Prodigi print-on-demand fulfillment REST API for e-commerce merchants, artists, and brands to automate custom product printing and global order fulfillment across 50+ product categories including wall art, framed prints, canvas, photobooks, apparel, phone cases, and home décor — fulfilled from Prodigi's network of print labs across UK, Europe, USA, and Australia. Enables AI agents to manage product catalog for available print product automation, handle order creation for POD fulfillment automation, access shipping method for delivery option automation, retrieve order status for fulfillment tracking automation, manage image upload for artwork file automation, handle product detail for variant and SKU automation, access pricing calculator for cost estimation automation, retrieve webhook for order event automation, manage address validation for shipping automation, and integrate Prodigi with Shopify, WooCommerce, Etsy, and headless e-commerce for end-to-end print-on-demand automation.
Rclone
Command-line tool that syncs, copies, mounts, and manages files across 70+ cloud storage providers using a unified interface with client-side encryption support.
Skill Seekers
A universal preprocessing platform that converts documentation websites, GitHub repositories, and PDFs into structured AI knowledge assets, exportable to 16+ formats including Claude Skills, Gemini Skills, OpenAI GPTs, and vector database formats.
Squirrel (Go SQL query builder)
Fluent SQL query builder for Go that generates SQL queries programmatically without an ORM. Provides a chainable API for building SELECT, INSERT, UPDATE, and DELETE statements with safe parameter binding. Works with any sql.DB compatible database. The standard choice in Go when you want programmatic query construction without full ORM overhead — used extensively in Go microservices.
TanStack Start
Full-stack React framework built on TanStack Router with SSR, server functions, and file-based routing. Uses Vite as build tool and Vinxi as the server toolkit. Competes with Next.js and Remix but with TanStack Router's type-safety advantages. Server functions ('use server') co-locate server and client code. Built for the full-stack TypeScript developer who wants type safety from database to UI.
Trigger.dev Background Jobs Platform
Open-source background jobs and workflow platform for TypeScript that supports long-running tasks, durable execution, and native AI task primitives, designed to run agent workloads that exceed serverless timeout limits.
Trimble Maps (PC*MILER) Routing API
Trimble Maps (PC*MILER) REST API for commercial vehicle routing, mileage calculation, and mapping platform. Enables AI agents to manage truck-specific route optimization including bridge heights, weight restrictions, hazmat routing, and permit routing, handle accurate freight mileage calculation for carrier rate rating and invoice audit, access geocoding and address validation for freight and logistics applications, retrieve traffic-aware routing and estimated transit time calculations, manage multi-stop route optimization for delivery and pickup planning, handle fuel optimization routing to minimize fuel costs for fleet operations, access point-of-interest data for truck stops, weigh stations, and rest areas, retrieve state line crossing data for fuel tax (IFTA) reporting, manage tolling data and cost calculation for route costing, and integrate routing data with TMS, dispatch, and fleet management systems.
TruffleHog
Advanced secrets scanner that validates detected secrets are actually live credentials. TruffleHog v3 scans git repos, S3 buckets, Docker images, CI/CD systems (GitHub Actions, CircleCI, etc.) for secrets — and uniquely verifies discovered secrets against the actual API to confirm they are valid and exploitable, reducing false positives. From Truffle Security, the company behind many high-profile secret disclosure research findings.
gcloud-mcp
Official Google Cloud MCP server suite enabling AI assistants to interact with Google Cloud infrastructure through natural language. Includes four servers: gcloud CLI execution, observability (logs/metrics/traces), Cloud Storage management, and Backup/DR operations.
iTerm MCP
MCP server that lets AI models execute commands in an active iTerm2 terminal session. Provides tools to write commands, read output lines selectively for token efficiency, and send control characters (Ctrl+C, Ctrl+Z). User and AI share the same terminal window for real-time collaboration.
unity-mcp
Bridges AI assistants (Claude, Cursor, VS Code) with Unity Editor via MCP, enabling LLMs to manage assets, control scenes, edit scripts, and automate game development tasks.
Absinthe
Full-featured GraphQL implementation for Elixir, built to integrate with Phoenix. Absinthe handles schema definition (SDL-first or code-first), query execution, mutations, subscriptions (real-time via Phoenix Channels), and batched data loading via Dataloader. Leverages Elixir's concurrency model for efficient query resolution — each resolver can run in parallel using Tasks.
CMake
The de-facto standard build system generator for C and C++ projects. CMake generates build files for Ninja, Make, Visual Studio, Xcode, and other build systems from a single CMakeLists.txt configuration. Modern CMake (3.x) uses target-based configuration with target_link_libraries, target_include_directories, and target_compile_options for clean dependency propagation. Used by LLVM, Qt, OpenCV, gRPC, Boost, and virtually every major C++ project.