M-Team MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MTEAM_API_KEY | Yes | M-Team API authentication key (Required). You can obtain this from the M-Team website's personal settings. | |
| MTEAM_API_BASE | No | API base URL. | https://api.m-team.cc/api |
| MTEAM_DOWNLOAD_DIR | No | Directory to save downloaded torrent files. | ./seed |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_torrentsA | Search torrents on M-Team by keyword. Args: keyword: Search keyword (supports Chinese / English). mode: Search mode. One of: normal, adult, movie, music, tvshow, waterfall, rss, rankings, all. Defaults to "normal". page_number: Page number (1-based). Defaults to 1. page_size: Number of results per page (max 100). Defaults to 20. Returns: A formatted string listing matching torrents with their IDs, names, sizes, seeder/leecher counts, labels, ratings, and discount info. |
| get_torrent_detailA | Get detailed information for a specific torrent by its ID. Args: torrent_id: The numeric torrent ID (e.g. "1125330"). Returns: A formatted string with full torrent details including name, size, description, ratings, file count, seeder/leecher counts, etc. |
| download_torrentA | Download a .torrent file for the given torrent ID. This tool first obtains a temporary download token from the M-Team API, then downloads the .torrent file and saves it to the configured download directory (default: ./seed/). Args: torrent_id: The numeric torrent ID (e.g. "1125330"). Returns: The absolute path to the saved .torrent file on success, or an error message on failure. |
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/07freedom/mcp-server-mteam'
If you have feedback or need assistance with the MCP directory API, please join our Discord server