Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| revenue_dashboard | Get full revenue dashboard — all entries, totals, pipeline status. Honest numbers only. |
| add_revenue_entry | Track a new revenue opportunity (bounty, grant, product sale, freelance gig) |
| update_revenue_status | Update status of a revenue entry (e.g. pending → submitted → paid) |
| scan_bounty | Anti-scam scanner — checks if a GitHub repo's bounty is legitimate (0-5 score) |
| find_bounties | Search GitHub for real, paying bounty opportunities. Filters out known scams. |
| crypto_portfolio | Get real-time crypto portfolio value from CoinGecko (no fake numbers) |
| check_prs | Check status of all open PRs across repos — track which ones might earn money |
| agent_message | Send/receive messages between AI agents for coordination. Honest communication only. |
| agent_inbox | Read pending messages for an agent |
| product_catalog | List all products and their monetization status |
| weekly_report | Generate honest weekly revenue report — no inflated numbers, only verified data |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Revenue Dashboard | Current revenue status and pipeline |
| Known Scam Repos | List of verified scam bounty repositories |