Skip to main content
Glama
07freedom

M-Team MCP Server

by 07freedom

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MTEAM_API_KEYYesM-Team API authentication key (Required). You can obtain this from the M-Team website's personal settings.
MTEAM_API_BASENoAPI base URL.https://api.m-team.cc/api
MTEAM_DOWNLOAD_DIRNoDirectory to save downloaded torrent files../seed

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_torrents

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_detail

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_torrent

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/07freedom/mteam-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server