← publicmcp.org

INDIVIDUAL MCP TOOL

list_library_sets

List all curated topic sets in the PUBLICMCP library.

publicmcp.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.publicmcp.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_library_sets 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

publicmcp.org

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.publicmcp-server]
url = "https://mcp.publicmcp.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "publicmcp-server": {
      "type": "http",
      "url": "https://mcp.publicmcp.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: publicmcp-server
Remote MCP URL: https://mcp.publicmcp.org/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": {
    "publicmcp-server": {
      "url": "https://mcp.publicmcp.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "publicmcp-server": {
      "type": "http",
      "url": "https://mcp.publicmcp.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "publicmcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.publicmcp.org/mcp"
}
MCP Inspector

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

Related tools

  • search_library — Search the PUBLICMCP public library for primary sources and training materials.
  • fetch_library — Fetch a single library item by ID, including full text.
  • get_training_sections — Return the Micron semiconductor training library broken down by section.
  • search_pizza_reviews — Search Dave Portnoy's One Bite pizza reviews (Barstool Sports).
  • get_info — Return core identity information about this business (PUBLICMCP v0.3).
  • get_services — Return services offered by this business.
  • get_location — Return geographic presence and service coverage (PUBLICMCP v0.2).
  • list_registry — List all businesses registered in the PUBLICMCP network.