MyPlayground
levels-fyi-mcp
Servidor MCP para consultar datos de compensación de levels.fyi.
Qué proporciona este servidor
Nombre del servidor: MyPlayground
Herramientas:
calculate_addition(a: int, b: int) -> intget_mock_weather(city: str) -> str(clima simulado, no datos de API reales)generate_username(base_name: str, add_numbers: bool = true) -> str
Related MCP server: FastMCP Demo Server
Instalación para el usuario final (Uso en Cursor)
Esta sección es para usuarios que solo desean instalar y ejecutar el servidor MCP en Cursor.
Requisitos
Python
>=3.11
Configuración de MCP en Cursor (recomendado)
Utilice uv run para que Cursor utilice el entorno del proyecto directamente.
{
"mcpServers": {
"user-MyPlayground": {
"command": "uv",
"args": ["run", "python", "main.py"],
"cwd": "/absolute/path/to/levels-fyi-mcp"
}
}
}Empiece a usarlo
Abra la configuración de MCP en Cursor y añada la configuración del servidor anterior.
Asegúrese de que
cwdapunte a su clon local de este repositorio.Inicie/recargue los servidores MCP en Cursor.
Llame a herramientas como
calculate_addition,get_mock_weatherygenerate_username.
Opcional: comando directo fastmcp
Si prefiere command: "fastmcp" en Cursor, instálelo como una herramienta global:
uv tool install fastmcpSi Cursor no puede encontrar fastmcp, utilice la configuración recomendada uv run anterior.
Configuración para desarrolladores
Esta sección es para colaboradores que trabajan en cambios de código.
Instalar dependencias
Desde la raíz del proyecto:
uv syncEjecutar el servidor localmente
uv run python main.pyAñadir o actualizar dependencias
uv add <package>
uv syncVerificación rápida del entorno
uv run python -c "import fastmcp; print('fastmcp ok')"Estructura del proyecto
.
├── main.py
├── pyproject.toml
└── README.mdSolución de problemas
Error al iniciar: fastmcp (os error 2)
Causa: Cursor no puede encontrar el ejecutable fastmcp.
Solución:
Prefiera la configuración de Cursor con
uv run python main.py, oInstale la herramienta global con
uv tool install fastmcpy asegúrese de que PATH incluya el binario de la herramienta uv (normalmente~/.local/bin).
Errores de tipo en los argumentos de la herramienta
generate_username.add_numbersdebe ser booleano (true/false), no números ni cadenas.
Notas
get_mock_weatherdevuelve datos simulados aleatorios para demostraciones.Los registros de la herramienta se imprimen desde
main.pyy aparecen en la salida del servidor.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA simple demonstration project for the Model Control Protocol (MCP) server that provides tools for AI assistants to fetch news articles, perform calculations, retrieve weather data, and generate personalized greetings.3MIT
- FlicenseBqualityDmaintenanceA demonstration server showcasing MCP capabilities with basic tools including addition calculations and weather API integration for fetching city weather data.22
- AlicenseAqualityCmaintenanceProvides utility tools including random jokes, current weather, and name-based age prediction.3MIT
- FlicenseNot gradedqualityCmaintenanceProvides tools for calculating math expressions and querying weather, demonstrating how to build an MCP server using FastMCP or raw SDK.
Related MCP Connectors
Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
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/karkir0003/levels-fyi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server