jikan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MG_API_KEY | Yes | An API key from mg.robnugen.com/settings/ |
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 |
|---|---|
| start_sessionA | Start a new behavioral session. Costs 1 credit. |
| stop_sessionA | Stop an active session. Free (0 credits). |
| check_sessionA | Get details for a single session, including elapsed_sec if active. Free (0 credits). |
| list_sessionsA | List completed and active sessions. Free (0 credits). |
| get_statsA | Get pre-computed session aggregates. Costs 1 credit. Returns total sessions, total seconds, current streak in days, and credits remaining. Offloads all calendar arithmetic to the server. |
| list_activitiesB | List available activity types (FREE, PUBLIC, and your PRIVATE). Free (0 credits). |
| create_activityA | Create a custom PRIVATE activity visible only to your account. Free (0 credits). |
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
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/thunderrabbit/jikan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server