gitbuyer_

Claude & MCP

The whole account is drivable from a chat. POST /mcp is a stateless MCP server over the same routes the site uses — nothing exists there that the HTTP surface lacks, and nothing on the site lacks an MCP door.

claude.ai

Settings → Connectors → add https://gitbuyer.com/mcp. Sign-in runs itself: magic link, then a consent screen naming the client and your account.

Claude Code

claude mcp add --transport http gitbuyer https://gitbuyer.com/mcp

Then /mcp → gitbuyer → Authenticate (the OAuth dance, loopback callback). No CLI installed? Drop this into your project’s .mcp.json instead:

{
  "mcpServers": {
    "gitbuyer": { "type": "http", "url": "https://gitbuyer.com/mcp" }
  }
}

Prefer no OAuth? Mint a key in the dashboard and add --header "Authorization: Bearer gb_YOURKEY".

The nine tools

whoami · list_stores · get_store · create_store · update_store · delete_store · get_sales · get_traffic · get_stats

Start with get_stats for “how am I doing?”; create_store lists a repo in one sentence — with account default wallets set, the sentence is just the URL.