"Running code or executing programming scripts" matching MCP connectors:
GET /v1/connectors — MCP directory API referenceMatching Connector Tools:
UI Verify is visual regression testing built for coding agents. Connect the MCP server and your agent (Claude Code, Cursor, Codex) pulls a pull request's UI changes into the conversation, views each visual diff, reads the AI judge's verdict of regression vs intended change, and accepts the intended baselines - all over MCP.
Evidence-gated task verification for AI agents. Decompose goals into acceptance criteria, attach proof (screenshot, curl, file), independent LLM judge accepts or rejects. 24 tools. Hosted remote MCP (streamable-http, OAuth 2.1 + DCR).
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.
A skeptical senior-engineer code reviewer over MCP: risk-scans unified diffs, flags AI-generated-code tells, reports complexity hotspots, scans for leaked secrets, and runs an OWASP security pass — real analyzers, no external APIs. Free tier, no signup.
Point Claude Code, Qwen Code, Cursor, or any MCP client at https://docs.jmeter.ai/api/mcp and your agent answers JMeter questions grounded in this documentation, with a source link for every answer. Free, no API key, no signup.
A fully free linter for agent skill files: lint_skill validates YAML frontmatter, structure, size budgets, and safety phrasing with a pass/fail verdict; packaging_check validates zip layout against marketplace rules; plus regex_test, json_validate, diff_texts, and cron_explain for skill authors. No license or account required.
Scan any website or MCP server for agent readiness: 0-100 score, a fix per failing check. Free.
Security + bug + perf + refactor audit for Python. Returns 0-10 score + MD report.
Runs your code against a contract; returns HELD or BROKE at the exact input. Deterministic.
Machine-readable taxonomy of 100+ AI system failure modes spanning factuality, alignment, planning, code generation, and instruction following.
Check if your MCP server is ready to publish on the MCP Registry, Smithery, or npm.
End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic.
MCP server for static security analysis of Android source code
Pre-commit code quality guardian. Detects semantic drift in AI-generated code.
Estimated game fps for any GPU or Apple Silicon chip, with the limiter and tweaks.
295k+ bug-fix patterns with MCP Hub proxy, PII filtering, and code search
- wcagc-mcpOAuth unavailablecom.wcagc.mcp
WCAG-Compliance/wcagc-mcp lets an assistant run real axe-core accessibility scans through the user's own wcagc account, rather than guessing accessibility from markup it can see. Tools cover a single URL or PDF, a full-site crawl, saved multi-step journeys, and violation trends.
MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow. Get a free API key on https://app.zyntra.app/
## Skill Catalog The library contains 42 public skills organized by Rails development concern. | Category | Examples | |----------|----------| | Planning | `create-prd`, `generate-tasks`, `plan-tickets` | | Testing | `plan-tests`, `write-tests`, `test-service`, `triage-bug` | | Code quality | `code-review`, `respond-to-review`, `security-check`, `refactor-code` | | Architecture and DDD | `define-domain-language`, `review-domain-boundaries`, `model-domain`, `review-architecture` | | Rails imple