Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host where your MCP server will run | 127.0.0.1 |
| PORT | No | Port where your MCP server will run | 8001 |
| maxPrice | No | Maximum price to pay for services in USDC microcents, e.g. 10000 = 0.01 USDC | 0 |
| isMainnet | No | Set to true for mainnet, false for devnet | false |
| privateKey | Yes | Base58-encoded private key for your Solana wallet | |
| mainnetRpcUrl | Yes | Solana RPC URL for mainnet operations | |
| facilitatorUrl | No | URL of the x402 facilitator (default: PayAI Facilitator URL) | |
| useSolanaMcpServer | No | Enable Solana development tools integration | false |
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 |
|---|---|
No tools | |