Betting Method MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| montecarlo_initB | Initialize a new Monte Carlo betting session with a base unit amount |
| montecarlo_recordB | Record a bet result (win or loss) and get the next bet amount |
| montecarlo_statusA | Get the current Monte Carlo session status including sequence, current bet, and total profit |
| montecarlo_resetA | Reset the current Monte Carlo session to initial state |
| montecarlo_statisticsA | Get detailed statistics for the current Monte Carlo session including win rate, ROI, streaks, and risk metrics |
| martingale_initB | Initialize a new Martingale betting session with base unit and optional limits |
| martingale_recordA | Record a bet result (win or loss) and get the next bet amount |
| martingale_statusA | Get the current Martingale session status including current bet, streak, and total profit |
| martingale_resetB | Reset the current Martingale session to initial state |
| martingale_statisticsA | Get detailed statistics for the current Martingale session including win rate, ROI, streaks, and risk metrics |
| cocomo_initB | Initialize a new Cocomo betting session with base unit and optional max bet limit |
| cocomo_recordA | Record a bet result (win or loss) and get the next bet amount |
| cocomo_statusA | Get the current Cocomo session status including current bet, streak, and total profit |
| cocomo_resetA | Reset the current Cocomo session to initial state |
| cocomo_statisticsA | Get detailed statistics for the current Cocomo session including win rate, ROI, streaks, and risk metrics |
| goodman_initB | Initialize a new Goodman (1-2-3-5) betting session with a base unit amount |
| goodman_recordB | Record a bet result (win or loss) and get the next bet amount |
| goodman_statusA | Get the current Goodman session status including current bet, step, win streak, and total profit |
| goodman_resetA | Reset the current Goodman session to initial state |
| goodman_statisticsA | Get detailed statistics for the current Goodman session including win rate, ROI, streaks, and risk metrics |
| labouchere_initB | Initialize a new Labouchere betting session with target profit and optional sequence |
| labouchere_recordA | Record a bet result (win or loss) and get the next bet amount |
| labouchere_statusA | Get the current Labouchere session status including sequence, current bet, and total profit |
| labouchere_resetA | Reset the current Labouchere session to initial state |
| labouchere_statisticsB | Get detailed statistics for the current Labouchere session including win rate, ROI, streaks, and risk metrics |
| oscarsgrind_initB | Initialize a new Oscar's Grind betting session with base unit and optional parameters |
| oscarsgrind_recordB | Record a bet result (win or loss) and get the next bet amount |
| oscarsgrind_statusA | Get the current Oscar's Grind session status including current bet, profit, and sessions completed |
| oscarsgrind_resetA | Reset the current Oscar's Grind session to initial state |
| oscarsgrind_statisticsA | Get detailed statistics for the current Oscar's Grind session including win rate, ROI, streaks, and risk metrics |
| dalembert_initB | Initialize a new D'Alembert betting session with base unit and optional max bet limit |
| dalembert_recordA | Record a bet result (win or loss) and get the next bet amount |
| dalembert_statusA | Get the current D'Alembert session status including current bet and total profit |
| dalembert_resetA | Reset the current D'Alembert session to initial state |
| dalembert_statisticsA | Get detailed statistics for the current D'Alembert session including win rate, ROI, streaks, and risk metrics |
| fibonacci_initB | Initialize a new Fibonacci betting session with base unit and optional maximum index |
| fibonacci_recordC | Record a bet result (win or loss) and get the next bet amount |
| fibonacci_statusA | Get the current Fibonacci session status including sequence position, current bet, and total profit |
| fibonacci_resetB | Reset the current Fibonacci session to initial state |
| fibonacci_statisticsA | Get detailed statistics for the current Fibonacci session including win rate, ROI, streaks, and risk metrics |
| paroli_initC | Initialize a new Paroli betting session with base unit and optional target win streak |
| paroli_recordB | Record a bet result (win or loss) and get the next bet amount |
| paroli_statusA | Get the current Paroli session status including current bet, win streak, and total profit |
| paroli_resetB | Reset the current Paroli session to initial state |
| paroli_statisticsA | Get detailed statistics for the current Paroli session including win rate, ROI, streaks, and risk metrics |
| percentage_initB | Initialize a new Percentage (Fixed Percentage Betting) session with bankroll, percentage, and minimum bet |
| percentage_recordB | Record a bet result (win or loss) and get the next bet amount |
| percentage_statusA | Get the current Percentage betting session status including bankroll, current bet, and profit percentage |
| percentage_resetA | Reset the current Percentage betting session to initial state |
| percentage_statisticsA | Get detailed statistics for the current Percentage betting session including win rate, ROI, streaks, and risk metrics |
| kelly_initA | Initialize a new Kelly Criterion betting session with bankroll, win probability, payout odds, and optional fractional Kelly |
| kelly_recordA | Record a bet result (win or loss) and get the next recommended bet amount |
| kelly_statusA | Get the current Kelly Criterion session status including bankroll, recommended bet, and statistics |
| kelly_resetA | Reset the current Kelly Criterion session to initial state |
| kelly_statisticsA | Get detailed statistics for the current Kelly Criterion session including win rate, ROI, streaks, and risk metrics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yusakuvol/betting-method-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server