MCP Playground
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEBSHARE_PROXIES | No | Proxies for YouTube cloud deployment | |
| YOUTUBE_MAX_TOKENS | No | Transcript processing limit | 24000 |
| MCP_RETRY_MAX_ATTEMPTS | No | Auto-retry failed tool calls | 3 |
| MCP_RETRY_TYPE_COERCION | No | Auto-fix type mismatches | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchB | Search web for current information using DuckDuckGo |
| analyze_urlC | Comprehensive analysis of webpage content optimized for LLM understanding |
| arxiv_searchB | Search academic papers on arXiv with full text extraction |
| get_stock_overviewC | Get comprehensive stock, crypto, and market data |
| analyze_youtube_urlB | Get YouTube video transcript and analyze content with optional specific questions |
| get_weatherB | Get current weather and 7-day forecast for any location or your current location |
| get_tide_infoC | Get Canadian coastal tide times and heights |
| get_toronto_crimeC | Get Toronto neighbourhood crime statistics and trends |
| list_toronto_neighbourhoodsA | List all available Toronto neighbourhoods for crime data |
| analyze_canadian_economyD | Canadian economic analysis and overview |
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/GitDro/mcp_playground'
If you have feedback or need assistance with the MCP directory API, please join our Discord server