614,487 tools. Updated 2026-09-26 21:26
"Gin" matching MCP tools:
- Analyze JSONB columns to identify performance bottlenecks and recommend GIN indexes for faster queries.ISC
- Run version-control commands with tiered permissions: read always executes, write/destructive/network actions require approval and confirmation, and a cross-session guard prevents unsafe repository changes.MIT
- Adds the Always binding to an existing item so it is served in full at every session start, while leaving other bindings untouched.GPL 3.0
- Convert a video fragment to a GIF by setting start, duration, fps, and width. A per-video palette prevents image noise.MIT
- Move a Minecraft bot forward, back, left, or right for a specified duration in milliseconds.Apache 2.0
- Full-text search call transcripts with websearch syntax and filters by date or host email, returning matching segments along with call metadata.Academic Free v1.1
Matching MCP Servers
- AlicenseAqualityBmaintenanceAbout The fast, idiomatic way to build MCP servers in Go. Gin-like DX with struct-tag auto schema, middleware, adapters for Gin/OpenAPI/gRPC.514Apache 2.0
- AlicenseAqualityCmaintenanceProvides AI assistants with progressive code intelligence to explore repository structure, find symbols, and assess the impact of changes using ast-grep.3MIT
Matching MCP Connectors
Reads and validates any European e-invoice a business receives — XRechnung, UBL, CII, ZUGFeRD/Factur-X PDF, Peppol BIS 3, FatturaPA, KSeF FA(3) — into canonical EN 16931 JSON with plain-language fix hints in EN/DE/PL/IT/FR, plus PDF, CSV and DATEV export. Nothing is stored; works without a key on a small daily quota.
LinkedIn data for AI agents: structured profiles, people search, companies, and posts over MCP or REST. 500 free credits, no card.
- List all HTTP routes in a Go codebase with methods, URL patterns, and handler names. Compose constant prefixes for complete API surface, leaving dynamic prefixes unresolved. Use to map endpoints before deep-diving into specific route logic.MIT
- Retrieve Go package metadata including name, summary, and documentation URLs from godocs.io to access basic information and links without fetching full documentation content.MIT
- Retrieve Go package documentation from godocs.io to access function signatures, type definitions, and API references for development tasks.MIT
- Identify Go payment handlers lacking structured audit logging per PCI DSS 10.2.1. Detects missing or unstructured logging with framework-aware scanning.MIT
- List and filter bar ingredients by category, name, origin, ABV, shelf status, or missing images. Use it to browse inventory and find bottles still needing artwork.MIT
- Audit bottles for missing image, ABV, or flavor data to clean up incomplete historical records. Optionally filter by category or shelf status.MIT
- Create an index on a PostgreSQL table to improve query performance. Supports concurrent non-blocking builds, unique indexes, and various methods.MIT
- Get a behavioral commitment profile for any Go module: age, version count, publish cadence, GitHub contributors, stars, OpenSSF Scorecard. Use to vet dependencies and assess supply chain risk.MIT
- Generate complete Pine Labs checkout integration code including backend routes, frontend code, and payment callback handling for supported frameworks like Django, Flask, FastAPI, Express, Next.js, and Gin.Apache 2.0
- Mark a consolidated memory as an anchor to keep it always surfaced on recall, independent of recency or relevance. Requires a reason and prior consolidation.MIT
- Set or update an ingredient's flavor profile by merging axis scores over existing values. Create it with a category when none exists, and mark novelty bottles unsuggestable.MIT
- Search cocktails by ingredients, flavors, or similarity using batch processing to retrieve complete recipes with measurements, instructions, and specifications.MIT
- Scan your Go payment service for PCI DSS script security violations: missing CSP headers, unsafe directives, external scripts without integrity, and inline scripts without nonce.MIT
- Ask a natural-language question about Moroccan real estate and receive a cited, scored investment analysis grounded in property data and guides.MIT
- Copy files and set attributes like permissions and ownership. Create directories or install files with a specified mode, and preview operations with dry-run.MITDestructive