Packages
26403 resultssonar-mcp-server
Provides an MCP server (stdio and SSE) for interacting with the SonarQube Cloud (SonarQube Cloud API) from an MCP-capable client, using a SONAR_TOKEN for authentication.
sports-data-mcp-server
Provides an MCP (Model Context Protocol) server that exposes tools for retrieving sports data such as team search, league tables, fixtures, event details, and player profiles across multiple sports (notably football/soccer and US sports like NBA/NFL/NHL/MLB). The README indicates it is free and does not require an API key, implying it uses an upstream free tier (e.g., TheSportsDB) for data access.
basecamp-mcp-server-by-cdata
Provides a read-only Model Context Protocol (MCP) server that exposes Basecamp data through CData JDBC Drivers, allowing an MCP-capable client (e.g., Claude Desktop) to discover tables/columns and run read (SELECT) queries without writing SQL.
bulletproof
Bulletproof provides a 12-stage, spec-and-verification-first workflow (with templates and sub-agents) for using AI coding agents more safely and reliably—aimed at reducing regressions, ensuring acceptance criteria are met, performing impact analysis, running security scanning, and enforcing anti-rationalization gates before completion.
codeprism
CodePrism is an MCP (Model Context Protocol) server that performs graph-based code intelligence and exposes multiple analysis/search/orchestration tools (e.g., repository stats, symbol/content search, dependency tracing, complexity/security/performance analysis). It can run over MCP transports such as stdio, HTTP, and SSE (per the README’s Mandrel harness description).
elasticsearch-mcp-server
Provides a Model Context Protocol (MCP) server that exposes Elasticsearch capabilities as MCP tools, implemented using Quarkus. It starts an SSE endpoint and a streamable HTTP endpoint and forwards requests to a configured Elasticsearch cluster (supports optional basic username/password).
GPT Researcher
Autonomous research agent that plans research questions, scrapes and validates multiple web and local sources, then synthesizes findings into detailed cited reports exceeding 2000 words with 20+ sources.
manticore-mcp-server
An MCP (Model Context Protocol) server that exposes Manticore Search capabilities to MCP-compatible clients, including search, document insert/update/delete, table/index inspection, and cluster status/management tools.
mcp-annotated-java-sdk
A lightweight, annotation-driven Java SDK/framework for building MCP (Model Context Protocol) servers. It lets you define MCP resources, tools, and prompts via Java annotations, and run an MCP server in modes like STDIO, STREAMABLE (recommended), and SSE (deprecated) using a YAML configuration.
mcp-server
An MCP (Model Context Protocol) server that exposes Tekton (pipeline/task/pipelinerun/taskrun) operations as MCP tools, including listing, creating/updating/patching, deleting, starting/restarting, and integration with Artifact Hub to discover/install/trigger Tekton tasks and pipelines.
paddleocr-mcp-server
Provides an MCP (Model Context Protocol) server wrapper around PaddleOCR functionality, enabling an agent to submit images for OCR and receive extracted text/results via MCP tools.
parse-server
parse-server is a Node.js/Express server that exposes a Parse-compatible backend API (e.g., for Parse-style objects, queries, file storage, and push related integrations depending on configuration). It can be used with a variety of data stores (commonly via the MongoDB adapter) to provide a REST-style Parse API.
rapidapi-mcp-server
Provides an MCP (Model Context Protocol) server wrapper for RapidAPI, enabling an agent to call RapidAPI-hosted endpoints via MCP tools (as opposed to direct REST calls).
workos-gdrive-mcp-server
workos-gdrive-mcp-server is an MCP (Model Context Protocol) server intended to expose Google Drive capabilities to an AI agent/workflow, typically via WorkOS-related integration patterns.
zed-extension-mcp-server-shortcut
Provides a Zed Editor extension that connects Zed to Shortcut’s Model Context Protocol (MCP) server, allowing users to view/search and create/update Shortcut stories (and related objects) from within the editor’s AI assistant.
biomed-agent
A general-purpose biomedical knowledge assistant that connects to multiple local MCP biomedical data sources (OpenTargets, Monarch, MyGene, MyChem, MyDisease), routes questions to the appropriate tools, and synthesizes answers with metadata such as confidence, citations, and limitations. Provides both a CLI and a Streamlit UI.
cdata-jdbc-mcp-server
Provides a generic MCP (Model Context Protocol) server that uses CData JDBC drivers to expose external data sources as SQL-like tables/columns and lets MCP clients run queries (and, despite the repo name/readme emphasis, it claims CRUD tools are available via MCP tools). Communication with the MCP client is via stdio on the same machine.
claude-for-safari
Provides an AI “Skill” (installed via npx) that lets an agent control the user’s local Safari on macOS using AppleScript and macOS-native capabilities (including page interaction, tab listing/switching, JavaScript execution, and screenshots via screencapture).
github-mcp-server-go
Provides a Go-based MCP (Model Context Protocol) server that exposes GitHub-related tools (e.g., repository search/create, branch and file operations, issue operations, commits, and various searches) backed by the GitHub REST API.
myob-accountright-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes MYOB AccountRight data via CData JDBC driver models. The MCP server communicates over stdio to local AI clients (e.g., Claude Desktop) and offers tools to list tables/columns and run SELECT queries (SQL).