List the tools, resources, and prompts exposed by a specific MCP server instance, providing server-specific capability details instead of integration-level summaries.
Permanently delete an MCP server instance, instantly revoking all connected users' access. Use only after verifying no workflows depend on this server.
A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes through Claude Desktop.
Enable or disable specific capabilities on an MCP server to control its available tools, prompts, and resources. Changes override integration-level settings.
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.
Retrieve an MCP server's details including parent integration, status, and creation time by providing its ID or slug. Get the server record when you need server metadata, not the integration config.
Score an MCP server manifest against the specification. Runs 18 checks across REQUIRED, RECOMMENDED, and BEST PRACTICE tiers to return a grade from A+ to F.
Retrieve detailed information about a specific MCP server by providing its namespace and slug, enabling efficient server exploration and selection using the Glama MCP API.
Retrieve the current version of the Aptos NPM MCP server to verify compatibility and ensure proper integration with Aptos blockchain development workflows.
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.