x402dispatcher
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_ENV | No | development (Base Sepolia, default) or production (Base mainnet, real USDC) | development |
| MARKUP_BPS | No | Markup in basis points (default 1000 = 10%) | 1000 |
| X402_PAY_TO | No | Override Merchant receive address for inbound payments | |
| MAX_PRICE_USD | No | Hard cap before any automated spend (e.g. 0.01) | 0.01 |
| CDP_API_KEY_ID | Yes | CDP API key ID | |
| CDP_PRIVATE_KEY | No | Only if you import a specific EOA into CDP (not used by default V2+ payer path) | |
| DISCOVERY_LIMIT | No | Max Bazaar tools to register at startup (default 40, max 100) | 40 |
| GCS_DATA_BUCKET | No | GCS bucket that stores ledger.sqlite across restarts (Cloud Run) | |
| GCS_DATA_OBJECT | No | Object name (default ledger.sqlite) | ledger.sqlite |
| INBOUND_PAYWALL | No | true (default) to charge callers; false for treasury-only operator mode | true |
| PUBLIC_BASE_URL | No | Public base URL used for constructing URLs (e.g., http://127.0.0.1:8080 or https://402dispatcher.com) | |
| CDP_WALLET_SECRET | Yes | CDP Wallet Secret (base64 P-256 key from Portal) | |
| INBOUND_PRICE_USD | No | Flat inbound fee (default = MAX_PRICE_USD) | |
| CDP_API_KEY_SECRET | Yes | CDP API key secret | |
| VERIFIED_MIN_SAMPLES | No | Min successful-history calls for Verified (default 2) | 2 |
| VERIFIED_MIN_SUCCESS_RATE | No | Min success rate 0-1 for Verified (default 0.8) | 0.8 |
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
ResponsivenessNo issues