Skip to main content
Glama
value.ts582 B
import { z } from "zod"; import { FastMCP } from "fastmcp"; import { detectValue } from "../services/valueDetector.js"; export const registerValueTool = (server: FastMCP) => { server.addTool({ name: "value_detect", description: "Confronta quote mercato vs fair per trovare fino a 3 value pick (edge >= 5%).", parameters: z.object({ match_id: z.number().describe("Fixture id (Football-Data.org)"), }), execute: async (args) => { const payload = await detectValue(args.match_id); return JSON.stringify(payload, null, 2); }, }); };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Valerio357/bet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server