eCommerce
handles.gg
Marketplace for searching and retrieving details about active username listings on handles.gg.
ENDPOINT 1
https://handles.gg/mcp
MCP server metadata
- Name
- handles-marketplace
- Version
- 1.0.0
handles.gg is a peer-to-peer marketplace for rare social media usernames (Instagram, TikTok, Telegram, X/Twitter, Snapchat, YouTube). Use search_usernames to find active listings, get_listing_details for the full record of one listing, and get_marketplace_stats for live aggregate prices. All tools are read-only over public data and require no authentication. Purchases require a human: hand the listing_url to your user (checkout happens in the Telegram Mini App, https://t.me/handlesggbot/app, with escrow protection).
Known tools 3
get_listing_detailsFetch the full public record of one active handles.gg listing by its id (UUID, as returned by search_usernames): username, platform, category, description, prices, offer availability, timestamps, listing page URL and how to buy.
Inferred read-onlyget_marketplace_statsLive aggregate statistics for the handles.gg marketplace: total active listings, per-platform counts with min/median/max prices in USD, and a per-handle-length breakdown.
Inferred read-onlyCONNECT 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.handles-marketplace]
url = "https://handles.gg/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"handles-marketplace": {
"type": "http",
"url": "https://handles.gg/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: handles-marketplace
Remote MCP URL: https://handles.gg/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": {
"handles-marketplace": {
"url": "https://handles.gg/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"handles-marketplace": {
"type": "http",
"url": "https://handles.gg/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "handles-marketplace",
"transport": "streamable-http",
"url": "https://handles.gg/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.