{"name":"com.gitbuyer/mcp","slug":"gitbuyer-mcp","title":null,"description":"Find the repo to build from: search 100k+ repos by base-fitness, clone free or buy over x402.","url":"https://mcp.market/server/gitbuyer-mcp","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:16:03.503Z","last_ok_at":"2026-09-24T06:16:03.503Z","latency_ms":155},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/bitfent/gitbuyer","website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://gitbuyer.com/mcp"}],"packages":[],"tools":[{"name":"create_payout_wallet","description":"The 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). Call whenever a user asks to create, make or generate a wallet, or says they have none.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"create_store","description":"List a GitHub repo for sale: URL, price, payout wallet(s); USDC on Base (0x…) and/or Solana (base58); both offers the buyer the choice. Private repos need a fine-grained PAT (Contents read-only, that one repo), unless the account has the GitHub App installed on the repo, in which case no key is needed at all. The listing is live at `page` immediately.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"github_url":{"type":"string"},"price_usd":{"type":"string","description":"e.g. \"25.00\"; defaults to 20.00"},"wallet_base":{"type":"string","description":"USDC payout wallet on Base (0x…)"},"wallet_solana":{"type":"string","description":"USDC payout wallet on Solana"},"github_pat":{"type":"string","description":"fine-grained PAT for private repos"},"preview_paths":{"type":"array","items":{"type":"string"},"description":"globs buyers may read free before paying"}},"required":["github_url"]}},{"name":"delete_store","description":"Take a store down and void its checkout so old links stop being payable.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"owner":{"type":"string"},"repo":{"type":"string"}},"required":["owner","repo"]}},{"name":"find_base","description":"Say what you are building; get ONE repo to build from. The verdict is chosen by kind (starters first), freshness, and relevance, and comes with a plain-words why, the clone command target, and two alternatives. Adapting a proven base ships production-shaped code instead of a from-scratch demo. Needs no account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"building":{"type":"string","description":"what you are building, in task words, e.g. \"a saas with stripe subscriptions and auth\""}},"required":["building"]}},{"name":"get_github","description":"The GitHub connection: installations, their repos (listed or not), and orphaned listings whose repo left the installation: the catalogue-management view.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"get_repo","description":"Read 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). Needs no account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"owner":{"type":"string"},"repo":{"type":"string"}},"required":["owner","repo"]}},{"name":"get_sales","description":"One store's settled payments, newest first: count and revenue (real money only), rehearsals flagged beside.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"owner":{"type":"string"},"repo":{"type":"string"}},"required":["owner","repo"]}},{"name":"get_stats","description":"The whole account at a glance: every store with its sales, revenue, visits, human/agent split and buy-intent file views, plus account totals. Start here for 'how am I doing?'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"type":"integer","description":"traffic window, default 30"}},"required":[]}},{"name":"get_store","description":"One listing's full settings: price, payout wallets, preview paths, whether a GitHub key is on file.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"owner":{"type":"string"},"repo":{"type":"string"}},"required":["owner","repo"]}},{"name":"get_traffic","description":"One store's audience: humans vs agents by day, unique visitors, countries and cities, referrers, the files buyers tried to open before paying.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"owner":{"type":"string"},"repo":{"type":"string"},"days":{"type":"integer","description":"window, default 30, max 365"}},"required":["owner","repo"]}},{"name":"list_stores","description":"Every listed repo in this account: repo, page, price, checkout URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"search_repos","description":"Find 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). Returns paid listings (buy at `page`, x402) and free indexed repos (clone from `github`) together, listed first, each with stars, forks, pushed_at, releases, license and a starter flag. Needs no account. Empty query browses.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"e.g. \"fastapi stripe starter\""},"category":{"type":"string","description":"exact category filter"},"language":{"type":"string","description":"exact primary-language filter"},"min_stars":{"type":"integer","description":"only repos with at least this many stars"},"license":{"type":"string","description":"SPDX id (MIT, Apache-2.0, ...) or 'permissive' for the whole build-on-it set"},"updated_within_days":{"type":"integer","description":"only repos pushed within this many days"},"starters":{"type":"boolean","description":"only templates, boilerplates and starters — repos meant as a base"},"repo_kind":{"type":"string","description":"what the repo IS: starter | app | library | tool | generator. Use 'starter' or 'app' when you want a base to ADAPT; results also carry repo_kind so you can reject mismatches before cloning."},"sort":{"type":"string","description":"relevance (default with a query), stars (default without), or updated"},"limit":{"type":"integer","description":"max results, default 30"}},"required":[]}},{"name":"seller_setup","description":"The seller setup wizard. Returns wizard_url: a one-time signed-in link to the full browser wizard — it can GENERATE a payout wallet safely (keys shown once in the browser, never stored, user must confirm saving them), connect GitHub, and list the first repo. Call this when the user wants to start selling, has no wallet, or asks to finish setup; offer wizard_url.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"set_payout_wallets","description":"Save the account's default payout wallets: USDC on Base (0x…) and/or Solana (base58). The onboarding wallet step: once saved, create_store needs only the repo URL, and a chain added here propagates to existing listings so the whole inventory offers it. An empty string clears a wallet.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"wallet_base":{"type":"string","description":"USDC payout wallet on Base (0x…); empty string clears"},"wallet_solana":{"type":"string","description":"USDC payout wallet on Solana (base58); empty string clears"}},"required":[]}},{"name":"update_store","description":"Edit a listing without re-listing it: reprice, rewallet, rekey, or change preview paths. Only the fields you send change; the old checkout is voided so stale links stop selling.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"owner":{"type":"string"},"repo":{"type":"string"},"price_usd":{"type":"string"},"wallet_base":{"type":"string"},"wallet_solana":{"type":"string"},"github_pat":{"type":"string","description":"new key; empty string clears"},"preview_paths":{"type":"array","items":{"type":"string"}}},"required":["owner","repo"]}},{"name":"whoami","description":"Who am I signed in as, how many listings, live or rehearsal.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-21T22:09:26.029Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:09:26.015Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1082ms"]},"poisoning":{"score":15,"max":15,"notes":["16 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://gitbuyer.com/mcp","reachable":true,"authRequired":false,"latencyMs":1082,"serverInfo":{"name":"gitbuyer","version":"1.0"}}],"packages":[],"repo":{"found":false,"owner":"bitfent","repo":"gitbuyer","error":"repo not found"},"icon":{"url":"https://gitbuyer.com/static/favicon.svg?v=fullbleed","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}