tipjai-mcp
v0.1.0
Published
MCP server for Tipjai — let any AI agent read the Thai creator-tipping platform: platform stats, a creator's public stats + tip link, top supporters, and the decoration-frame marketplace. Read-only, no key.
Maintainers
Readme
tipjai-mcp
An MCP server for Tipjai — the Thai non-custodial creator-tipping platform (PromptPay P2P, 0% fee, OBS voice alerts). It lets any AI agent (Claude, etc.) read Tipjai's public data.
Read-only. No API key. Everything it returns is already public on tipjai.com.
Tools
| Tool | What it does |
|---|---|
| tipjai_platform_stats | Creators joined, launch cap, seats remaining |
| tipjai_creator | A creator's public card + stats + tip link by username |
| tipjai_top_supporters | A creator's top supporters (month / all-time) |
| tipjai_market_frames | Browse the decoration-frame marketplace (free / paid) |
Install
npm install && npm run buildUse with Claude (or any MCP client)
{
"mcpServers": {
"tipjai": { "command": "node", "args": ["/abs/path/to/tipjai-mcp/dist/index.js"] }
}
}Or, once published: npx tipjai-mcp@latest.
Set TIPJAI_BASE to point at a custom deployment (defaults to https://tipjai.com).
Smoke test
npm run smokeBacked by Tipjai's public API: /api/v1/stats, /api/v1/creator/:username, /api/v1/creator/:username/leaderboard, /api/v1/market.
MIT.
