Packages
32658 resultsuuid (npm)
RFC 4122 compliant UUID generation for JavaScript and Node.js. Supports UUIDv1 (time-based), UUIDv3 (namespace MD5), UUIDv4 (random), UUIDv5 (namespace SHA1), and UUIDv7 (time-ordered random, new in v10). UUIDv7 is increasingly preferred over v4 for database primary keys as it's sortable by creation time. The standard UUID library for JavaScript.
Cypress
End-to-end browser testing framework for web apps that runs tests directly in the browser with real-time reloading and automatic waiting.
FluentValidation
Fluent validation rules library for .NET — defines validation logic in separate validator classes using chainable rule syntax. FluentValidation: class AgentCreateValidator : AbstractValidator<AgentCreateRequest> { RuleFor(x => x.Name).NotEmpty().MaximumLength(100).WithMessage("Agent name required"); RuleFor(x => x.Config).SetValidator(new AgentConfigValidator()); }. Features: built-in validators (NotNull, EmailAddress, Must, Matches, InclusiveBetween), async validation, conditional rules (When, Unless), rule sets for partial validation, localization, and collection validation (RuleForEach). Integrates with ASP.NET Core model validation pipeline for automatic validation before controller action execution. Replaces DataAnnotations for complex agent validation rules.
LAPRAS MCP Server
Official LAPRAS MCP server enabling AI agents to access LAPRAS — Japan's developer portfolio and assessment platform — retrieving developer profile scores, activity data, technology assessments, and integrating LAPRAS's developer evaluation metrics into agent-driven HR and developer discovery workflows.
NumPy
Fundamental package for numerical computing in Python. NumPy provides the N-dimensional array (ndarray) with vectorized mathematical operations that run as compiled C/Fortran code — 10-100x faster than pure Python loops. The foundational library that pandas, scipy, scikit-learn, TensorFlow, and PyTorch all build on. Essential for any numerical, scientific, or machine learning work in Python.
PwnDoc MCP Server
MCP server for PwnDoc — the popular open-source penetration testing report writing tool. Enables AI agents to create, manage, and update pentest findings, vulnerabilities, and reports in PwnDoc. Automates the tedious report-writing phase of penetration testing by allowing agents to document findings programmatically.
SailPoint Identity Security Cloud API
SailPoint Identity Security Cloud (formerly IdentityNow) REST API for identity governance and administration. Enables AI agents to manage user access certification and review campaign automation, handle identity lifecycle and joiner-mover-leaver provisioning workflows, access role and entitlement management data, retrieve Separation of Duties (SoD) conflict detection and remediation, manage access request and approval workflow automation, handle identity analytics and risk scoring data, access connector management for application provisioning, retrieve audit log and compliance evidence data, manage password policy and reset workflows, and integrate identity governance with HRMS, Active Directory, and enterprise application provisioning.
pandas
The foundational Python data manipulation library. pandas provides DataFrame and Series data structures with operations for reading CSV/Excel/JSON/SQL, filtering, grouping, joining, pivoting, time series analysis, and exporting. The lingua franca of Python data science — virtually every data pipeline, ETL process, and analysis notebook uses pandas. pandas 2.0 introduced Arrow-backed dtypes for significantly better performance.
powerbi-modeling-mcp
MCP server enabling AI agents to interact with Power BI semantic models, supporting natural language-driven creation, modification, and querying of tables, measures, relationships, and DAX.
xUnit.net
Unit testing framework for .NET — uses [Fact] for parameterless tests, [Theory] with [InlineData] for parameterized tests, constructor injection for setup, and IDisposable/IAsyncDisposable for teardown. xUnit.net features: no [SetUp]/[TearDown] attributes (constructor/dispose pattern instead), [ClassFixture<T>] for shared expensive setup across tests in a class, [CollectionFixture<T>] for shared setup across test classes, Assert.Throws<T>, Assert.Equal with detailed diffs, and parallel test execution by default. Preferred over NUnit and MSTest for modern .NET projects — used by ASP.NET Core and Entity Framework Core test suites. Integrates with Moq/NSubstitute for mocking agent service dependencies.
Bitwarden Password Manager MCP Server
MCP server for Bitwarden — the open-source password manager and secrets manager. Enables AI agents to interface with Bitwarden Secrets Manager (not personal vault) for managing application secrets, API keys, and credentials. Bitwarden Secrets Manager is the enterprise-grade secrets management product distinct from the personal password manager.
Box API
Enterprise-grade cloud content management API for storing, managing, sharing, and collaborating on files with advanced security, compliance, and governance controls.
CoinGecko API
Comprehensive cryptocurrency market data API providing prices, market caps, volume, historical data, exchange data, and DeFi protocol metrics for 10,000+ coins and tokens.
DeepSeek R1 MCP Server
DeepSeek R1 MCP server enabling AI agents to access DeepSeek R1 — the powerful open-source reasoning model from DeepSeek — for extended thinking and chain-of-thought reasoning tasks, integrating DeepSeek's competitive reasoning capabilities into agent workflows that need deep analysis.
Festival Finder MCP Server
MCP server for discovering festivals worldwide by location, date, and genre. Enables AI agents to find, compare, and filter festivals — supporting event planning, travel planning, and entertainment discovery workflows with worldwide festival data.
HERE Maps API
Enterprise mapping and location platform providing geocoding, routing, real-time traffic, fleet management APIs, and highly accurate map data especially strong in Europe and Asia.
Help Scout MCP Server
MCP server for Help Scout — a customer-focused support platform with shared inbox, help center, and live chat. Enables AI agents to read conversations, manage customer tickets, search the knowledge base, retrieve customer profiles, and assist with support workflow automation — supporting AI-driven customer service operations.
MCP Fusion
MCP Fusion is an MCP aggregation and proxy tool from vinkius-labs. Enables combining multiple MCP server connections into a unified MCP interface — multiplexing tool calls across multiple backend MCP servers, routing requests intelligently, and presenting a single merged MCP endpoint to clients. Useful for building multi-capability agent configurations.
MCP PyAutoGUI Server
MCP server built on PyAutoGUI enabling AI agents to control desktop GUI applications through mouse and keyboard automation — clicking, typing, screenshotting, scrolling, and interacting with any desktop application. Provides computer-use style automation for applications without APIs, enabling agents to control legacy software, native apps, and desktop workflows.
MCP UI Server
MCP UI server providing browser-based user interface capabilities for AI agents — rendering web-based UI components, displaying agent outputs in formatted views, providing interactive forms and controls for human-agent interaction, and enabling agents to present structured information through a web UI rather than plain text output.