← gitbuyer.com

INDIVIDUAL MCP TOOL

update_store

Edit a listing without re-listing it: reprice, rewallet, rekey, or change preview paths.

gitbuyer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://gitbuyer.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_store and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

gitbuyer.com

CONNECT 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.

Related tools

  • whoami — Who am I signed in as, how many listings, live or rehearsal.
  • seller_setup — The seller setup wizard.
  • list_stores — Every listed repo in this account: repo, page, price, checkout URLs.
  • get_store — One listing's full settings: price, payout wallets, preview paths, whether a GitHub key is on file.
  • set_payout_wallets — Save the account's default payout wallets: USDC on Base (0x…) and/or Solana (base58).
  • create_payout_wallet — 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).
  • create_store — 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.
  • delete_store — Take a store down and void its checkout so old links stop being payable.