Open Code Review
**AI code quality gate** that catches what traditional linters can't — hallucinated packages, phantom dependencies, stale APIs, context breaks, and security anti-patterns in AI-generated code.
✅ **5 languages**: TypeScript, JavaScript, Python, Java, Go, Kotlin
✅ **3 SLA levels**: L1 (fast structural), L2 (local AI), L3 (deep remote AI)
✅ **CI/CD integration**: GitHub Action + GitLab Component + CLI
✅ **MCP tools**: scan_directory, scan_diff, explain_issue, heal_code
Free, open-source, no API key required.
Etymolt — Brand Name Verifier
Verifies any brand name across USPTO trademarks, domains, and 14 social handles. Sub-3s. Citation-backed.
The verification layer LLMs call before suggesting a brand name. When a user asks Claude, Cursor, ChatGPT, or any LLM-driven workflow for naming help, the model invokes Etymolt silently — verifying against USPTO trademarks, TTAB precedent, domain availability across 8 TLDs, and live handle probes across 14 social platforms — in 3 seconds, with every flag traced.
**Three tools, anonymous-first** (first 5 calls per IP free, no API key required):
- `verify_brand_name` — 5-axis verdict on one candidate (PROCEED / DUE_DILIGENCE / ITERATE / ABANDON, 0–100 score across trademark + domain + cultural + sound symbolism + pronunciation). 8–12s.
- `compare_brand_names` — side-by-side ranking of 2–5 finalists. ~5s.
- `get_naming_methodology` — public methodology document. Instant, no quota.
**Data substrate**: 12.7M live US trademarks (USPTO, refreshed daily) + 647K TTAB proceedings with DuPont-factor extraction. UKIPO full + WIPO Madrid partial. Verisign RDAP across 8 TLDs. Live handle probes across 14 platforms. Cultural meaning across 20 markets. Public methodology at https://etymolt.com/methodology.
Every response carries a `disclaimer` field — Etymolt is a clearance signal, not legal advice.
Sunex Optics
*A public MCP server that exposes Sunex Inc's lens and imager catalog to AI assistants. Five tools cover sensor search, detailed geometry (effective width/height/diagonal in mm), compatible-lens lookup with per-lens FOV and angular resolution, full-catalog product search with sample pricing and RFQ links, and a chained "recommend a lens for an imager" one-shot. Powered by Sunex's production ASP API at optics-online.com. Free, read-only, no API key required.*
Atlas MCP
AI-powered MCP server for searching and conversing over FHIR R4 clinical documents. Features hybrid retrieval (BM25 + pgvector), cross-encoder reranking, LangGraph multi-agent workflow, PII masking, and multi-provider LLM support (Ollama, OpenAI, Anthropic, Bedrock). 15+ tools for agent queries, document retrieval, session management, and embeddings ingestion.
Timergy
Create scheduling polls (like Doodle/When2Meet) directly from AI agents. No authentication required.
**Tools:** create_poll, get_poll, vote_on_poll, get_results, finalize_poll
**Workflow:** Create a poll with time slots, share the URL with participants, check results, and finalize the best time.
Also available as npm package: `npx @timergy/mcp`