Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port. | 8000 |
| STAGE | No | Environment stage (options: MAINNET, TESTNET). | MAINNET |
| LOG_LEVEL | No | Logging level. | INFO |
| SERVER_ADDRESS | Yes | Server's payment address (for HTTP 402 protocol). | |
| D402_TESTING_MODE | No | Set to 'true' for local testing without settlement. | false |
| D402_FACILITATOR_URL | No | Facilitator service URL. | |
| MCP_OPERATOR_ADDRESS | No | Operator's public address corresponding to the private key. Required for on-chain settlement in production. | |
| WEB_SCRAPPING_API_KEY | Yes | Your Website Scraper MCP API key (required for server operation and payment mode). | |
| D402_FACILITATOR_API_KEY | No | API key for private facilitator. | |
| MCP_OPERATOR_PRIVATE_KEY | No | Private key for signing settlement attestations. Required for on-chain settlement in production. |
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 | |