← mcpexplorer.com

INDIVIDUAL MCP TOOL

list_loadouts

List curated loadouts — deliberately-assembled kits of MCP servers + governance + plays for a specific job (GTM, coding, research, support, infra).

mcpexplorer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcpexplorer.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_loadouts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mcpexplorer.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcpexplorer]
url = "https://mcpexplorer.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcpexplorer": {
      "type": "http",
      "url": "https://mcpexplorer.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcpexplorer
Remote MCP URL: https://mcpexplorer.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcpexplorer": {
      "url": "https://mcpexplorer.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcpexplorer": {
      "type": "http",
      "url": "https://mcpexplorer.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcpexplorer",
  "transport": "streamable-http",
  "url": "https://mcpexplorer.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_servers — Search the MCPExplorer index of MCP servers by free text and filters.
  • get_server — Fetch the full record for one MCP server by slug: install methods, tools, trust, verification, and provenance.
  • get_capability — List the best MCP servers that provide a capability (e.
  • compare_servers — Compare two MCP servers side by side: trust, transport, tools, install, and links.
  • generate_runtime_config — Generate the install + client config for an MCP server in a given runtime (claude-desktop, cursor, vscode, windsurf, cline, continue, goose, openai-agents, langgraph, crewai).
  • check_trust — Return the explainable trust score, label, scoring reasons, and verification history for an MCP server.
  • get_alternatives — Find verified MCP servers with the same capabilities as a given server, ranked by trust.
  • get_loadout — Fetch one curated loadout: its servers (each with role + LIVE trust/transport/tool-risk from the index), an aggregated governance posture for the whole kit, and the plays (see→decide→act sequences) it's designed to run.