Packages
26403 resultsoracle.oci-web-application-firewall-mcp-server
MCP server for the Oracle OCI Web Application Firewall (WAF) service, allowing AI agents to manage WAF policies, protection capabilities, request access control, and threat intelligence configurations on Oracle Cloud Infrastructure.
passage-of-time-mcp
Provides an MCP server (FastMCP-based) exposing time-related tools for LLMs: current datetime, timestamp parsing, time differences/since, contextual time-of-day/weekend/business hours, adding time, and formatting durations. Runs an SSE transport endpoint.
political-finance-mcp-server
Provides an MCP server for AI agents to query US political finance data such as campaign contributions/spending, PAC spending, lobbying-related records, and congressional member voting behavior, using upstream public APIs (e.g., FEC and ProPublica Congress).
prompt-library-mcp-server
Provides an MCP server (via a Python package) exposing tools to search, retrieve, share, and rate prompts from a community prompt library, with several pre-loaded prompt templates.
strategic-partner
strategic-partner is a Claude Code “advisory skill” that separates planning/advising from implementation execution. It asks clarifying questions, challenges premises, proposes alternative solution paths, then generates scoped, self-contained prompts for fresh executor sessions. It maintains persistent decision context via Claude/Serena/memory handoffs while keeping execution context disposable; it also supports optional cross-model review via Codex CLI for high-stakes changes.
oracle.oci-network-firewall-mcp-server
An MCP server that exposes Oracle Cloud Infrastructure (OCI) Network Firewall service APIs, enabling AI agents to manage next-generation firewall policies, security rules, URL filtering lists, application groups, and firewall instances within OCI virtual networks.
claude-shorts
A Claude Code skill that guides a 10-step pipeline to extract and render vertical short-form videos from a long input video. It transcribes with word-level timestamps (faster-whisper), has Claude score and select candidate segments, snaps cut boundaries to word/sentence/audio silences, then uses Remotion to render animated caption styles and exports platform-optimized encodings (e.g., YouTube Shorts/TikTok/Instagram Reels).
dbt-llm-agent
Self-hosted web app/agent for answering data questions about a dbt project using a knowledge base built from dbt models and documentation. It includes a Next.js dashboard, a Django/DRF backend, background workers, and an optional self-hosted MCP server with OAuth2 authentication for LLM clients to query dbt model/project information.
hookdeck-cli
Hookdeck CLI is a Go-based CLI that (1) creates persistent Event URLs and forwards incoming Hookdeck events to a local HTTP server (a tunnel alternative to ngrok-like tools) and (2) manages Hookdeck Event Gateway resources (sources, destinations, connections, events, transformations). It can also run an Event Gateway MCP server ("hookdeck gateway mcp") to expose gateway capabilities as tools to MCP-capable AI clients.
hydra
Hydra is a configuration management framework (commonly for ML/AI and research codebases) that composes configurations, supports hierarchical config structures, and makes it easy to run experiments with parameter sweeps via command-line overrides.
live-server
live-server is a local development utility that serves a project directory over HTTP and automatically reloads/broadcasts changes to the browser when files are edited.
mcp-server-aws-bedrock-kb-retrieval
An MCP server package that enables AI agents to retrieve relevant knowledge from AWS Bedrock Knowledge Bases (KB retrieval) and return it as context for downstream model responses.
nextcloud
Nextcloud is self-hosted open-source collaboration software that provides a web interface and APIs for file storage/sync, sharing, and related services such as calendars, contacts, and document editing.
OpenOps
OpenOps is a no-code FinOps automation platform that helps organizations reduce cloud spend through pre-built and customizable workflows for cost allocation, anomaly detection, workload optimization, and budget management with human-in-the-loop approvals.
workos-gmail-mcp-server
workos-gmail-mcp-server is an MCP server wrapper intended to let an AI agent interact with Gmail-related capabilities via an MCP-compatible tool interface.
airtable-mcp-server-by-cdata
Provides a local, stdio-based MCP server that wraps CData’s JDBC Driver for Airtable, exposing Airtable tables/columns and SQL SELECT querying (and it claims broader CRUD in the managed offerings, but this repo is explicitly read-only). Intended for LLM clients like Claude Desktop to retrieve live Airtable data using MCP tools without writing SQL.
bitcoin-mcp
bitcoin-mcp is an MCP (Model Context Protocol) server that lets AI agents interact with the Bitcoin and Lightning Network ecosystems—e.g., generating keys, validating addresses, decoding raw Bitcoin transactions, querying blockchain data, decoding BOLT11 invoices, and paying Lightning invoices via LNBits.
burp-mcp-server
Provides an MCP server (stdio for Claude Desktop, and an HTTP mode for testing) that integrates with BurpSuite via the Montoya API to trigger scans, retrieve scan results, and access proxy/traffic history and scan queue/issue resources.
claude-skills
claude-skills is a marketplace-style repository of many standalone “skills” (each with SKILL.md, plugin.json, templates, scripts, references) intended to be installed into Claude Code to help the agent build modern web apps using common patterns and integrations (notably Cloudflare, React, Tailwind v4, and AI tooling).
clawfu-skills
clawfu-skills is an MIT-licensed collection of structured “marketing skills” (159 described in the README) meant to be used by AI agents, primarily via an MCP server entrypoint (npx @clawfu/mcp-skills). Each skill is stored as a SKILL.md file with YAML frontmatter, and includes guidance such as when to use, expected AI vs human actions (“What Claude Does vs What You Decide”), and “Skill Boundaries”/limitations.