We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maxbleu/MCP-F1data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
f1data_tools.py•222 B
from fastmcp import FastMCP
from .execution_tools import ExecutionTools
def register_f1data_tools(mcp:FastMCP):
"""Register all F1 tools with the MCP server"""
ExecutionTools.__register_mcp_tools__(mcp=mcp)