Skip to main content
Glama
hmumixaM

USCardForum MCP Server

by hmumixaM
app.json1.18 kB
{ "name": "USCardForum MCP Server", "description": "MCP Server for interacting with USCardForum Discourse API", "keywords": ["mcp", "discourse", "forum", "credit-cards", "python"], "repository": "https://github.com/uscardforum/mcp-server", "stack": "heroku-24", "env": { "MCP_TRANSPORT": { "description": "Transport mode: stdio, sse, or streamable-http", "value": "streamable-http" }, "USCARDFORUM_URL": { "description": "Base URL of the forum", "value": "https://www.uscardforum.com" }, "USCARDFORUM_TIMEOUT": { "description": "Request timeout in seconds", "value": "15.0" }, "NITAN_TOKEN": { "description": "Bearer token for MCP authentication (streamable-http only)", "required": false }, "NITAN_USERNAME": { "description": "Forum username for auto-login (optional)", "required": false }, "NITAN_PASSWORD": { "description": "Forum password for auto-login (optional)", "required": false } }, "buildpacks": [ { "url": "heroku/python" } ], "formation": { "web": { "quantity": 1, "size": "basic" } } }

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