GitHub MPP Proxy

live

Access the GitHub API via Tempo payments โ€” no API keys, no accounts, pay per request with USDC. Built on the Machine Payments Protocol.

GitHub Data
๐Ÿ—‚ Repos, Issues & Pull Requests
$0.001 / request

Fetch repo metadata, list issues and PRs, browse commits, file contents, releases and contributors.

GET/github/repos/:owner/:repo
GET/github/repos/:owner/:repo/issues
GET/github/repos/:owner/:repo/pulls
GET/github/repos/:owner/:repo/commits
GET/github/repos/:owner/:repo/contributors
GET/github/users/:username
$ tempo request -t https://github.tempflow.xyz/github/repos/facebook/react
๐Ÿ” Search
$0.002 / request

Search repositories, issues, code snippets, and users across all of GitHub.

GET/github/search/repositories?q=query
GET/github/search/issues?q=query
GET/github/search/code?q=query
GET/github/search/users?q=query
$ tempo request -t "https://github.tempflow.xyz/github/search/repositories?q=mppx"
AI Analysis โ€” powered by Claude
๐Ÿค– PR Code Review
$0.010 / request

Fetch the full diff and get an AI-generated code review with a final verdict: APPROVE / REQUEST CHANGES / NEEDS DISCUSSION.

GET/review/repos/:owner/:repo/pulls/:id
$ tempo request -t https://github.tempflow.xyz/review/repos/vercel/next.js/pulls/91670
๐Ÿ“‹ Issue Analysis
$0.005 / request

Summarize an issue with all its comments, identify root cause, proposed solutions, and get a priority assessment.

GET/analyze/repos/:owner/:repo/issues/:id
$ tempo request -t https://github.tempflow.xyz/analyze/repos/facebook/react/issues/31716

โšก Get started in 30 seconds
# Install Tempo CLI $ curl -fsSL https://tempo.xyz/install | bash # Login with your wallet $ tempo wallet login # Make your first request $ tempo request -t https://github.tempflow.xyz/github/repos/facebook/react