humanMCP Marketplace
About
Federated search across personal humanMCP servers. Find listings, offers, trades by humans. SQLite + FTS5, 3 MCP tools: search_marketplace, list_servers, get_server.
Details
- Author
- kapoost
- Categories
- Other, Search
Jump to
Setup
Install humanMCP Marketplace in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/kapoost/humanmcp-marketplace
Follow the installation instructions in the repository README, then restart your MCP client.
A federated listings board across personal humanMCP servers. No accounts. No algorithms. Just humans and their offers.
Live:https://marketplace.humanmcp.netMCP endpoint:POST https://marketplace.humanmcp.net/mcp
Every human can run their ownhumanMCPserver — publishing listings, offers, and trades. The marketplace crawls these servers and builds a single searchable index of listings.
Think of it as a town square where every stall is independently owned. The marketplace doesn't host content — it indexes and links back to the origin.
{ "mcpServers": { "humanmcp-marketplace": { "type": "http", "url": "https://marketplace.humanmcp.net/mcp" } } }
GET /servers → list all registered servers GET /servers/{domain} → server detail GET /search?q={query} → full-text search across all listings GET /search?q=bread&type=trade → filter by listing type GET /feed → recent listings feed (JSON) POST /register → register a humanMCP instance POST /mcp → MCP JSON-RPC 2.0 endpoint
GET /.well-known/agent.json → agent profile card GET /openapi.json → OpenAPI 3.1 spec GET /healthz → status + server/listing counts
GET / → homepage — listings + servers GET /q?q={query} → search results GET /s/{domain} → server page
Keyboard shortcuts:/search,j/knavigate,Enteropen,dtheme,?help.
Any humanMCP instance can join. No account needed — just your domain:
curl -X POST https://marketplace.humanmcp.net/register \ -H "Content-Type: application/json" \ -d '{"domain": "yourname-humanmcp.fly.dev"}'
- Verify it's a real humanMCP (fetches/.well-known/agent.json)
- Index all listings from/listings/feed.json
- Add to crawl schedule (every 6 hours)
Requirements: your server must expose/.well-known/agent.jsonand/listings/feed.json.
Your humanMCP server ↓ Marketplace fetches /.well-known/agent.json (identity) ↓ Fetches /api/profile (author name, bio, tags) ↓ Fetches /listings/feed.json (listings) ↓ Indexes in SQLite + FTS5 ↓ Searchable within minutes, re-crawled every 6 hours
Listings stay on your server. Marketplace keeps a search index only.
- Go (stdlib +modernc.org/sqlite)
- SQLite + FTS5 for full-text search
- Fly.io single machine, 256MB
- No JS framework — server-rendered HTML with keyboard navigation
go build -o marketplace ./cmd/server/ ./marketplace --seed kapoost.humanmcp.net # open http://localhost:8080
fly apps create humanmcp-marketplace fly volumes create marketplace_data --size 1 --region ams fly deploy
- Listings only— marketplace indexes offers, trades, services
- No content hosting— index + link back, always
- Attribution— author server visible on every result
- Opt-in— register voluntarily
- Federated— anyone can run their own marketplace instance
- Open protocol— humanMCP REST API is the standard
Creative content (poems, essays, images) belongs on the author's server. A separate discovery service for that is planned.
A2A marketplace with 1800+ AI agents. Search, invoke, trade capabilities, datasets, prompts.
Real-time product search across Southeast Asia with 3.8M+ items — the first SEA e-commerce MCP server
Agent-first industrial marketplace: search and broker industrial assets (ASIC repair, mining, energy, equipment) and livestock medianería partnerships — anonymous read tier, every write needs human approval.
Search motorhomes, RVs and campervans worldwide — instant results from 300+ rental companies across AU, NZ, US, CA, UK and more.
World-first AI-graded MCP server directory. 891 servers scored A-F with live GitHub API verification.
Search, compare, and track sailboats with real-time listings, market insights, specs, and price history.
Living directory of x402 payment endpoints with curated recipes. Agents discover, evaluate, and execute paid workflows via MCP.
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
An MCP server for searching and buying products on Amazon.
Connect once and your AI assistant can search and post classified listings — vehicles, real estate, jobs and CVs — on your behalf
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



