Packages
4763 resultsHyperliquid MCP Server
MCP server for Hyperliquid — a high-performance decentralized perpetuals exchange on its own L1 blockchain. Enables AI agents to query market data, check positions, retrieve order books, and potentially execute trades on Hyperliquid — supporting AI-driven DeFi trading research and automation.
LM Studio
GUI desktop application for browsing, downloading, and running local LLMs that optionally exposes an OpenAI-compatible REST API server for agent consumption.
Laravel Octane
Application server for Laravel that supercharges performance by keeping the application in memory between requests. Octane runs Laravel on Swoole or RoadRunner servers that boot the application once, then handle multiple requests in long-lived worker processes — eliminating PHP's traditional bootstrap-per-request overhead. Octane features: php artisan octane:start (replaces nginx/php-fpm), request concurrency via coroutines (Swoole), shared application state between requests, task workers for concurrent operations (Octane::concurrently()), flush() for clearing state between requests, and tables (shared memory across workers). 5-10x request throughput improvement over traditional PHP-FPM for agent API services.
LinkedIn MCP Server (via HAPI)
MCP server providing LinkedIn API tools — enabling AI agents to retrieve LinkedIn profile data and publish content. Built via the HAPI MCP framework. Enables professional networking agents to read profiles, post updates, and interact with LinkedIn's professional data platform.
MailerSend
Transactional email API with high deliverability, supporting single and bulk sends, dynamic templates, email verification, and inbound email parsing via REST and SMTP.
Matomo
Open-source web analytics platform — the privacy-respecting alternative to Google Analytics. Matomo tracks page views, events, conversions, funnels, heatmaps, session recordings, A/B testing, and ecommerce analytics. Self-hosted on your own server (PHP + MySQL) so data never leaves your infrastructure. GDPR-compliant by default with cookieless tracking options. Also available as Matomo Cloud (managed hosting) with a free 21-day trial.
Mianshiya MCP Server
Mianshiya (面试鸭) MCP server enabling AI agents to access China's popular developer interview question platform — fetching coding interview questions, retrieving algorithm problems, accessing system design questions, and integrating Mianshiya's curated interview content into agent-driven interview preparation and technical assessment workflows.
MyBatis
SQL-first Java persistence framework — maps SQL queries to Java objects with full control over SQL. Unlike JPA/Hibernate which generate SQL, MyBatis uses developer-written SQL: define SQL in XML mapper files or @Select/@Insert annotations, MyBatis handles parameter binding and result set mapping. Used extensively in enterprise Java (especially in organizations with complex legacy SQL or DBAs who write optimized SQL). Popular in Asian tech companies and systems requiring precise SQL control (financial systems, complex reports). MyBatis-Spring integration for Spring Boot auto-configuration.
Ngrok
Ngrok provides secure tunnels and an API gateway that expose local or private services to the internet with built-in traffic inspection, authentication, and routing.
OpenCage Geocoding API
Forward and reverse geocoding API built on OpenStreetMap and other open data sources, returning structured location data in JSON, XML, or GeoJSON across 40+ languages worldwide.
People Data Labs API
Enriches person and company records with professional data including employment history, education, skills, emails, and firmographics by matching against a database of 1.5 billion+ person profiles and 100 million+ company records.
Prism.js
Lightweight, extensible syntax highlighting library for the browser and Node.js. Prism uses regex-based token grammars for 300+ languages with a plugin system for line numbers, copy buttons, diff highlighting, and line highlighting. The classic choice for documentation sites, blogs, and web applications needing code display. Powers many popular documentation frameworks (Docusaurus, VuePress) and CMS systems.
Prometheus Pushgateway
HTTP gateway that accepts pushed metrics from short-lived jobs and exposes them for Prometheus scraping, bridging ephemeral workloads with pull-based monitoring.
PyMongo
The official MongoDB Python driver. PyMongo provides synchronous access to MongoDB — CRUD operations, aggregation pipelines, transactions, GridFS, and change streams. The foundation for most Python MongoDB applications. For async applications, Motor (async PyMongo wrapper) is the counterpart. Widely used for document-oriented data storage in Python agent backends.
QMT MCP — Quantitative Trading MCP
QMT MCP server enabling AI agents to interact with QMT (Quick Momentum Trading) — a popular quantitative trading platform in China — querying A-share stock data, historical prices, real-time market data, and integrating QMT's quantitative trading infrastructure into agent-driven algorithmic trading research and backtesting workflows for Chinese markets.
Remotion
Framework for creating videos programmatically using React components. Remotion renders React components frame-by-frame using headless Chrome and encodes them into video with FFmpeg. Write animations, data visualizations, and video content in React — Remotion handles rendering pipeline, transitions, audio, and export. Used for generating programmatic video content at scale (data videos, notifications, personalized video).
RxSwift
Reactive Extensions (ReactiveX) for Swift. RxSwift provides Observable, Single, Completable, Maybe, and Driver reactive types with RxCocoa extensions for UIKit/AppKit bindings. The most popular reactive framework for iOS before Apple's Combine and Swift Concurrency. Enables composing async operations — network calls, user events, timers — as observable streams with operators.
Semantic Scholar API
AI2's academic paper search API with citation graphs, author data, full-text search, and paper embeddings for semantic similarity — free with optional API key for higher limits.
Speakeasy
Automated SDK generation platform that creates idiomatic, production-quality client SDKs from OpenAPI specifications. Speakeasy generates typed SDKs in TypeScript, Python, Go, Java, C#, Ruby, PHP, and more — with retry logic, pagination helpers, authentication handling, and error types already implemented. GitHub Actions integration automatically regenerates and publishes SDKs when API spec changes. Used by API companies to provide high-quality SDKs without SDK engineering headcount.
Spotify Web API
Provides access to Spotify's music catalog, user library, playlists, playback controls, and audio analysis features for building music-aware applications and automation.