servers
servers copied to clipboard
Added reference to Feyod server in README.md
Description
New community server added to the list in README.md.
Server Details
- Server name: Feyod (New Server)
- Link: https://github.com/jeroenvdmeer/feyod-mcp
Motivation and Context
This new community server caters for the needs of football fans to easily request detailed facts about football matches, including lineups, goals, cards, substitutions, etc. The server is specialised in the football club Feyenoord.
How Has This Been Tested?
Both using the MCP Inspector and in Claude.
Breaking Changes
No.
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
Checklist
- [x] I have read the MCP Protocol Documentation
- [x] My changes follows MCP security best practices
- [x] I have updated the server's README accordingly
- [x] I have tested this with an LLM client
- [x] My code follows the repository's style guidelines
- [x] New and existing tests pass locally
- [x] I have added appropriate error handling
- [x] I have documented all environment variables and configuration options
Additional context
- Test URL: https://mcp.feyod.nl/mcp (Streamable HTTP Transport)
- Framework: Built using the Python MCP SDK.
- Code Style: The codebase is formatted with
Blackto ensure a single, consistent, and industry-standard style, making it highly readable and maintainable. - Configuration: The server is configured as documented in the README.md, and can be easily deployed as a Docker container (Dockerfile included).