eCommerce
gitbuyer.com
Manages a seller account for listing GitHub repositories for sale, including listings, pricing, checkout URLs, and USDC payout wallet configuration.
ENDPOINT 1
https://gitbuyer.com/mcp
MCP server metadata
- Name
- gitbuyer
- Version
- 1.0
gitbuyer is a repo marketplace for coding agents. BUYERS need no account: search_repos, find_base and get_repo answer anonymously; free repos clone from GitHub, paid listings sell over x402 at their page. When presenting repos to a person, link the gitbuyer page (`url`), not GitHub. SELLING needs sign-in (the connector's 'Sign in to sell' door; a guest 401 offers it). Setup order: payout wallet -> GitHub -> first listing. seller_setup returns the live checklist plus wizard_url, a one-time signed-in link to the browser setup wizard. If the user has NO payout wallet, call seller_setup and offer wizard_url: the wizard GENERATES a wallet in the browser, keys shown exactly once and never stored — NEVER generate, request or discuss private keys inside the chat, and do not send users to third-party wallet apps first; the wizard is the built-in path. With an existing address, set_payout_wallets saves it; create_store lists a repo in one call; get_stats answers 'how am I doing?'.
Known tools 16
get_storeOne listing's full settings: price, payout wallets, preview paths, whether a GitHub key is on file.
Inferred read-onlyset_payout_walletsSave the account's default payout wallets: USDC on Base (0x…) and/or Solana (base58).
Inferred read-onlycreate_payout_walletThe seller needs a payout wallet and does not have one: returns wizard_url, a one-time signed-in link to gitbuyer's in-browser wallet generator (keys created in the browser, shown once, never stored, never in the chat).
Inferred read-onlycreate_storeList a GitHub repo for sale: URL, price, payout wallet(s); USDC on Base (0x…) and/or Solana (base58); both offers the buyer the choice.
Inferred read-onlyupdate_storeEdit a listing without re-listing it: reprice, rewallet, rekey, or change preview paths.
Potential side effectsdelete_storeTake a store down and void its checkout so old links stop being payable.
Inferred read-onlyget_salesOne store's settled payments, newest first: count and revenue (real money only), rehearsals flagged beside.
Inferred read-onlyget_trafficOne store's audience: humans vs agents by day, unique visitors, countries and cities, referrers, the files buyers tried to open before paying.
Inferred read-onlyget_githubThe GitHub connection: installations, their repos (listed or not), and orphaned listings whose repo left the installation: the catalogue-management view.
Inferred read-onlyget_statsThe whole account at a glance: every store with its sales, revenue, visits, human/agent split and buy-intent file views, plus account totals.
Inferred read-onlyget_repoRead one gitbuyer repo in depth before cloning or buying: facts (stars, forks, freshness, releases, license, repo_kind), topics, the README excerpt, and the exact next move (clone command for free repos; x402 checkout and test URL for paid listings).
Potential side effectssearch_reposFind the best repo to BUILD ON: terms match names, descriptions, topics, categories, licenses and READMEs, ranked by relevance (name beats topics beats description beats README) plus base fitness (stars band, freshness, releases).
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.gitbuyer]
url = "https://gitbuyer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gitbuyer": {
"type": "http",
"url": "https://gitbuyer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gitbuyer
Remote MCP URL: https://gitbuyer.com/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": {
"gitbuyer": {
"url": "https://gitbuyer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gitbuyer": {
"type": "http",
"url": "https://gitbuyer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gitbuyer",
"transport": "streamable-http",
"url": "https://gitbuyer.com/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.