MyPlayground
levels-fyi-mcp
levels.fyi から報酬データを照会するためのMCPサーバー。
このサーバーが提供するもの
サーバー名: MyPlayground
ツール:
calculate_addition(a: int, b: int) -> intget_mock_weather(city: str) -> str(モックの天気、実際のAPIデータではありません)generate_username(base_name: str, add_numbers: bool = true) -> str
Related MCP server: FastMCP Demo Server
エンドユーザー向けインストール (Cursorでの使用)
このセクションは、CursorでMCPサーバーをインストールして実行したいユーザー向けです。
要件
Python
>=3.11
Cursor MCP設定 (推奨)
Cursorがプロジェクト環境を直接使用するように uv run を使用してください。
{
"mcpServers": {
"user-MyPlayground": {
"command": "uv",
"args": ["run", "python", "main.py"],
"cwd": "/absolute/path/to/levels-fyi-mcp"
}
}
}使用開始
CursorのMCP設定を開き、上記サーバー設定を追加します。
cwdがこのリポジトリのローカルクローンを指していることを確認します。CursorでMCPサーバーを開始/リロードします。
calculate_addition、get_mock_weather、generate_usernameなどのツールを呼び出します。
オプション: 直接 fastmcp コマンドを使用する場合
Cursorで command: "fastmcp" を使用したい場合は、グローバルツールとしてインストールしてください:
uv tool install fastmcpCursorが fastmcp を見つけられない場合は、上記の推奨される uv run 設定を使用してください。
開発者向けセットアップ
このセクションは、コード変更を行う貢献者向けです。
依存関係のインストール
プロジェクトルートから実行:
uv syncサーバーのローカル実行
uv run python main.py依存関係の追加または更新
uv add <package>
uv sync環境のクイックチェック
uv run python -c "import fastmcp; print('fastmcp ok')"プロジェクト構造
.
├── main.py
├── pyproject.toml
└── README.mdトラブルシューティング
Failed to spawn: fastmcp (os error 2)
原因: Cursorが fastmcp 実行ファイルを見つけられません。
解決策:
uv run python main.pyを使用するCursor設定を優先する、またはuv tool install fastmcpでグローバルツールをインストールし、PATHにuvツールのbin(通常は~/.local/bin)が含まれていることを確認する。
ツール引数の型エラー
generate_username.add_numbersは数値や文字列ではなく、ブール値 (true/false) である必要があります。
注意事項
get_mock_weatherはデモ用にランダム化されたモックデータを返します。ツールログは
main.pyから出力され、サーバーの出力に表示されます。
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