Packages
25784 resultsDDGS
Metasearch Python library that aggregates results from multiple search engines (Bing, Brave, DuckDuckGo, Google, Mojeek, Yandex, Yahoo, Wikipedia) into a unified interface. Supports text, image, video, news, and book searches. Includes an MCP server with HTTP and SSE transports, plus a standalone API server.
lakevision
<p align="center">
mcp-zero
mcp-zero is an MCP (Model Context Protocol) server (stdio-based) that helps scaffold and generate go-zero projects and components using go-zero’s goctl CLI. It exposes multiple MCP tools to generate API services, RPC services, API code from specs, database models, configs/templates, analyze existing projects, query go-zero docs, and validate inputs.
MySearch-Proxy
MySearch-Proxy is a unified search backend for AI agents, bundling an MCP server and skills plus a deployable proxy/console. It routes queries to upstream providers (Tavily, Firecrawl, Exa, optional X/Social), manages provider health and auth errors, provides token/key/quotas syncing via the proxy layer, and offers MCP tools (search, extract_url, research, mysearch_health) accessible over stdio/HTTP/SSE.
mysql-mcp-server
Provides an MCP server that offers read-only exploration and querying of MySQL databases: listing databases, listing tables, describing table schemas, and executing read-only SQL (SELECT/SHOW/DESCRIBE/EXPLAIN) with safeguards like timeouts, row limits, and query validation.
nexus
Nexus is a self-hosted router/aggregation layer for AI tooling: it unifies access to multiple Model Context Protocol (MCP) servers and LLM providers behind a single endpoint, with optional governance features like authentication, OAuth2 protection, CORS/CSRF protections, access control, and rate limiting (request- and token-based).
sagemcp
Sage MCP is a multi-tenant platform for hosting and managing MCP (Model Context Protocol) servers with connector plugins, tenant isolation, and built-in OAuth 2.0 / API-key authentication. It provides a web UI and CLI to configure tenants/connectors and exposes MCP transport via HTTP/WebSocket/SSE with session management and rate limiting.
spring-documentation-mcp-server
Provides a Spring Boot–based Model Context Protocol (MCP) server (SSE) that lets AI assistants search, browse, and retrieve full-text Spring ecosystem documentation and code examples, with automated documentation sync from spring.io and a web management UI for projects/versions and API key management.
Pipedrive API
Sales-focused CRM API for managing deals, contacts, activities, and pipelines, designed for sales teams needing a straightforward pipeline view.
abap-mcp-server
ABAP/RAP-focused MCP server for ADT (Eclipse) - search documentation, lint code
Agentic Radar
Agentic Radar is a security scanner by SPLX.ai that performs static analysis on agentic AI system codebases to identify vulnerabilities specific to AI workflows — prompt injection risks, PII leakage through tool outputs, insecure tool integrations, and over-privileged agent permissions. It supports multiple agent frameworks (OpenAI Agents SDK, CrewAI, LangGraph, n8n, AutoGen) and generates visual dependency graphs mapping the agent's tool and service exposure. The tool maps findings to OWASP LLM Top 10 categories and can run runtime adversarial prompt injection tests against live OpenAI Agents-based systems. It is designed to be run in CI/CD pipelines as a gate before deploying agentic systems to production.
Automation MCP
MCP server providing complete macOS desktop automation capabilities including mouse control, keyboard input, screenshot capture, window management, and UI element interaction for AI assistants.
Barcode Scanner
MCP server for scanning and generating barcodes and QR codes
builtwith-api
TypeScript/CLI wrapper for the BuiltWith API to look up technologies for domains/companies, retrieve lists and relationships, and support multiple response formats (JSON/XML/CSV/TSV/TXT). Includes an MCP server (separate package) exposing the same 13 methods as MCP tools.
Drand
An MCP server that provides access to the drand network for obtaining verifiable random values. Enables AI agents and applications to fetch cryptographically secure random beacons and verify their validity.
gh_mcp_server
gh_mcp_server is a Spring Boot-based MCP (Model Context Protocol) server that exposes GitHub CLI (gh) operations as MCP tools. It runs as a local STDIO MCP server and performs GitHub tasks (repos, issues, pull requests, workflows, releases, files, and user info) by invoking the authenticated `gh` CLI and returning JSON results.
JMX-MCP
JMX-MCP is a Model Context Protocol (MCP) server that exposes Java Management Extensions (JMX) data and operations to MCP clients (e.g., Claude Desktop) via JSON-RPC 2.0, using STDIO transport. It discovers MBeans, exposes JMX attributes as discoverable MCP resources, and provides MCP tools for listing domains/beans, reading/writing attributes, and managing JMX connections.
loanpro-mcp-server
LoanPro MCP server (Go) that implements MCP tooling for read-only access to LoanPro loan and customer data, exposing tools over HTTP (JSON-RPC at /mcp), SSE, and stdio transports.
mcp-codestyle-server
An MCP (Model Context Protocol) server that provides tools to search and fetch code templates from a local Lucene-based cache, with an optional remote mode to retrieve/update template metadata and download missing template files (ZIP) into a local cache.
mcp-server-openapi
Provides an MCP server that reads an OpenAPI 3.0/3.1 specification (JSON) and dynamically generates MCP tools for each API endpoint/method. When called by an MCP client (e.g., Claude Desktop), it validates parameters, constructs the HTTP request (including path/query/header/body), applies an optional configured Authorization header, and returns formatted JSON responses with errors.