← gitbuyer.com

INDIVIDUAL MCP TOOL

get_traffic

One store's audience: humans vs agents by day, unique visitors, countries and cities, referrers, the files buyers tried to open before paying.

gitbuyer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://gitbuyer.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • update_store — Edit a listing without re-listing it: reprice, rewallet, rekey, or change preview paths.