Pipeworx
v1.0.0
io.github.pipeworx-io/pipeworx-catalog
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
共 20,872 个资源
v1.0.0
io.github.pipeworx-io/pipeworx-catalog
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
v0.1.0
io.github.antonioac1/courier
Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments.
v0.9.0
io.github.alondmnt/joplin-mcp
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
v8.1.1
com.zeltser/website-search
Improve security writing, score it against rubrics, plan IR, CTI, vuln, and product strategy.
v1.1.0
com.selloracle/etsy-data
Pre-computed Etsy market data for AI agents: Blue Ocean niche scores, best sellers, top shops.
v0.3.0
com.energyaisolution/energyai
Energy Node scoring, solar/heat-pump/battery advice, incentives, quote review. x402 per call.
v1.0.0
ai.productnow/productnow
Turn prototype feedback into product decisions that your whole team can trace.
v0.1.1
io.github.willianpinho/mcp-gateway-scan
Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions.
v1.0.0
io.github.helbertparanhos/vercel-mcp-pro
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
v0.0.76
io.github.microsoft/playwright-mcp
Playwright Tools for MCP
v1.0.0
io.github.Noriget/agentcron
Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.
v1.1.0
io.github.sophiacave/lo-eyes
Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots.
v1.0.0
io.github.Natden444/pickanagency
Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency.
v0.1.0
com.ranomics/mcp
Wet-lab triage for AI binder-design agents. Yeast display, mammalian display, DMS at library scale.
v0.5.2
ca.swiftsign/mcp
E-signatures for agents: mint a sandbox key, send PDFs, track status, download the sealed result.
v1.0.1
io.github.wikatar/arkolith
One key to the world's market data - SEC 13F, insider & congressional trades, with provenance
v1.0.0
com.everydaybudd/decisions
Verified US tax and money decision tools: verdict plus a pre-filled deep link to the full page.
v1.0.0
com.cherokeeai/fifty50
Find a co-founder and split equity fairly — partnership analysis + co-founder marketplace.
v0.1.0
sh.stipple/openwarrant-verify
Verify a document's citations resolve and match, recheck its math, flag unsupported claims.
v0.1.0
sh.stipple/openwarrant-aitext
Detect AI-generated text: the probability a document's prose was LLM-written, with the tells.
v1.32.0
io.github.jagilber-org/index-server
MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.
v1.0.1
io.agentage/memory
One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.
vmain
io.github.citypaul/.dotfiles/refactoring
Refactoring assessment and patterns for already-tested code. Use when the user asks to refactor, clean up, simplify, or restructure existing code, and automatically after mutation testing validates test strength (the REFACTOR step of the TDD cycle). Covers commit-before-refactoring discipline, when refactoring adds value vs when to skip it, and the priority classification of improvement opportunities. Do NOT use for untested code (see characterisation-tests and finding-seams first) or for adding behavior (see tdd).
vmain
io.github.citypaul/.dotfiles/typescript-strict
TypeScript strict mode patterns including schema-first development, branded types, type vs interface guidance, and tsconfig strict flags. Use when writing TypeScript code, defining types or schemas, or reviewing type safety. For immutability and pure function patterns, see the functional skill.