hrmcp-server
by Spaceghost99
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the server on | 3000 |
| APP_URL | No | Public base URL; used in billing links | http://localhost:3000 |
| NODE_ENV | No | Set to production on Railway or during live deployment | development |
| LOG_LEVEL | No | Log level (info or error) | info |
| DATABASE_URL | No | PostgreSQL connection string (required in production, though scoring works without it locally) | |
| MAX_JD_CHARS | No | Job description character limit | 15000 |
| BCRYPT_ROUNDS | No | bcrypt cost factor for key hashing | 10 |
| ANTHROPIC_MODEL | No | Model for scoring | claude-sonnet-4-20250514 |
| MAX_RESUME_CHARS | No | Resume character limit | 15000 |
| ANTHROPIC_API_KEY | Yes | Anthropic API key | |
| STRIPE_SECRET_KEY | No | Stripe secret key (sk_test_... or sk_live_...) | |
| RATE_LIMIT_ENABLED | No | Set false to disable rate limiting | true |
| RATE_LIMIT_PER_DAY | No | Rolling per-day limit per key | 500 |
| CREDITS_BUNDLE_SIZE | No | Credits per purchase | 100 |
| CREDITS_EXPIRY_DAYS | No | Days before credits expire | 180 |
| ANTHROPIC_TIMEOUT_MS | No | Anthropic API timeout in ms | 25000 |
| RATE_LIMIT_CONCURRENT | No | Max in-flight requests per key | 5 |
| RATE_LIMIT_PER_MINUTE | No | Rolling per-minute limit per key | 30 |
| STRIPE_WEBHOOK_SECRET | No | Stripe webhook signing secret (whsec_...) | |
| IDEMPOTENCY_TTL_SECONDS | No | Idempotency cache TTL in seconds | 86400 |
| STRIPE_PRICE_LOOKUP_KEY | No | Stripe price lookup key | credits_100 |
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/Spaceghost99/hrmcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server