eutenders
by gastonrey
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port | 3000 |
| PGHOST | No | Postgres host | db |
| PGPORT | No | Postgres port | 5432 |
| PGUSER | No | Postgres user | licita |
| NODE_ENV | No | production enables the strict boot checks | development |
| LOG_LEVEL | No | error/info/debug for structured JSON logs | info |
| PGDATABASE | No | Postgres database name | licita |
| PGPASSWORD | No | Postgres password | licita |
| TRUST_PROXY | No | true/false/hop count → Fastify trustProxy. Set true only behind a reverse proxy | false |
| X402_PAY_TO | No | Real x402 facilitator config: recipient address | |
| DATABASE_URL | No | Admin Postgres URL; overrides the PG* parts. Used by migrations. | |
| OPERATOR_KEY | Yes | Header x-operator-key required by GET /v1/stats (required always) | |
| X402_NETWORK | No | CAIP-2 network: eip155:84532 (Base Sepolia) or eip155:8453 (Base mainnet) | |
| INGEST_MONTHS | No | Harvest window (months back from today) | 24 |
| PAYMENTS_MODE | No | dev = built-in HMAC faucet; x402 = real facilitator seam | dev |
| INGEST_ON_BOOT | No | true = start the daily ingest scheduler inside the app process | false |
| PLACSP_ENABLED | No | true = allow PLACSP ingestion via --source placsp|all | false |
| PAY_HMAC_SECRET | No | HMAC secret signing dev payment tokens (required in dev mode) | |
| PLACSP_DELAY_MS | No | Minimum delay between PLACSP feed requests (politeness) | 500 |
| PLACSP_SCHEDULE | No | true = include PLACSP in the daily scheduler run (needs PLACSP_ENABLED=true) | false |
| APP_DATABASE_URL | No | Optional low-privilege role URL for app traffic (falls back to DATABASE_URL). | |
| INGEST_CRON_HOUR | No | Hour (server-local) the scheduler fires the daily ingest | 4 |
| PLACSP_MAX_PAGES | No | Max RFC 5005 feed pages fetched per PLACSP feed | 5 |
| X402_HMAC_SECRET | No | HMAC secret used in x402 mode | |
| RATE_LIMIT_MAX_KEYS | No | Max distinct client keys tracked by the in-memory rate limiter | 10000 |
| X402_FACILITATOR_URL | No | Real x402 facilitator config URL | https://www.x402.org/facilitator |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessUnresponsive