mteam-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MTEAM_API_KEY | Yes | M-Team API Key | |
| MTEAM_TIMEOUT | No | HTTP timeout in seconds | 30 |
| MTEAM_API_BASE | No | API root URL | https://api.m-team.cc/api |
| MTEAM_DOWNLOAD_DIR | No | Directory to save .torrent files | ~/.hermes/downloads/mteam |
| MTEAM_MAX_TORRENT_BYTES | No | Maximum torrent file size in bytes | 33554432 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_torrentsA | Search M-Team torrents and return compact, AI-readable Markdown. Args:
keyword: Keyword, IMDb URL, or Douban URL. Empty text lists matching items.
mode: M-Team search mode, normally |
| get_torrent_detailC | Get one torrent's metadata as compact, AI-readable Markdown. |
| download_torrentA | Download a .torrent file after the user explicitly requests it. The temporary M-Team token remains internal. The result contains only the local saved path, torrent ID, and number of bytes written. |
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
- 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/TnZzZHlp/mteam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server