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.
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.
Call a specific MCP tool on a running Next.js dev server. Provide the server port and tool name. Use nextjs_index first to discover available tools, servers, and input schemas.
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.
Migrates Next.js applications to Cache Components mode. Automatically configures settings, starts dev server, detects errors via browser automation, adds Suspense boundaries and 'use cache' directives, and verifies zero errors.
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.
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.
Safely terminate a local dev server by PID or port. Dry run by default; pass confirm:true to send SIGTERM and escalate as needed. Protects system processes and non-dev servers.
Identify abandoned dev servers by flagging processes with uptime over 6 hours, CPU under 1%, and memory over 100MB. Returns candidates with matching reasons.
Resolves the current environment slug (dev, staging, prod) by checking QRING_ENV, NODE_ENV, .q-ring.json, and git branch. Returns detected env and source for logging or tool chaining.
Rename files or folders directly via the dev-kit-mcp-server by specifying the path and new name, simplifying file management without using terminal commands.