We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/billychl1/footballbin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "footballbin-mcp-server",
"version": "1.0.4",
"description": "MCP server for FootballBin football match predictions - Premier League & Champions League",
"type": "module",
"main": "dist/index.js",
"bin": {
"footballbin-mcp-server": "./dist/index.js"
},
"mcpName": "io.github.billychl1/footballbin-mcp-server",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"football",
"soccer",
"premier-league",
"champions-league",
"predictions",
"ai",
"claude",
"anthropic"
],
"author": "billychl1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/billychl1/footballbin-mcp-server.git"
},
"bugs": {
"url": "https://github.com/billychl1/footballbin-mcp-server/issues"
},
"homepage": "https://github.com/billychl1/footballbin-mcp-server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.0",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}