Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NETWORK | Yes | Network to use: base-sepolia (testnet) or base (mainnet) | |
PRIVATE_KEY | No | Your wallet private key (66 characters starting with 0x). Leave empty or use placeholder for demo mode. | |
RESOURCE_SERVER_URL | Yes | The URL of your X402-protected API endpoint |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
example_api_call | Example tool for making X402-protected API calls. Replace with your actual API endpoints. |
service_info | Get information about the X402 API service including available endpoints, pricing, and payment requirements |
health_check | Check if the X402 API service is available and responding |