Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZEROCHAN_USERNAME | Yes | A valid Zerochan username required in every request's User-Agent header. Unauthenticated requests are blocked. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zerochan_browse | Browse all Zerochan entries with optional filtering and pagination. |
| zerochan_search | Search Zerochan entries by one or more tags. |
| zerochan_get_entry | Retrieve detailed information about a single Zerochan entry by its numeric ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |