Skip to main content
Glama

Tabcorp API MCP Server

by bencousins22
pyproject.toml831 B
[build-system] requires = ["uv_build>=0.8.15,<0.9.0"] build-backend = "uv_build" [project] name = "tab-mcp" version = "0.1.0" description = "Comprehensive Tabcorp API MCP server with 30+ specialized tools" authors = [ {name = "Tabcorp MCP", email = "mcp@tabcorp.example"} ] requires-python = ">=3.10" dependencies = [ "httpx>=0.28.1", "mcp>=1.15.0", "smithery>=0.4.2", ] [project.scripts] dev = "smithery.cli.dev:main" # Run the MCP server in development mode start = "smithery.cli.start:main" # Run the MCP server in production mode playground = "smithery.cli.playground:main" # Run server with interactive testing playground [tool.smithery] server = "tab_mcp.server:create_server" # Function that returns a patched FastMCP server log_level = "warning" # Production log level (optional, defaults to "warning")

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/bencousins22/tab-mcp'

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