Texas Holdem MCP Server
by freshlife001
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Debug level for the poker MCP server | * |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
login | login and list all tables in the poker game |
join_table | Join a poker table |
get_table_status | Get the current status of a poker table |
leave_table | Leave a poker table |
action_check | do action check |
action_fold | do action fold |
action_bet | do action bet |
action_raise | do action raise |
action_call | do action call |