tc-help-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Bind port (Heroku sets this automatically) | 8000 |
| BASE_URL | Yes | Public HTTPS base URL of this server (callback <BASE_URL>/auth/callback) | |
| GITHUB_TOKEN | No | Optional, raises raw-content fetch rate limits (distinct from the OAuth creds) | |
| ALLOW_UNGATED | No | Set 1 to run without an org gate (local dev only) | 0 |
| GITHUB_SCOPES | No | Scopes needed to verify org membership | read:org read:user |
| JWT_SIGNING_KEY | Yes | Signing key for FastMCP-issued JWTs | |
| TC_API_DOCS_REF | No | API-docs git ref | master |
| TC_API_DOCS_REPO | No | API-docs repo | tutorcruncher/tc-api-docs |
| CACHE_TTL_SECONDS | No | In-memory cache TTL (latency/rate-limit protection only) | 300 |
| INTERCOM_API_BASE | No | Intercom API host (same for both workspaces) | https://api.intercom.io |
| ALLOWED_GITHUB_ORG | Yes | Only active members of this org may use the tools | |
| SEARCH_RESULT_LIMIT | No | Max search_help results | 8 |
| ALLOWED_REDIRECT_URIS | No | Permitted OAuth client redirect URIs | https://claude.ai/api/mcp/auth_callback |
| INTERCOM_TOKEN_BOBBIN | Yes | Bobbin Intercom workspace token | |
| GITHUB_OAUTH_CLIENT_ID | Yes | GitHub OAuth App client ID | |
| GITHUB_OAUTH_CLIENT_SECRET | Yes | GitHub OAuth App client secret | |
| INTERCOM_TOKEN_TUTORCRUNCHER | Yes | TutorCruncher Intercom workspace token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/tutorcruncher/help-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server