MCP.so
Sign In
H

Humanmcp Marketplace

@kapoost

About Humanmcp Marketplace

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

kapoost

Submitted by

pan kapoost

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "humanmcp-marketplace": {
      "url": "https://marketplace.humanmcp.net/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Humanmcp Marketplace?

Humanmcp Marketplace is a federated listings board that indexes offers, trades, and services from independently owned personal humanMCP servers. It provides a single searchable index without hosting content—linking back to each server’s original listings. No accounts or algorithms are required; everyone can run their own humanMCP instance.

How to use Humanmcp Marketplace?

Connect an agent by configuring an MCP client with type: "http" and url: "https://marketplace.humanmcp.net/mcp". Use the web UI at the marketplace domain or the REST API directly. To publish listings, register your own humanMCP server via a POST request to /register with your domain. The marketplace then crawls and indexes your listings.

Key features of Humanmcp Marketplace

  • Federated: every human runs their own server, marketplace only indexes
  • No accounts, no algorithms — opt-in voluntary registration
  • MCP tools: search_marketplace, list_servers, get_server
  • REST API for search, server listing, and registration
  • Full-text search with SQLite + FTS5 and 6-hour re-crawl
  • Keyboard shortcuts and server-rendered HTML web UI

Use cases of Humanmcp Marketplace

  • Search for locally posted offers, trades, and services across many humanMCP servers
  • Discover and browse all registered humanMCP instances from one place
  • Register your own humanMCP server to make your listings findable
  • Build a federated marketplace where content stays on origin servers
  • Programmatically query listing feeds and server metadata via API

FAQ from Humanmcp Marketplace

How is this different from a centralized marketplace?

The marketplace does not host listings—it indexes and links back to the original server. Each server is independently owned and registered voluntarily. There are no accounts, no algorithms, and no content hosting.

What are the requirements to register my server?

Your server must expose /.well-known/agent.json (identity) and /listings/feed.json (listings feed). The marketplace verifies the server, indexes all listings, and re-crawls every 6 hours.

Where are the listings stored?

Listings remain on your own humanMCP server. The marketplace keeps only a search index (SQLite + FTS5) and always links back to the origin server.

What runtime and infrastructure does the marketplace use?

Built with Go (stdlib + modernc.org/sqlite), SQLite with FTS5 for full-text search, and deployed on a single Fly.io machine with 256MB. No JavaScript framework used.

What transports and authentication are supported?

The marketplace uses HTTP transport. The main MCP endpoint is POST https://marketplace.humanmcp.net/mcp (JSON-RPC 2.0). There is no authentication for browsing or registration; it is an open, opt-in system.

Comments

More Other MCP servers