time-messenger-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIME_URL | Yes | URL вашего экземпляра Time Messenger | |
| TIME_TOKEN | No | Personal Access Token (рекомендуется) | |
| TIME_LOGIN_ID | No | Email или логин | |
| TIME_PASSWORD | No | Пароль |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login_with_mfaA | Login to Time Messenger with MFA code. Use this when regular login requires MFA verification. Enter the 6-digit code from your authenticator app. |
| send_messageA | Send a message to a channel or reply in a thread |
| get_channel_messagesB | Get messages from a channel with pagination |
| get_thread_messagesB | Get all messages in a thread |
| search_messagesB | Search messages in a team |
| list_threadsB | List all threads that the user is following in a team |
| get_thread_statsB | Get unread threads count and mentions for a team |
| get_threadC | Get information about a specific thread |
| follow_threadA | Start following a thread to receive notifications |
| unfollow_threadB | Stop following a thread |
| mark_thread_readB | Mark a thread as read up to a specific timestamp |
| list_channelsA | List all channels for the user in a team |
| get_channelC | Get information about a specific channel |
| search_channelsA | Search channels in a team by name |
| get_channel_unreadA | Get unread message count and mentions for a channel |
| list_teamsA | List all teams for the current user |
| get_teamC | Get information about a specific team |
| get_teams_unreadA | Get unread message counts for all teams |
| get_team_unreadA | Get unread message count for a specific team |
| get_meB | Get information about the current user |
| get_userB | Get information about a specific user |
| search_usersA | Search users by username, email, or name |
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/BarredEwe/time-messenger-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server