mixcloud-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP server port. Default: 8000 | |
| CORS_ORIGIN | No | Allowed CORS origin for the upload endpoint. Default: * | |
| MCP_API_KEY | No | Bearer token protecting the MCP endpoint (HTTP only). Generate with mixcloud-mcp-keygen. | |
| UPLOAD_PORT | No | Port for the sidecar HTTP server (stdio only). Default: 4000 | |
| DISABLE_AUTH | No | Set to 'true' to skip auth (local dev only, never in production). | |
| MCP_PUBLIC_URL | No | Public base URL of the server (HTTP only). Required for browser OAuth. | |
| MIXCLOUD_CLIENT_ID | No | Mixcloud OAuth app client ID. Required for OAuth auth and uploads. | |
| MIXCLOUD_ACCESS_TOKEN | No | Direct Mixcloud token. Alternative to OAuth. | |
| MIXCLOUD_CLIENT_SECRET | No | Mixcloud OAuth app client secret. Required for OAuth auth and uploads. |
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
} |
| logging | {} |
| 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_cloudcastsA | Search Mixcloud for mixes (cloudcasts) by keyword. Args: query: Search term, e.g. "deep house" or "NTS Radio" limit: Number of results to return (default 20, max 100) |
| get_cloudcastA | Get details of a specific Mixcloud mix by its key. Args: cloudcast_key: The mix key, e.g. "/NTSRadio/nts-breakfast-show/" |
| get_userB | Get a Mixcloud user's profile by username. Args: username: The Mixcloud username, e.g. "NTSRadio" |
| get_user_cloudcastsA | Get a list of mixes uploaded by a Mixcloud user. Args: username: The Mixcloud username, e.g. "NTSRadio" limit: Number of results to return (default 20, max 100) |
| get_user_followersA | Get a list of followers for a Mixcloud user. Args: username: The Mixcloud username, e.g. "NTSRadio" limit: Number of results to return (default 20, max 100) |
| get_user_followingA | Get a list of users that a Mixcloud user is following. Args: username: The Mixcloud username, e.g. "NTSRadio" limit: Number of results to return (default 20, max 100) |
| upload_cloudcastA | Upload a recording to Mixcloud. Opens a file picker UI. Args: name: Optional mix or show title to pre-fill in the upload form. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| upload_cloudcast_ui |
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/nelsonra/mixcloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server