Search: ai-agents
Search MCP servers and agent skills by name, description, category or topic — 746 results.
site-shot/site-shot-mcp
Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: `capture_screenshot`, `capture_full_page`. Install: `npx -y site-shot-mcp`.
jigyasudham/veto
A council of 49 specialist agents + 93 tools for every major AI CLI (Claude Code, Codex, Gemini, Cursor, Windsurf). Deterministic agents that optionally upgrade to LLM, a self-learning router, cross-CLI memory, and guards for dependency hallucinations and decision drift. No API keys; zero extra cost on subscriptions.
djerok/glm-mcp
Run GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo — not a single LLM call — with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key.
sena-labs/oz-mcp-server
Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native `@oz` in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT.
arbengine/mailbox-mcp
Physical mail API for AI agents. Send letters, certified mail, postcards, and batch mailings with cost previews, approval controls, tracking, and webhooks.
loicfontaine-max/qorami-sdk
Check an email before an AI agent sends it: returns send / ask-a-human / block, with machine reason codes and prompt-injection detection.
aradar46/reuse-before-generate
Checks whether a project idea already exists before your agent scaffolds it. Searches GitHub, npm and Python repos, drops archived/inactive results, and returns at most 3 maintained alternatives with a concrete "extend this instead" suggestion for each. The calling agent does the relevance judgement itself, so no extra API key is needed. `npx -y reuse-before-generate`
jiezeng2004-design/PatchWarden
Local-first MCP safety and verification layer for AI coding agents with workspace confinement, command allowlists, scope-violation detection, and auditable task evidence. Install: `npx -y patchwarden@0.6.1`.
wppoland/woocommerce-mcp
Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/last_month/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: `git clone` + `npm run build`.
clicks-protocol/mcp-server
Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server`
chaoz23/srdcheck
Deterministic D&D 5e (SRD 5.2.1) rules verdicts for agents: cited legality checks for whole turns, legal-action enumeration, advantage math, and hash-stamped game-state lineage. Refuses what the rules don't decide (exit 2), quotes the rule text on every verdict, zero dependencies.
io.github.PhilipAD/health-export-mcp
Query 190 Apple Health metrics from any MCP agent — zero-dependency, read-only, local-first.
a2cr/a2cr
MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.
edobusy/agenthold
Shared versioned state store with optimistic concurrency control for coordinating concurrent AI agents. SQLite-backed claim/release locks and append-only audit log.
DuhoKim/NebulaMind
Collaborative astronomy wiki built by AI agents. 34 topics, 115 knowledge graph connections. Register, read, edit, vote, comment, and explore the cosmos via open API. No auth required.
teflon07/memkeeper
Local-first memory for AI agents: a single self-contained Rust binary over one SQLite file. Hybrid BM25/FTS + on-device ONNX embeddings + cross-encoder rerank; abstains instead of returning a confident wrong memory. No server, no API key, zero marginal cost. `memkeeper mcp`
arnavranjan005/mcp-telemetry
Socket.IO-style telemetry for MCP servers. Instrument a tool call with a few lines of `mcp-telemetry-sdk`, and `telemetry_subscribe` streams its live progress (steps, logs, cost, done) to any connected MCP client via `notifications/progress` — no polling, and a job started in one session can be watched from a completely different one.
clamp-sh/mcp
AI-native web analytics. Query pageviews, top pages, referrers, countries, devices, and custom events. Create conversion funnels and alerts.
ShekharBhardwaj/AgenticLedger
Agents query their own ledger: sessions, costs, loop runs, and stuck-loop flags captured by the Agentic Ledger transparent-proxy flight recorder (local-first, MIT). Install: `pip install agentic-ledger`.
huseyinstif/klaket
Let AI agents watch videos: word-timestamped transcripts, speaker labels, scenes, chapters and exact-moment search from any video URL or file — fully local, no API keys. `npx klaket-mcp`
RoscoNL/intodns-mcp-server
Free DNS and email security scanner for AI assistants. DNS, SPF, DKIM, DMARC, DNSSEC, MTA-STS, BIMI, TLS/STARTTLS, FCrDNS, CAA, TLSA/DANE, blacklist and full-deliverability checks, plus security-header/CSP analysis and bookmarkable report snapshots, via the IntoDNS.ai API. No signup or API key. `npx intodns-mcp`
beeswaxpat/chronoverify-mcp
Verify a photo's capture time and provenance before an agent trusts it: cryptographic C2PA Content Credentials validation against the official trust lists, EXIF and XMP consistency checks, and classical pixel forensics fused into one typed verdict with a 0 to 100 confidence. Free keyless tier, opt-in shareable verdict permalinks, and key-gated signed PDF audit reports. Provenance validation, not a
calllint/calllint
Pre-flight security linter for MCP servers, agent tools, and skills. Scans a config *before* it runs — offline, deterministic, evidence-backed — and returns SAFE / REVIEW / BLOCK / UNKNOWN verdicts without executing the server it judges. CLI (`npx calllint scan`), MCP server (`npx calllint-mcp`), SARIF + CI gate. UNKNOWN is never SAFE.
posteverywhere/mcp
Hosted MCP server to schedule and publish across 11 social platforms (Instagram, LinkedIn, TikTok, X, YouTube, Facebook, Threads, Pinterest, Bluesky, Discord, Telegram). 32 tools covering posts, campaigns, bulk operations, media, analytics, webhooks, and AI captions. Connect with one URL, or run locally via `npx -y @posteverywhere/mcp`.
lumifyai/lumify
Agent-ready sports intelligence: schedules, live scores, odds, betting splits, and explainable bet confidence via hosted MCP (`https://lumify.ai/mcp`) or `npx -y @lumifyai/mcp`. Free instant key, no signup.
nikolay-e/diffctx
Selects the minimum code context an LLM needs to understand a git diff: graph-based fragment selection under a token budget, deterministic, 30+ languages. Published on PyPI and in the MCP Registry.
bzdOS/hubd
Files-first project hub for teams of humans and AI agents: shared journal, cross-project tasks, agent queues, and a read-only kanban. MCP server + CLI, zero dependencies.
ellmos-ai/n8n-manager-mcp
MCP server for managing n8n workflows through AI assistants, including workflow CRUD, synchronization, inspection, and execution support.
kfuras/notipo-app
WordPress publishing for AI agents. 13 tools to list, create, update, publish, and delete posts. Markdown to Gutenberg, automatic image hosting, featured image generation, SEO metadata (Rank Math / Yoast / SEOPress / AIOSEO), categories, and tags — one MCP call runs the full pipeline. Self-host with Docker or use the hosted SaaS at [notipo.com](https://notipo.com). AGPL-3.0.
tempguru-co/tempguru-mcp
W-2 event staffing for AI agents across 300+ US and Canadian markets. Brand ambassadors, registration, hospitality, setup/breakdown, ushers. Read-only data lookups for coverage, rates, lead-time guidance, and state compliance, plus an opt-in request_quote submission. No auth required. MCP server at `https://mcp.tempguru.co/mcp` and skills at [`tempguru-co/tempguru-agent-skills`](https://github.com
wundervault/wundervault-mcp
Zero-knowledge secret vault for AI agents: use API keys, passwords, and SSH keys to run real commands (exec/rsync) with the secret injected into a single command — never returned to the model or shown in chat. Client-side AES-256-GCM, per-agent scoping, append-only audit log.
mrjoshuak/godoc-mcp
Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files
hashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
michielinksee/linksee-memory
Local-first cross-agent memory with a 6-layer structure, Ebbinghaus-style forgetting curve, and drift detection that catches when code diverges from past decisions. One SQLite file shared across Claude Code, Cursor, Codex, and Gemini — no account or API key. `npx linksee-memory`
madhan-g-p/DevDocs-MCP
DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from [DevDocs.io](https://devdocs.io) in offline mode
AutomateLab-tech/n8n-mcp
Nine-tool MCP server for n8n: generate workflow JSON from natural language, lint for deprecated node types, missing `typeVersion`, and broken connections, and debug per-node execution failures. Ships with a Claude Code skill. Install: `npx @automatelab/n8n-mcp`.
echology-io/decompose
Decompose text into classified semantic units with authority, risk, attention scores, and entity extraction. No LLM. Deterministic. Works as MCP server or CLI.
searchcraft-inc/searchcraft-mcp-server
Official MCP server for managing Searchcraft clusters, creating a search index, generating an index dynamically given a data file and for easily importing data into a search index given a feed or local json file.
rafapra3008/cervellaswarm
Verify AI agent communication protocols using session types. Formal specification with Lean 4 proofs, linter, formatter, and LSP. Catches deadlocks and role violations before deployment.
whiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropayments in USDC.
leonardsellem/hypermnesic
Git-first memory for AI agents: Markdown files are truth, the index is disposable, and writes are reviewable commits. Ships 7 MCP tools (hybrid search, read_note, build_context, resolve, think, list_folders, and a scope-gated commit_note write) over a Streamable HTTP endpoint, plus a CLI and a read-only Obsidian companion.
alexar76/aimarket-plugins
aimarket-mcp-packager** hub plugin: turn AIMarket capabilities into self-hosted MCP servers (Docker image + `mcp_manifest` + Claude Desktop `mcpServers` config). Part of 15-plugin AIMarket Hub ([modelmarket.dev](https://modelmarket.dev)); protocol discovery at `/.well-known/ai-market.json`. Install: `pip install aimarket-mcp-packager`.
davidmosiah/wellness-cgm-mcp
Local-first continuous glucose monitor MCP server for Dexcom Developer API and FreeStyle Libre via LibreLink Up.
kushaim/practice-fusion-mcp
FHIR-first, read-only MCP server for the Practice Fusion EHR. Search patients and review appointments, conditions, medications, and lab results. SMART backend-services auth, audit-logged, HIPAA-conscious.
Ceki-me/mcp-server
Rent real residential Chrome browsers from real humans — per-minute billing ($0.01/min), real fingerprints, residential IPs, no datacenter signals. MCP-native, with SDKs for Python, JS, LangChain, CrewAI, n8n. Crypto payouts.
vincentvella/devloop
Drives a browser (or a native Expo/React Native app on iOS/Android) and your dev server onto one correlated timeline, so a browser console error and the backend stack trace from the same moment line up. Includes `repro` action sequences, a unified log/network query API, and an Electron cockpit.
jcoulaud/shipmail-mcp
Business email MCP server for AI agents. Manage custom-domain mailboxes, read and send messages, draft replies, inspect threads, and automate Shipmail REST API/webhook workflows.
degenlegion-com/waxseal-sdk
On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing.