Mcp_mlb_statsapi
@mpizza
Mcp_mlb_statsapi について
This project provides an MCP (Multi-Channel Pipeline) server that acts as a wrapper for the MLB Stats API. It allows you to easily access and process various MLB data points, including schedules, game results, and team information. This server is designed for efficient data retri
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp_mlb_statsapi": {
"command": "{YOUR_PYTHON_EXECUTABLE_PATH}/python",
"args": [
"-m",
"mcp_mlb_statsapi"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp_mlb_statsapi?
Mcp_mlb_statsapi is an MCP server that wraps the MLB Stats API, enabling access to MLB data such as schedules, game results, and team information. It is designed for efficient data retrieval and processing within an MCP framework.
How to use Mcp_mlb_statsapi?
Install the package via pip: pip install mcp_mlb_statsapi. Then configure it for Claude for Desktop by editing claude_desktop_config.json to add the MCP server entry as shown in the README. Alternatively, run it from source code using uvx.
Key features of Mcp_mlb_statsapi
- Retrieve MLB game schedules with date range and team filters.
- Fetch daily game results including scores and winning pitcher.
- Get detailed results for a specific team’s most recent game.
- Look up player IDs using fuzzy matching by name.
Use cases of Mcp_mlb_statsapi
- Building a dashboard to display daily MLB game outcomes.
- Automating player ID resolution for fantasy sports applications.
- Creating tools to analyze a team’s performance in recent games.
- Integrating MLB schedule data into custom workflows or analytics.
FAQ from Mcp_mlb_statsapi
What data can I retrieve with Mcp_mlb_statsapi?
You can retrieve game schedules (filtered by date range and team), daily game results, team-specific recent game results, and player IDs with fuzzy name matching.
How do I install Mcp_mlb_statsapi?
Install it via pip: pip install mcp_mlb_statsapi. Alternatively, clone the repository and run it from source.
How do I integrate Mcp_mlb_statsapi with Claude for Desktop?
Add the MCP server configuration to your claude_desktop_config.json file using the appropriate command (Python executable or uvx) as described in the README.
Does Mcp_mlb_statsapi support fuzzy matching for player lookup?
Yes, the player lookup tool supports fuzzy matching using last name, first name, or a combination of both.
What license is Mcp_mlb_statsapi released under?
It is licensed under the MIT License, allowing free use, modification, and distribution subject to the license terms.
「データと分析」の他のコンテンツ
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
MCP Server for Data Exploration
reading-plus-aimcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
コメント