Check developer laptops for any installs of a PyPI package to identify potential exposure. Searches all enrolled dev machines, returning all installs or filter by versions. Complements CI checks for comprehensive malicious package incident response.
Execute a tool on a running Next.js dev server by specifying its port and tool name. Use it to retrieve errors, routes, build status, or manage caches.
Renders UI components to screenshots across Chromium, Firefox, and WebKit without a dev server. Built-in Tailwind CSS support for quick visual verification.
MCP server that exposes tools to route natural language queries to typed IDs, describe catalog entries, and list repository verification commands for the m-dev-tools organization.
LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM. An MCP server that gives AI assistants accurate, up-to-date model pricing from the LiteLLM community registry. Look up pricing and capabilities for any LLM with fuzzy matching, estimate
costs for token volumes, and compare models by provider, context window, or mode.
Settle an expired last-bidder-wins round by invoking the claim instruction, distributing the pot to the winner, creator, referrer, and dev. Permissionless—anyone can pay the tx fee to trigger payouts.
Merges the dev branch into main and creates an auto-tag, enabling deployment of tested changes to production. Use after verifying work on dev to promote to production.
Checks local configuration for presence of Datadog credential scopes and returns boolean flags without revealing secrets. Does not validate credentials with Datadog's API.
Retrieve a list of Datadog monitors filtered by name, scope tags, or monitor tags. Returns full monitor objects with automatic pagination up to 10,000 results.
Check for port conflicts between configured development servers and currently listening ports before running dev commands. Scans project configs and host ports to identify collisions.