Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLURK_APP_KEY | Yes | Plurk application key. | |
| PLURK_APP_SECRET | Yes | Plurk application secret. | |
| PLURK_ACCESS_TOKEN | Yes | Plurk access token for the target account. | |
| PLURK_MCP_DATA_DIR | No | Root directory for audit logs and policy state. | ./data |
| PLURK_MCP_TIMEZONE | No | Used for daily quota rollover and audit file partitioning. | UTC |
| PLURK_MCP_DEBUG_HOST | No | Debug server bind host. Defaults to 127.0.0.1. | 127.0.0.1 |
| PLURK_MCP_DEBUG_PORT | No | Debug server port. Must be a positive integer. | 3939 |
| PLURK_ACCESS_TOKEN_SECRET | Yes | Plurk access token secret for the target account. | |
| PLURK_MCP_DAILY_POST_LIMIT | No | Maximum number of new plurks per local day. Replies do not consume this budget. | 10 |
| PLURK_MCP_REPLY_COOLDOWN_MINUTES | No | Minimum cooldown between automatic replies in the same thread. | 15 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |