Monedas y Clima MCP Server
by leireee08
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host del servidor MCP | 127.0.0.1 |
| MCP_PORT | No | Puerto del servidor MCP | 8000 |
| LOG_LEVEL | No | Nivel de logging | INFO |
| MAX_RETRIES | No | Reintentos ante fallos de conectividad | 3 |
| OPENAI_MODEL | No | Modelo de OpenAI a usar | gpt-4.1 |
| MCP_TRANSPORT | No | Transporte MCP (streamable-http, sse, stdio) | streamable-http |
| OPENAI_API_KEY | Yes | API key de OpenAI (obligatoria) | |
| API_KEY_EXCHANGE | Yes | API key de ExchangeRate-API (obligatoria) | |
| BASE_URL_WEATHER | No | URL base de Open-Meteo (clima) | https://api.open-meteo.com/v1 |
| BASE_URL_EXCHANGE | No | URL base de ExchangeRate-API | https://v6.exchangerate-api.com/v6 |
| BASE_URL_GEOCODING | No | URL base de Open-Meteo (geocodificación) | https://geocoding-api.open-meteo.com/v1 |
| HTTP_TIMEOUT_SECONDS | No | Timeout de peticiones HTTP | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/leireee08/4.5.-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server