{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_nkx9uqccs6hz","handle":"yahoo-fantasy-mcp","url":"https://wellknown.network/agents/yahoo-fantasy-mcp","links":{"self":"https://wellknown.network/agents/yahoo-fantasy-mcp/record.json","html":"https://wellknown.network/agents/yahoo-fantasy-mcp","markdown":"https://wellknown.network/agents/yahoo-fantasy-mcp/record.md","api":"https://wellknown.network/api/v1/agents/yahoo-fantasy-mcp","status":"https://wellknown.network/api/v1/agents/yahoo-fantasy-mcp/status","claim":"https://wellknown.network/agents/yahoo-fantasy-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/yahoo-fantasy-mcp/claim.json","badge":"https://wellknown.network/agents/yahoo-fantasy-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:yahoo-fantasy-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"yahoo-fantasy-mcp","summary":"MCP server for Yahoo Fantasy Sports API","description":"# Yahoo Fantasy MCP Server\n\nA Model Context Protocol (MCP) server that provides access to Yahoo Fantasy Sports data. This server acts as a front-end for the [yahoo_fantasy_api](https://github.com/spilchen/yahoo_fantasy_api) library, allowing AI assistants and other MCP clients to query fantasy league information.\n\n## Features\n\n- Query fantasy league standings and team information\n- Retrieve player statistics and projections\n- Access matchup data and scoring details\n- Get roster information for teams\n- Search for players and free agents\n\n## Installation\n\n### From PyPI (when published)\n\n```bash\npip install yahoo-fantasy-mcp\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/yourusername/yahoo_fantasy_mcp.git\ncd yahoo_fantasy_mcp\npip install -e .\n```\n\n## Prerequisites\n\nBefore using this MCP server, you need to set up Yahoo Fantasy API credentials:\n\n1. Register your application at [Yahoo Developer Network](https://developer.yahoo.com/apps/)\n2. Obtain your `consumer_key` and `consumer_secret`\n3. Set up OAuth2 authentication using one of the methods below\n\n## Configuration\n\nThere are two ways to authenticate with Yahoo's API:\n\n### Option 1: Using oauth2.json (Recommended)\n\nCreate an `oauth2.json` file with your Yahoo OAuth credentials. You can generate this file using the [yahoo_fantasy_api](https://github.com/spilchen/yahoo_fantasy_api) authentication flow:\n\n```python\nfrom yahoo_oauth import OAuth2\n\n# This will prompt you to authorize via browser\nsc = OAuth2(None, None, from_file='oauth2.json')\n```\n\nThe `oauth2.json` file will look like:\n\n```json\n{\n  \"access_token\": \"...\",\n  \"consumer_key\": \"your_consumer_key\",\n  \"consumer_secret\": \"your_consumer_secret\",\n  \"guid\": \"...\",\n  \"refresh_token\": \"...\",\n  \"token_time\": 1234567890.123456,\n  \"token_type\": \"bearer\"\n}\n```\n\n### Option 2: Using Environment Variables\n\nSet the following environment variables:\n\n```bash\nexport YAHOO_CLIENT_ID=\"your_consumer_key\"\nexport YAHOO_CLIENT_SECRET=\"your_consumer_secret\"\n```\n\n### Setting…","publisher":{"name":"Matt Spilchen","url":null},"homepage":"https://github.com/spilchen/yahoo_fantasy_mcp","repository":"https://github.com/spilchen/yahoo_fantasy_mcp","version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:yahoo-fantasy-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.836,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"yahoo-fantasy-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:23.819Z","publishedAt":"2025-11-23T23:08:14.595195Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"yahoo-fantasy-mcp","url":"https://pypi.org/project/yahoo-fantasy-mcp/","firstSeenAt":"2026-09-10T16:23:08.162Z","fetchedAt":"2026-09-10T16:23:08.162Z","normalizedAt":"2026-09-10T16:23:08.162Z"}]},"firstSeenAt":"2026-09-10T16:23:08.162Z","updatedAt":"2026-09-10T16:24:23.819Z"}