Skip to main content
Glama
hmumixaM

USCardForum MCP Server

by hmumixaM
heroku.yml1.14 kB
# Heroku configuration for USCardForum MCP Server # Supports both Docker and buildpack deployments setup: config: MCP_TRANSPORT: streamable-http USCARDFORUM_URL: https://www.uscardforum.com USCARDFORUM_TIMEOUT: "15.0" PLAYWRIGHT_BROWSERS_PATH: /app/.playwright build: languages: - python release: command: - playwright install chromium run: web: uscardforum # Environment Variables: # - MCP_TRANSPORT: Transport mode (stdio, sse, streamable-http). Default: stdio # - MCP_HOST: HTTP host (default: 0.0.0.0) # - MCP_PORT: HTTP port (default: 8000, Heroku sets $PORT automatically) # - NITAN_TOKEN: Bearer token for MCP auth (streamable-http only, optional) # - USCARDFORUM_URL: Forum base URL (default: https://www.uscardforum.com) # - USCARDFORUM_TIMEOUT: Request timeout in seconds (default: 15.0) # - NITAN_USERNAME: Optional forum auto-login username # - NITAN_PASSWORD: Optional forum auto-login password # # Set sensitive variables via CLI: # heroku config:set NITAN_TOKEN=your-secret-token # heroku config:set NITAN_USERNAME=your-username # heroku config:set NITAN_PASSWORD=your-password

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/hmumixaM/uscardforum-mcp4'

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