← mcp-marketplace.io

INDIVIDUAL MCP TOOL

creator_profile

List all MCP servers by a single creator, plus aggregate trust signals.

mcp-marketplace.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-marketplace.io/api/mcp/mcp

No auth detected

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

mcp-marketplace.io

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.mcp-marketplace]
url = "https://mcp-marketplace.io/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-marketplace": {
      "type": "http",
      "url": "https://mcp-marketplace.io/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-marketplace": {
      "type": "http",
      "url": "https://mcp-marketplace.io/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-marketplace",
  "transport": "streamable-http",
  "url": "https://mcp-marketplace.io/api/mcp/mcp"
}
MCP Inspector

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

Related tools

  • search_servers — Search the MCP Marketplace catalog.
  • get_server — Fetch full details for a single MCP server by its slug.
  • similar_to — Find MCP servers that are semantically similar to a reference server.
  • recently_added — List the most recently added MCP servers.
  • compare — Compare 2-5 MCP servers side by side on the fields users actually decide on: security score, critical findings, pricing, transport mode, tool count, and install command availability.
  • list_categories — List all MCP Marketplace categories with slug, name, description, and approved server count.