Ultimate Frisbee Team MCP Server
@msaelices
Ultimate Frisbee Team MCP Server について
FDU Utils
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ultimate-team-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Ultimate Frisbee Team MCP Server?
A Model Context Protocol (MCP) server for managing Ultimate Frisbee Team players, tournaments, and payments. It uses a SQLite or SQLiteCloud database and is designed for team administrators and coaches.
How to use Ultimate Frisbee Team MCP Server?
Install with uv pip install -e ".[dev]" in a virtual environment, then use CLI commands like ultimate-team-mcp-server add-player or list-players. For MCP integration, add the server to Claude Desktop’s claude_desktop_config.json or use claude mcp add ultimate -- ultimate-team-mcp-server with Claude Code.
Key features of Ultimate Frisbee Team MCP Server
- Add, list, and remove players with contact info.
- Create, update, and remove tournaments with surface type.
- Register and unregister players for tournaments.
- Track tournament payment status per player.
- Record and list federation payments made by players.
- Backup the database to a file.
Use cases of Ultimate Frisbee Team MCP Server
- Managing a team roster and removing retired players.
- Organizing multiple tournaments with registration deadlines.
- Tracking which players have paid for each tournament.
- Recording annual federation fees and viewing payment history.
- Importing player data from a CSV file to quickly populate the database.
FAQ from Ultimate Frisbee Team MCP Server
What database does the server use?
It uses SQLite or SQLiteCloud, configurable via a single database URI.
Can I use a cloud database?
Yes, set the SQLITE_URI environment variable to a SQLiteCloud connection string.
How do I update existing players when importing from CSV?
Use the import-players command, which adds new players and updates existing ones with the same name.
Is there a backup option?
Yes, use the backup command to save the database to a file.
What is the difference between import-csv and import-players?
import-csv adds new players but fails if a player with the same name exists; import-players adds new players and updates existing ones.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント